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

html{
background-color:#dcd2a8;
background-image:url(../img/watermark.png);
background-position:bottom right;
background-repeat:no-repeat;

}

body{
padding-top:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
height:100%;
}

h1{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-size:18px;
}

h2{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-size:16px;
}

p{

}

a{
color:#83664b;
text-decoration:none;
}
a:hover{
color:#fff;

}
a img {
	border: 0;
}
#wrapper{
width:580px;
margin:0 auto;
}
#header{
width:580px;
text-align:center;
margin-bottom:20px;
}
#content{
/*text-align:center;*/
text-align:justify;
}
.divider{
margin:0px 0 0px 0;
}
#logoLinks {
	width: 384px;
	float: left;
}
#social{
width: 186px;
float: right;
/*width:580px*/;
font-size:12px;
text-align: right;
}
#social a, #social img {
	margin: 0;
	padding: 0;
	float: right;
}
#social p {
	color: #2e4b8f;
	margin: 0 6px 0 0;
	line-height: 40px;
	display: inline;
	font-weight:bold;
	font-size:13px;
}
#footer{
width:580px;
font-size:12px;
}
.italic{
font-style:italic;
font-size:12px;
}
.menuLink {
	padding-left:10px;
}
	.menuLink h1 {
		margin:0;
	}


