body {
	margin:  0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	background-image: url(../images/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
p {
	margin-top: 5px;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #DDA600;
}
#divTopBar a:link, #divTopBar a:visited, #divTopBar a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#divTopBar a:hover {
	text-decoration: none;
	color: #DDA600;
}
#divTopBar {
	height: 29px;
	background-image: url(../images/Top.gif);
	background-repeat: repeat-x;
	background-color: #3457DF;
	word-spacing: 5px;
}
#divTopBar P {
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
#divBanner {
	height: 100px;
	background-color: #2d2213;
	text-align: center;
}
#tdNavList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
#tdNavList a:link, #tdNavList a:visited, #tdNavList a:active, #tdNavList a:hover {
	text-decoration: none;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 34px;
	padding-left: 34px;
}
#tdNavList a:hover {
	background-color: #666666;
	color: #CC9900;
	text-decoration: none;
}
#tdNavList a.current:link, #tdNavList a.current:visited {
	background-color: #DEDEDE;
	color: #333333;
	text-decoration: none;
}
#tdNavSubList	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
	list-style-image: url(../images/triangle.gif);
}
#tdNavSubList li	{
	list-style-image: url(../images/triangle.gif);
	float: left;
	list-style-type: circle;
	margin-left: 10px;
	margin-right: 30px;
}
#tdNavSubList a:link, #tdNavSubList a:visited, #tdNavSubList a:active, #tdNavSubList a:hover {
	text-decoration: none;
	color: #333333;
}
#tdNavSubList a:hover, #tdNavSubList a.current:link, #tdNavSubList a.current:visited {
	color: #DDA600;
	text-decoration: none;
}
#tdMain {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C4D5;
}
#divFooter {
	background-color: #949494;
	text-align: center;
	font-size: 11px;
	color: #333333;
}
.border {
	border: 2px dotted #666666;
}

.current {
	background-color: #DEDEDE;
}
.title {
	font-size: 1.3em;
	font-weight: bold;
	color: #930202;
	margin-top: 15px;
	margin-bottom: 7px;
}
.indent {
	padding-left: 25px;
}
.square {
	margin-right: 13px;
}
.headder {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pic {
	border: 1px solid #333333;
	margin: 5px;
}
