@charset "UTF-8";
/* CSS Document */

* {
	font-family:Arial, helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	text-align:center;
}
a {
	font-family:copperplate, Arial, Helvetical, Sans-serif;
	font-weight:500;
	font-size:18px;
}
a:link, a:visited{
	text-decoration:none;
}
a:hover, a:active{
	color:#154c71;
}
h1{
	font-family:copperplate, Arial, Helvetical, Sans-serif;
	font-size:36px;
	font-weight:200;
	color:#154c71;
	text-decoration:none;
	border-bottom:1px solid #000;
	text-align:center;
	padding-top:10px;
	margin-bottom:0;
}
h2{	
	font-family:copperplate, Arial, Helvetical, Sans-serif;
	font-size:24px;
	font-weight:100;
	text-align:center;
	margin-top:0;
}

h3{
	font-family:copperplate, Arial, Helvetical, Sans-serif;
	font-size:20px;
	font-weight:100;
	text-align:center;

}

h4{
	font-family:copperplate, Arial, Helvetical, Sans-serif;
	font-size:16px;
	font-weight:400;
	text-align:center;
	color:#154c71;
}

h5{
	font-family:copperplate, Arial, Helvetical, Sans-serif;
	font-size:20px;
	font-weight:200;
	text-align:center;
	color:#154c71;
	margin-left:37px;
	margin-bottom:0;
}



/*Layout_________________________________________________*/
#wrapper{
	width:860px;
	margin:0 auto;
	text-align:left;
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position:right center;
	background-color:#FFFFFF;
}
body{
	text-align:center;
	background-color:#ffffff;
}
/* Header ________________________________________________*/
#header img{
	padding:0px;
	float:left;
}
/* Navigation_____________________________________________*/

/* content__________________________________________________*/

#contentLeft{
	float:left;
	width:225px;
	margin-left:-40px;
}

#contentRight{
	float:right;
	width:635px;
	padding-bottom:25px;
}

#center{
	float:left;
	width:410px;
}

#right{
	float:right;
	width:225px;
	margin-right:-40px;
}

.center{
	width:333px;
	margin-left:31px;
}
/*
.floatLeft{

}

.floatRight{

}

img.top{
	position:absolute;
	top:130px;
	left:500px;
}

img.bottom{
	position:absolute;
	left:515px;
	top:705px;
}

#contentLeft{
	width:225px;
	position:absolute;
	top:124px;

}

#contentBottomLeft{
	position:absolute;
	top:577px;
	left:123px;
}

#contentCenter{
	width:333px;
	position:absolute;
	left:431px;
	top:372px;

}

#contentRight{
	width:225px;
	position:absolute;
	top:124px;
	left:800px;
}

img{
}
*/



#content ul li{
	list-style-type:none;
	font-family:copperplate, arial, helvetica, sans-serif;
	font-weight:200;
}

/*footer_________________________________________________*/
#footer{
	clear:both;
	}

#footer img{border:none;}
