/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E8E8F7;
	margin: 0;
}

a {
	color: #6666CC;
}

a:hover {
	color: #990000;
} 

h1 {
	font-size: 1.4em;
	letter-spacing: .1em;
	color: #990000;
	margin: 3px 5px;
}

h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD2D2;
	background-color: #F9F900;
	text-align: center;
	color: #990000;
	font-family: Arial;
	letter-spacing: .1em;
	margin-top: 0;
}

p {
	font-size: .8em;
	margin: 10px;
}

.box {
	border: 1px solid #FFD2D2;
	margin: 10px;
	width: 406px;
}

.more {
	font-size: .7em;
	font-weight: bold;
	text-align: right;
}

#container {
	margin-right: auto;
	margin-left: auto;
	border-right: 3px double #990000;
	border-left: 3px double #990000;
	width: 785px;
	background: #FFFFFF;
}

#title {
	margin-bottom: 10px;
	text-align: center;
	background-color: #990000;
	height: 60px;
}

#header {
	background: url(images/ribbon_transparent_small.gif) no-repeat center;
	height: 170px;
	border-bottom: 5px solid #990000;
}


#headerLeft {
	float: left;
	margin-left: 20px;
	font-family: Arial;
}

#headerRight {
	float: right;
	margin-right: 30px;
	font-family: arial;
}

#headerLeft li, #headerRight li {
	list-style: none;
	margin: 5px;
	margin-top: 9px;
	text-align: right;
	display: block;
	font-size: .9em;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: .1em;
}

#headerLeft a, #headerRight a {
	display: block;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #FFD2D2;
	background: #F9F900 url(images/ribbon_yellowbkgrd.png) no-repeat;
	width: 185px;
	height: 18px;
	color: #6666CC;
}

#headerLeft a:hover, #headerRight a:hover {
	display: block;
	background: #3399CC url(images/ribbon_bluebkgrd.png) no-repeat;
	height: 18px;
	width: 185px;
	color: #CC0000;
}

/*#spacer {
	background: url(images/background_redfadinglines.png) repeat-x;
	height: 50px;
}*/

#mainLeft {
	margin: 5px 10px;
	float: left;
}

#mainRight {
	margin: 5px 10px;
	float: right;
}

#mainSupport.box, #mainServices.box, #mainFacts.box {
	width: 275px;
}

#footer {
	clear: both;
	text-align: right;
	font-size: .7em;
	height: 35px;
	background-color: #990000;
	color: #FFD2D2;
}

#footer p {
	margin: 5px;
}

#footer a {
	color: #FFD2D2;
	text-decoration: none;
}

#footer a:hover {
	color: #FFD2D2;
	text-decoration: underline;
}
