body {
	background-color: #003399;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding:0;

}

.clear {
	width: 100%;
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
	line-height:0px;
}

H1 { font-size: 20px;
font-weight: bold;
color: #003399;
padding:0px;
margin:0px;
}

H2 { font-size: 16px;
font-weight: bold;
color: #FF9900;
padding:0px;
margin:0px;
}

a
{
color:#0066CC;
text-decoration: none;
}

a:hover
{
color: #FF9900;

}

.raquoyellow
{
color: #FF9900;
}

.headerlink , a:link.headerlink , a:visited.headerlink
{
color: #FFCC00;
text-decoration: none;
font-weight: normal;
}

a:hover.headerlink , a:visited:hover.headerlink , a:hover.LinkType03 , a:visited:hover.LinkType03
{
color:#FFFFFF;
}

a:link.LinkType03 , a:visited.LinkType03
{
color:#999999;
text-decoration: none;
font-weight: normal;
}

#Nav
{
margin: auto;
padding: 0;
}

#Nav ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#Nav ul li
{
display: block;
float: left;
text-align: center;
margin: 0;
}

#Nav ul li a
{
height: 27px;
background-repeat:repeat-x;
background-image:url(../images/bg_nav_off.png);
border: none;
padding: 8px 0px 0px 0px;
margin: 0;
color: #FFFFFF;
text-decoration: none;
display: block;
text-align: center;
font-size: 12px;
font-weight: bold;
}

#Nav ul li a:hover
{
background-repeat:repeat-x;
background-image:url(../images/bg_nav_on.png);
}


#Content
{ padding: 30px;}

#LeftNav {
	border-right: 1px solid #ffffff;
}

#LeftNav ul {
	margin: 0px;
	padding:0px;
	list-style:none;
	width:209px;
}

#LeftNav ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
	background-color: #CEDEF4;
	width:209px;
	float:left;
	border-bottom: 1px solid #ffffff;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position:right;
}

#LeftNav ul li a:hover{
	background-color:#FFCC00;
	color:#003399;
		background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position:right;

}

#LeftNav ul li a{
	padding:10px 20px 10px 20px;
	line-height:14px;
	display:block;
	text-decoration:none;
	font-weight: normal;
	color:#003399;
}
