body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
}
#header{
	background-color: #7C98AE;
	width: 100%;
	height: 19px;
	border-bottom: solid 4px #283739;
}
#parent_container{
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
	border-left:  solid 1px #CCCCCC;
	border-right:  solid 1px #CCCCCC;
}
#logo{
	background-image: url(../images/logo5.jpg);
	background-repeat:no-repeat;
	height: 156px;
	border-bottom: solid 4px #283739;
}
#nav{
	width: 710px;
	clear: both;
	padding-left: 40px;
}
#nav a 	{
		display : block;
		float:left;
		text-decoration: none;
		font-weight:normal;
		line-height: 40px;
		color: #616972;
		margin-right: 50px;
}
#nav a:hover{
		text-decoration: underline;
}
#nav ul {
		margin : 0;
		padding :0;
		list-style : none;
	}
#nav li 	{
		display : inline;
		margin : 0;
		padding : 0;
}
#shadow{
	height: 13px;
	background-image: url(../images/shadow.gif);
	background-repeat:repeat-x;
	width: 100%;
	clear: both;
}
#main_content{
	clear:both;
	width: 800px;
}
#footer{
	clear: both;
	border-top:  solid 1px #CCCCCC;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
	border-bottom:  solid 1px #CCCCCC;
}
h1{
	color: #636A73;
	font-size: 130%;
}
h2{
	color: #636A73;
	font-size: 110%;
}
li{
	color: #636A73;
	
}
p{
	color: #636A73;
}
p.credit{
	color: #636A73;
	font-size: 85%;
}
a{
	color: #EC9E00;
}
td.leftcol, div.leftcol{
	padding-left: 95px;
	padding-top: 25px;
	padding-right: 90px;
}
td.rightcoltop, div.rightcoltop{
	padding-left: 20px;
	padding-top: 05px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: solid 4px #283739;
}
td.rightcolbottom, div.rightcolbottom{
	padding-left: 20px;
	padding-top: 05px;
	padding-right: 20px;
	padding-bottom: 20px;
}
td.divider{
	background-image: url(../images/dotsv.gif);
	background-repeat:repeat-y;
}
td.rightcol{
	width: 310px;
}
