/* tested with IE5+/Win, Mozilla, IE5/Mac, Safari, Opera8/Win */

/* colors

burgundy:   #990000

*/

body {
	background: #990000 url(../images/background.gif) top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #F7F5D9;
	font-size: 0.75em;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	text-align: center;
	}

div#textBox {
	margin-top: 5px;
	text-align: left;
	float:center;
	width:98%;
	background: #FFF;
	padding: 5px;
	border: 1px dashed #990000;
	margin-bottom: 10px;
}

div#textTitle {
	color: #FFFFFF;
	margin: 0 0 0 0;
	background-color: #990000;
	text-align: left;
	text-weight: 12px;
	font-weight: bold;
	padding: 2px;
	text-transform: uppercase;
}

/*  fonts ------------------------------------------------------------------------- */

a.link:link {color: #FFFFFF;text-decoration: none; border-bottom: 1px dotted #FFFFFF; font-weight: bold;} 

a.link:visited {color: #FFFFFF;text-decoration: none; border-bottom: 1px dotted #FFFFFF;  font-weight: bold;} 

a.link:hover {color: #FFFFFF;text-decoration: none; background-color: #003366; font-weight: bold; border-bottom: 1px dotted #FFFFFF; }

a { color: #990000; font-weight: bold; }

p, h1, h2, h3 {margin: 0; padding: 0;}

h1 { color: #990000; background-color: #FFFFFF; padding: 2px; text-transform: uppercase; }

h3 { color: #FFFFFF; background-color: #000000; padding: 2px; }

span.title { color:#000000; font-weight:bold; font-size: small; }

span.planprice { color: #990000; font-size: large; font-weight: bold;}

.plantitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	text-transform: uppercase;
}

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #F7F5D9;
	cursor: help;
	}

a.nav { 
	text-decoration: none;
	color: #000000;
	outline: none;
	font-size:small; 
	font-family: Arial;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	padding: 2px;
	border-color: #FFFFFF;
	padding: 3px;
	margin: 0 0 30px 0;
}

a.nav:link {
	color: #FFFFFF;
	background-color: #990000;
}

a.nav:visited {
	color: #FFFFFF;
	background-color: #000000;
}

a.nav:hover, a.nav:focus, a.nav:active {
	color: #FFFFFF;
	background-color: #333333;
	border-color: #FFFFFF;
}

/*  container ------------------------------------------------------------------- */



div#container {
	background: #FFFFFF url(../images/GeS_background.jpg) top center no-repeat;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -50px;
	padding: 0;
	text-align: left;
	}

/*  intro ------------------------------------------------------------------- */

div#pageHeader {
	display: none;
	}

div#description {
	width: 760px;
	height: 20px;
	padding: 210px 0 0 0;
	margin: 0 0 2px 0px;
	color: #487BAD; 
	text-align: right;
	}

div#description p.p1 {
	display: none;
	}

div#description p.p2 {
	color: #CCCCCC;
	}


/*  content ------------------------------------------------------------------- */

div#content {
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: dashed;
	border-color: #990000;
	width: 747px;
	padding: 5px;
	}

/*  footer ------------------------------------------------------------------- */

div#footer {

	width: 760px;
	height: 35px;
	margin-left: 0px;
	text-align: left;
	padding-top: 10px;
	background: #990000;
	}

