/* specific divs */
#container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 950px;
	text-align: left;
	top: 25px;
	}
#leftnav {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 200px;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
}
#rightcontent {
	margin: 0px;
	padding: 0px;
	width: 730px;
	float: right;
	background-color: #FFFFFF;
	left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #045BB3;
	margin: 0px;
	background-color: #EFEAC7;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
}

p{
font-size: 80%;
}
#leftnav a:link {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;


}
#leftnav a:hover {
	background-color: #FFCC00;
	text-decoration: none;
	font-weight: bold;

}
#leftnav a:visited {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #CC9900;

}
a:hover {
	background-color: #FFCC00;
	text-decoration: none;

}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
h1 {
	font-size: 110%;
	font-weight: normal;
	color: #045BB3;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
	margin-left: 5px;
	margin-right: 5px;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;

}
th {
	color: #666666;
}
