body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
a{
	color: #666666;
}
#container{
	width: 800px;
	margin: auto;
}
#header {
	background-color: #6DA1D3;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height: 197px;
}
#nav{
	float: right;
	text-align: right;
	width: 319px;
}
#logo{
	border-top: solid 1px #B8DAED;
	border-bottom: solid 1px #B8DAED;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height: 38px;
	background-position: 28px 0px;
	margin-top: 1px;
}
#nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}
#nav li{
	display : inline;
	margin : 0;
	padding : 0;
	color: #FFFFFF;
	display: block;
	font-weight:normal;
}
#nav li a{
	text-decoration: none;
	display: block;
	width: 309px;
	line-height: 21px;
	color: #FFFFFF;
	border-bottom: solid 1px #B6D0E9;
	padding-right: 10px;
}
#nav li a:hover{
	background-color: #4D86BC;
}
h1{
	color: #6699CC;
	font-size: 225%;
	font-weight:normal;
}
h1 a{
	color: #6699CC;
	font-size: 100%;
	font-weight:normal;
	text-decoration: none;
}
h2{
	color: #6699CC;
	font-size: 150%;
	font-weight:normal;
}
h2 a{
	color: #6699CC;
	font-size: 100%;
	font-weight:normal;
	text-decoration: none;
}
h3{
	color: #666666;
	font-size: 140%;
	font-weight:normal;
}
#content{
	padding: 26px;
	padding-top: 15px;
}
#footer{
	color: #666666;
	text-align: center;
	line-height: 22px;
	background-image:url(../images/footer_bg2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom: 15px;
}
#footer a{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
td{
	vertical-align: top;
}
#main_table{
	background-image:url(../images/border-right.gif);
	background-repeat:repeat-y;
	background-position: 474px 0px;
}
#td1, #td3{
	padding-bottom: 21px;
	padding-right: 21px;	
	background-image:url(../images/border-bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 450px;
}
html>body #td1{
	width: 550px;
}
#td2, #td4{
	padding-bottom: 28px;
	padding-left: 21px;	
	width: 300px;
	background-image:url(../images/border-bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#td3, #td4{
	padding-top: 21px;
}
#td5{
	padding-right: 21px;
	padding-top: 21px;
	width: 450px;
}
#td6{
	padding-left: 21px;
	padding-top: 21px;
}
.img_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.arrow{
	text-decoration: none;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 20px;
}