*{
	margin:0;
	padding:0;
}
body{
	margin:auto;
	width:762px;
	text-align:center;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p{
	padding-bottom:15px;
	text-indent:20px;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:#003399;
	font-size:10px;
}
a:hover{
	text-decoration:underline;
}
table{
	margin:auto;
}
input,
select,
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.header{
	width:762px;
}
#border{
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
}
.nav_ver{
	width:125px;
	float:left;
}
.nav_hor{
	width:760px;
	text-align:center;
}
.content{
	width:762px;
	text-align:left;
	/* background-image:url(../images/grey_back.jpg); /*/
	background-color:#E5E8D5;
	background-repeat:repeat;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
}
.border_box{
	overflow:auto;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
}
.info_box{
	padding-right:15px;
	width:725px;
	float:right;
}
.title{
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
	width:715px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#663333;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
}
.byline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003366;
}
.byline_mini{
	padding-bottom:10px;
	font-size:10px;
	color:#666666;
	font-style:italic;
}
.green_bar,
.pink_bar,
.blue_bar{
	width:760px;
	height:25px;
	text-align:center;
	line-height:25px;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
}
.green_bar{
	background-image:url(../images/footer.gif);
}
.pink_bar{
	background-image:url(../images/pinkbar.gif);
}
.blue_bar{
	background-image:url(../images/bluebar.gif);
}
.green_bar a,
.pink_bar a,
.blue_bar a{
	font-weight:bold;
	text-decoration:none;
}
.green_bar{
	color:#000000;
	font-weight:bold;
}
.pink_bar a{
	color:#FFFFFF;
}
.blue_bar a{
	color:#E84D9E;
}
.footer{
	padding:10px;
	width:740px;
	overflow:auto;
	font-size:9px;
	line-height:15px;
	color:#003366;
	background-image:url(../images/footer.gif);
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
}
.footer a{
	color:#003366;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}