body{
	text-align: center;
	font-size: 12px;
	font-family: arial, helvetica, san-serif;
}
.clear {
	clear: both;
}

#siteWrapper{
	width: 850px;
	text-align: left;
	margin: 0 auto;
}

#top{
	position: relative;
}

#topRight{
	float: right;
	width: 531px;
	position: absolute;
	top: 26px;
	right: 0px;
}
#topLeft{
	float: left;
	width: 225px;
}

#menu{
	background-color: #005599;
	padding: 6px;
	text-align: right;
	color: #CCCCCC;
}

#menu a:link,
#menu a:active,
#menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}

#footer{
	background-color: #005599;
	height: 18px;
	padding: 6px;
	text-align: right;
	color: #CCCCCC;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#contentContainer {
	background: url(../images/design/menubg.gif) repeat-y;
	border-right: 1px solid #ccc;
}
#leftMenu{
	width: 230px;
	float: left;
	
}
#content{
	width:595px;
	float: left;
	margin-top: 12px;
	margin-right:12px;
	margin-left: 12px;
}

#bottomAddress{
	padding-left: 12px;
	padding-bottom: 12px;
	color: white;
	font-weight: bold;
	
}



#leftMenu {

	
}


#leftMenu ul{
		list-style-type: none;
			padding-left: 20px;
}

#leftMenu ul li{
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, helvetica, san-serif;
	color: #005599;
}

#leftMenu ul li ul li {
	font-size: 10pt;
	font-weight: normal;
	font-family: arial, helvetica, san-serif;
	color: #fff;

}

#leftMenu a:link,
#leftMenu a:visited,
#leftMenu a:active {
	font-size: 10pt;
	font-weight: normal;
	font-family: arial, helvetica, san-serif;
	color: #fff;
	text-decoration: underline;
	
}
#leftMenu a:hover{
		font-size: 10pt;
	font-weight: normal;
	font-family: arial, helvetica, san-serif;
	color: #ccc;
	text-decoration: underline;
	
}


h1{
	color:#005599;
	font-size:16px;
	letter-spacing: 0.2em;
	
}


h2{
	color:#005599;
	font-size:14px;
	letter-spacing: 0.1em;
	
}

