/*==============================
GENRAL STYLES
===============================*/
html,body{
    margin:0;
    padding:0;
}
body{
    font-family:Arial,sans-serif;
    font-size:12px;
	background: #143264  repeat-x; /*url(images/bg.gif)*/
}

h1,h2,h3,h4,h5,h5{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;;
	margin-bottom: 0;
	padding-bottom: 5px;
}

h2{
	color: #FFFFFF;
	background:#143264 url(images/h2_bg.jpg) no-repeat scroll left top;
}

a{
	text-decoration: none
}
img {
	border:none;
}
br {
	clear:both;
}

.card {
	border:thin;
	border-color:#000000;
	border-style:solid;
	



}
/*==============================
SITE WRAPPER
===============================*/
.site-wrapper{
	background-color: #FFFFFF;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
	margin-top:0;
}
/*==============================
HEADER WRAPPER
===============================*/
.header-wrapper{
	background:url(images/header.gif) no-repeat top;
    width: 800px;
    height: 150px;
	margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:0;
	text-align: center;
}

/*==============================
NAV WRAPPER
===============================*/
.nav-wrapper {
	background-color: #FFFFFF;
	float:left;
	display:inline;
	width: 200px;
	padding-top: 10px;
}

.nav-wrapper ul{
    z-index: 1;
    margin: 0px;
	padding: 0px;
	list-style-type: none;
    text-align: center;
}

.nav-wrapper ul li{
	display: block;
	height: 40px;
	line-height: 40px;	
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #143264 url(images/button.gif);
	background-repeat:no-repeat;
	font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
}

.nav-wrapper ul li a{
    text-decoration: none;
    color: #FFFFFF;
}

.nav-wrapper ul li:hover{
    color: #000000;
	background-position: 0 -40px;
}

.nav-wrapper ul li:hover a{
    color: #000000;
}


/*==============================
BODY WRAPPER
===============================*/
.body-wrapper {
	background-color: #FFFFFF;
	/*width: 590px;*/
	width: 580px; /*IE6 Fix*/
	margin-left:210px
}

.content{
	width: 540px;
	/*IE 6 Fix
	width: 550px;
	margin-left:25px;
	margin-right:25px;*/
	padding-top:25px;
	text-align:left;
}

/*==============================
FOOTER
===============================*/
.footer-wrapper
{
    margin-left: auto;
    margin-right: auto;
	width: 800px;
	height: 30px;
	background:url(images/footer.gif) no-repeat bottom;
	text-align: center;
	margin-bottom: 25px;
}
