/* CSS Document */

body, html {
	background-color: #d4d4d4;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#000000;
}
#container {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	padding-top:30px;
}
#flash {
	width: 764px;
	height: 200px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width: 764px;
	height: 174px;
	margin-left:auto;
	margin-right:auto;
}
#nav{
	width: 764px;
	height: 21px;
	background:#353535;
	margin-left:auto;
	margin-right:auto;
	color:#c4c4c4;
	padding-top:5px;
}
#nav a:link, #nav a:visited {
	color:#ffffff;
	text-decoration:none;
}
#nav a:hover, #nav a:active{
	color:#ffffff;
	text-decoration:underline;
}
#content {
	background-image: url(images/bg_content.gif);
	background-repeat:repeat-y;
	width: 744px;
	height:100%;
	padding:10px;
	overflow:hidden;
}
#content2 {
	background-color:#ffffff;
	background-image: url(images/bg_dot.gif);
	background-repeat:repeat-x;
	width: 742px;
	padding:10px 10px 0 10px;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	overflow:hidden;
}
#footer {
	width: 764px;
	height:50px;
	background-image:url(images/footer.gif);
	margin-left:auto;
	margin-right:auto;
	color:#d9d9d9;
	font-size:10px;
	clear:both;
}
#footer a:link, #footer a:visited {
	color:#f58025;
	text-decoration:none;
	font-size:10px;
}
#footer a:hover, #footer a:active{
	color:#f58025;
	text-decoration:underline;
	font-size:10px;
}
#bottom {
	width: 786px;
	height:25px;
}
a:link, a:visited {
	color:#f58025;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}
.bold {
	color:#353535;
	font-weight:bold;
}
.small {
	font-size:10px;
}
.border {
	border: solid #000000 1px;
}
h3 {
	font-size:16px;
	color:#0065a4;
	font-weight:bold;
}
ul {
 list-style-image: url(images/bullet.gif)
}