/* CSS Document */

html, body {background-color: #1e439b; margin-top: 5px; font-family: arial, helvetica, sans-serif;}

p {font-size:14px;}

a {color: #1e439b;text-decoration: none;}
a:hover {color:  #39b54a;;text-decoration: underline;}

#wrap {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background:clear;
	position:relative;
	min-height: 100%;
	margin-bottom: -30px;
	margin-top: 10px;
}

#header {width: 980px;height: 100%; margin: 0 auto; background:clear; position:relative; margin-bottom:0px;}

.info {margin-top: -15px;font-size:12px; font-color: black;font-family:"Myriad Pro", Arial, helvetica, sans-serif;}

#container{width:980px;padding:10px;margin:0px; float: left; background-color: #cccccc;}

div.c1{width:640px;padding:10px;margin:0px; float: left; border-right: 1px solid #1e439b;}
div.c1 img{margin-bottom:8px;}
div.c1 h1 {font-size:24px; margin-top: 0px; }
div.c1 ul {font-size:14px;}

div.c2{width:290px;padding:10px;margin:0px; float: right; }
div.c1 h1 {font-weight: bold; font-size:24px; color: #1e439b; font-family: Arial, helvetica, sans-serif;}
div.c2 h2 {font-size:18px; margin-top: 0px; }
div.c2 img {margin-top: 6px; padding-top:0px; margin-bottom: 6px;}

#footer {height: 50px; position: relative; text-align: center; color: white; font-size:12px; float: left; border-top: 5px solid #39b54a; margin: auto; width: 100%; background:clear;}
#footer a {color: white; font-size:14px; text-decoration: none;}
#footer a:hover {color: #FC6; font-size:14px; text-decoration: none;}
