/* CSS Document */

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

a {
	color: #6666CC;
}

a:hover {
	color: #990000;
} 

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

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;
}

h4 {
	margin: 10px;
	font-size: .9em;
	color: #6666CC;
	font-family: arial;
	letter-spacing: .1em;
	border-bottom: 2px solid #6666CC;
}

h5 {
	margin: 10px;
	margin-bottom: 0;
	font-size: .9em;
	color: #3399CC;
	font-family: arial, helvetica;
	letter-spacing: .1em;
}


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

/**************** CLASSES ****************/
.box {
	border: 1px solid #FFD2D2;
	margin: 10px;
	margin-top: 2px;
	width: 525px;
}

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

.links {
	margin: 10px 30px;
	border: 1px solid #6666CC;
	background-color: #D2D2F0;
}

/**************** SPECIFIC ID TAGS ****************/
#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;
}

#navigation {
	float: left;
	margin-left: 5px;
	font-family: Arial;
}

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

#navigation 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;
}

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

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

#mainRight ul {
	font-size: .8em;
}

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

#footer p {
	margin: 5px;
}

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

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