/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg/bg_grid.gif);
	background-repeat: repeat;
}
#container	{
	clear: both;
	float: none;
	width: 760px;
	margin:0px auto;
	background-color: #FFFFFF;
}
#banner	{
	height: 100px;
	background-color: #FFFFFF;
}
#banner a {
	color: #000204;
}

#banner IMG {
	padding-top: 6px;
	padding-left: 20px;
}

#leftnav {
	width: 160px;
	background-color: #FF9900;
}
#leftnav p {
	color: #002E65;
	margin: 10px 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 0px;
}
#leftnav a:link, #leftnav a:visited {
	color: #002E65;
	text-decoration: underline;
}
#leftnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav {
	font-size: 11px;
	color: #000204;
	text-align: center;
	height: 16px;
	line-height: 12px;
}
#topnav a:link, #topnav a:visited	{
	text-decoration: underline;
	color: #000204;
}
#topnav a:hover	{
	color: #000204;
	text-decoration: none;
	border-bottom: 1px dotted #000204;
}
#titlearea {
	color: #FFFFFF;
}
#titlearea h1 {
	font-size: 20px;
	padding-top: 16px;
	padding-left: 10px;
	margin: 0px;
	font-weight: normal;
}

#contentcontainer	{
	background: #FFFFFF;
	color: #F1F1F1;
}
#content	{
	width: 570px;
}
#content p	{
	font-size: 12px;
	padding-top: 0px;
	margin: 0px 0px 12px;
	padding-left: 10px;
	padding-right: 6px;
	color: #f1f1f1;
	padding-bottom: 0px;
}
#content a:link, #content a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#content h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	padding-left: 10px;
}
#content h2 {
	font-size: 16px;
	color: #FF9900;
	font-weight: 300;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#content h3 {
	font-size: 16px;
	color: #FF9900;
	padding-left: 10px;
	margin: 12px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-weight: 300;
	width: 75%;
}
#content ol {
	font-size: 12px;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content ul li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 14px;
}


#content ol ol li {
	list-style-type: lower-alpha;
	margin-left: -10px;
}
#content ol ol ol li {
	list-style-type: lower-roman;
	margin-left: -20px;
}



#rightcolumn {
	color: #F1F1F1;
	background-color: #4C74A0;
	width: 125px;
}
#rightcolumn p {
	font-size: 11px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 12px;
	margin: 0px;
}
#rightcolumn h1 {
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 6px;
	padding-right: 6px;
	padding-left: 6px;
	color: #FF9900;
	padding-top: 6px;
}

#rightcolumn a:link, #rightcolumn a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#rightcolumn a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




#footer {
	font-size: 11px;
	color: #F1F1F1;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}
#footer a {
	color: #E2E2E2;
	text-decoration: underline;
}
form {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
input {
	font-size: 11px;
}
fieldset {
	margin-left: 10px;
	padding-left: 10px;
	width: 520px;
}
legend {
	color: #FF9900;
}
