* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
body {
	font-size: 100.01%;
	padding: 10px 0px;
}
a {
	color:  #0049B0;
	text-decoration: none;
}
a:hover {
	color:  #CC0000;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
.clear {
	clear: both;
}
#leftColumn p, #leftColumn ul, #leftColumn ol {
	margin-bottom: 0px;
}
#wrapper {
	width: 810px;
	margin: 0px auto;
	font-size: 0.75em;
	background: #FFFFFF url(../img/system/bg_wrapper.png) no-repeat;
}
#head{
	background: url(../img/system/bg_logo.gif) no-repeat 564px 20px;
	height: 318px;
}
#mainNav{
	background: url(../img/system/bg_topNav.gif) no-repeat;
	padding: 8px 0px 8px 0px;
	width: 524px;
	margin-left: 10px;
}
#mainNav li{
	display: inline;
}
#mainNav li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 16px 0px 15px;
	font-size: 0.9em;
}
#mainNav li.current a, #mainNav li a:hover{
	color: #FFEC00;
}
#subNav{
	background: url(../img/system/bg_subNav.gif) no-repeat;
	padding: 10px 0px 10px 0px;
	font-size: 0.9em;
	width: 790px;
	margin: 0px auto 4px auto;
}
#subNav li{
	display: inline;
}
#subNav li.title{
	color: #57585B;
	font-weight: bold;
	padding-left: 15px;
	font-size: 1.0em;
}
#subNav li a{
	color: #57585B;
	text-decoration: none;
	padding: 0px 18px 0px 14px;
}
#subNav li.current a, #subNav li a:hover{
	color: #CC0000;
}
h1 {
	color: #00509E;
	font-style: italic;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 24px 0px 20px 25px;
	display :block;
}
#leftColumn{
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-top: 20px;
	line-height: 1.5em;
	color: #2F2F32;
	font-size: 0.9em;
}
#rightColumn{
	float: right;
	width: 270px;
	margin-top: 10px;
	line-height: 1.5em;
	color: #2F2F32;
	font-size: 0.9em;
}
h2{
	color: #00509E;
	font-size: 1.1em;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	background: url(../img/system/bg_h2.gif) no-repeat left 5px;
}
h3 {
	font-size: 1.1em;
}
.sidebarBox p{
	padding-bottom: 10px;
}
.sidebarBox {
	margin-bottom: 10px;
}
.sidebarBox .top{
	background: url(../img/system/bg_sidebarBoxTop.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}
.sidebarBox .main{
	background: url(../img/system/bg_sidebarBoxMiddle.gif) repeat-y;
	padding: 0px 10px;
}
.sidebarBox .bottom{
	background: url(../img/system/bg_sidebarBoxBottom.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}
#footer {
	margin-top: -10px;
	border-top: 1px solid #CCCCCC;
	font-size: 1.0em;
	padding: 10px 0px;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
.teaser {
	background: #F4F4F4;
	padding: 15px 10px 10px 10px;
	margin-bottom: 20px;
	font-size: 1.0em;
}
.teaser .img {
	float: left;
	width: 140px;
	margin-right: 10px;
}
.teaser img {
	padding: 3px;
	border: 1px solid #999999;
}
.teaser div.info {
	float: left;
	width: 300px;
}
.teaser .footer {
	clear: both;
}
table.frame {
	width: 100%;
}
table.frame .colLeft {
	width: 185px;
}
table.frame .colRight {
	width: auto;
}
table.frame td {
	vertical-align: top;
}
table.frame td.tdRight {
	padding-left: 30px;

}
table.frame td.tdLeft img {
	border: 1px solid #999999;
	padding: 3px;
}
#leftColumn ul {
	list-style: disc;
	padding-left: 20px;
}
#leftColumn ol {
	padding-left: 20px;
}
.head_img {
	margin-left: 11px;
}