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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4775a8;
	background-color: #f5f3f3;
}
#calltoaction {
	width: 273px;
	margin-top: 170px;
	margin-right: 0px;
	margin-left: 130px;
	float: left;
}
#sociallinks   {
	list-style-type: none;
	list-style-image: none;
	width: 230px;
	height: 0px;
	float: right;
	font-size: 16px;
	text-align: left;
	margin-top: 320px;
}
 
a{
	font-size:14px;
	font-weight:normal;
	color:#4775A8;
	text-decoration:none;
}
 

a:link {
	color: #3C6390;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background-image: url(../imgs/bkg.png);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #f5f3f3;
}
#container {
	width: 940px;
	margin-right: auto;
	height: 780px;
	margin-left: auto;
	background-image: url(../imgs/msgbkg.png);
	background-repeat: no-repeat;
	background-position: 0px 92px;
}
#logo {
	width: 520px;
	float: left;
}
#mainmenu {
	width: 300px;
	float: right;
	height: 40px;
	margin-top: 40px;
}
#list-nav {
	list-style-image: none;
	list-style-type: none;
	
}
#list-nav li {
	display:inline;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#header {
	margin-top: 20px;
	width: 941px;
	clear: both;
}
#container #main {
 
	width: 940px;
	height: 618px;
	float: left;
}
#list-social {
	list-style-type: none;
}
#list-social li {
	margin-bottom: 30px;
}
#useitfor {
	width: 260px;
	margin-left: 590px;
	margin-top: 140px;
	height: 0px;
}

#footer {
 
    height:40px;

  	width: 940px;
	margin-right: auto;
 margin-left: auto;
}
#footerlinks{
    font-size:12px;
font-weight:normal;
color:#4775A8;

    }
    
    #footerlinks a{
	font-size:11px;
	font-weight:normal;
	color:#4775A8;
	text-decoration:none;
    }
#footerlinks a:hover{
text-decoration:underline;            
}            
