*{
	padding: 0;
	margin: 0;
}
img{
	border: 0;
	padding: 0;
	margin: 0;
}
a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
h1{
	font:Georgia;
	font-size:20px;
	color:#FFFFFF;
}
body{
	background: #000000 url('../img/template/bg.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#00363A;
}
	#header{
		margin-top:8px;
		background: #7c7f6a url('../img/template/top_left.gif') top left no-repeat;
		width:750px;
		height:180px;
		margin-left:auto;
		margin-right:auto;
	}
		#header_left{
			background: #7c7f6a url('../img/template/top_left.gif') top left no-repeat;
			float:left;
			width:740px;
			height:10px;
		}
		#header_right{
			background: #ccc url('../img/template/top_right.gif') top right no-repeat;
			float:right;
			width:10px;
			height:10px;
		}
		#header_title{
			font-family: "Myriad Pro";
			font-weight:bold;
			margin-left:12px;
			margin-right:12px;
			float:left;
			display:block;
			width:228px;
			color:#FFFFFF;
			text-align:justify;
		}
		#siteName{
			font-size:33px;
			margin-bottom:2px;
		}
		#siteLegend{
			color: #00363A;
			font-size:14px;
		}
		#subTitle{
			font-style: italic;
		}
		.header{
			margin-left:8px;
		}
		#menu{
			float:left;
			width:750px;
			height:60px;
			text-align:center;
		}
		#menu ul li{
			margin-top:5px;
			list-style:none;
			display: inline-block;
			padding:1px 14px;
			height:20px;
			background: #00363A;
		}
		#menu ul li a{
			color:#FFFFFF;
		}
		#menu ul li a:hover{
			color:#CCCC33;
		}
	#content{
		background:#7c7f6a;
		width:734px;
		margin-left:auto;
		margin-right:auto;
		padding: 9px 8px;
	}
	h2{
		color:#961B1E;
		font-family:Verdana;
		font-size:11pt;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:underline;
		margin-bottom:20px;
	}
		.main{
			background:#fff;
			padding-top:0px;
			width:538px;
			padding-left:8px;
			padding-right:9px;
			padding-bottom:9px;
			vertical-align:top;
		}
		.main img{
			margin-right:8px;
		}
		.trans{
			margin-left:410px;
			padding-bottom:20px;
		}
		.legend{
			color:#7C7F6A;
			font-family:"Times New Roman",Georgia,Times;
			font-size:14pt;
			font-style:italic;
			text-align:center;
			margin-bottom:20px;
		}
		.main a{
			color:#0000FF;
			font-weight:bold;
		}
		.side{
			vertical-align:top;
			background:#00363A;
			width:180px;
			padding:14px 4px;
		}
		.thumb_txt{
			font-family: Verdana;
			font-size: 7pt;
			font-weight: normal;
			text-align:center;
			margin-bottom:12px;
			color: #fff;
		}
		.full{
			background:#fff;
			padding-top:0px;
			width:718px;
			padding-left:8px;
			color:#00363A;
			padding-right:9px;
			padding-bottom:9px;
			vertical-align:top;
		}
		.full a{
			color:#00363A;
			font-weight:bold;
		}
label {
	display: block;
	padding-right: 20px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
	#footer{
		width:750px;
		margin-left:auto;
		margin-right:auto;
	}
	#footer a{
		color:#0000FF;
		text-decoration:none;
		font-weight:normal;
	}