@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333333; line-height:20px; text-align:left;
}
a:link {
	color: #006633; font:bold;
}
a:visited {
	color: #006633;
}

a:hover {
	color: #990000;
}



#Outer{
	background:white; border:1px solid #333333; margin:auto; padding:10px; width:800px;
}

#Header{
	margin:auto; width:800px; display:block; clear:both;
}

#Nav{background:#006633; height:20px; width:740px; text-align:left; padding:10px 30px; text-transform:uppercase; font-size:12px; letter-spacing:2px;}

#Nav ul {display:inline; margin:0px; padding:0px;}
#Nav li {display:inline; list-style:none; padding-right:10px; border-right:1px solid #FFCC00; margin-right:10px;}
#Nav .last {border-right:0px;}
#Nav li a{color:#FFFFFF; text-decoration:none;}
#Nav li a:hover{color:#FFCC00; text-decoration:none;}
#Nav li .selected{color:#FFFFFF; border-bottom:1px solid #FFCC00;}

#Content{ text-align:left; padding:10px 30px;}

#Footer{font-size:11px; width:740px; text-align:center; margin:auto; padding:10px 30px }

#Content h1 {
	font-size: 22px;
	color: #A62122;
	font-weight: normal;
	line-height: 24px;
}
#Content h2 {
	color: #A52122;
	font-size: 18px;
}
#Content h3 {
	color: #A52122;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFCC00;
	padding-top: 15px;
}
.crossout {
	color: #FF9900;
	text-decoration: line-through;
}
.textchange {
	color: #CC0000;
}
.boldgreen {
	font-size: 13px;
	font-weight: bold;
	color: #003300;
	text-transform: uppercase;
}
