html {
	background-color: #C1CED5;
	color: #6D6E71;
	font-family:Arial, Verdana;
}

body {
	text-align:center;
	line-height: 125%;
}
	
	
h1 {
	color: #07223E;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
}

p {
	font-size: 11px;
}

b {
	font-size: 12px;
	color: #646565;
}

img {
	margin-right: 20px;
}

a {
	color: #567EAA;
	text-decoration: underline;
}

a:visited {
	color: #455768;
	text-decoration: underline;
}

address {
	line-height: 175%;
	color: #455768;
	font-size: 8pt;
	text-align: right;
	font-style: normal;
	margin: 0px;
	padding: 0px;
} 

address img {
	float:right;
	/*
	margin-bottom:20px;
	margin-left:50px;
	margin-right: 0px;
	*/
	height: 97px;
	width: 142px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

/*positions*/
#frame {
	width:864px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding-bottom:20px;
	padding:0px;
	text-align:left;
	background-color: #fff;
}
		
#contentleft {
	width: 142px;
	padding: 0 20px 20px 0;
	float: left;
	background: #fff;
}

#contentcenter {
	width: 660px;
	float: left;
	background: #fff;
	padding-bottom: 20px;
}

#contentmain {
	padding: 0px 20px;
}
	
#contentright {
	width:175px;
	padding:0px;
	float:left;
	background:#fff;
}

#contentheader {
	width: 702px;
	height: 82px;
	margin-bottom: 45px;
	background: #fff;
}

#contentmain ul {
	padding-left: 230px;
}

#contentmain ul li {
	font-size: 11px;
}

/*url list layout*/
#contentmain ul.linklist {
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

#contentmain ul.linklist img {
	border: 0px;
}


#contentheader ul {
	background: #fff;
	background-image: url(../gfx/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	list-style-type: none;
	padding-top: 60px;
	padding-left: 20px;
	margin: 0;
}

#contentheader ul li {
	font-family: Verdana;
	display: inline;
	font-size: 11px;
	padding-right: 8px;
}

#contentheader ul li a { 
	text-transform: lowercase;
	color: #455768;
	text-decoration: none;
}

#contentheader ul li a.selected { 
	color: #07223E;
	font-weight: bolder;
}

/* fooooooter */
#contentfooter {
	background-color: #C1CED5;
	float: left;
}

#contentfooter ul {
	background: #fff;
	background-image: url(../gfx/footer_bg.gif);
	background-position: top;
	list-style-type: none;
	width: 864px;
	float: right;
	text-align: right;
	padding: 8px 0 0 0;
	margin: 0;
	height: 20px;
}

#contentfooter ul li {
	display: inline;
	font-family: Verdana;
	font-size: 10px;
	padding-right: 6px;
}

#contentfooter ul li a { 
	text-transform: lowercase;
	color: #455768;
	text-decoration: none;
}

#contentfooter ul li a.selected { 
	color: #07223E;
	font-weight: bolder;
}

