body {
	background-color: #035DA7;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0;
	margin:0;
	padding:0;
}	
#wrappper {
	width: 797px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#logo {
	position: absolute;
	left: -7px;
	top: 13px;
	z-index: 100;
}
#header {
	text-align: right;
	background: url(../images/header_bkgnd.jpg) no-repeat left bottom;
}
#content {
	background-color: #FFFFFF;
	background-image: url(../images/content_bkgnd.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}
#nav {
	margin-top: 50px;
	border-top: 5px solid #0053A0;
	margin-bottom: 30px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	position: relative;
}
#nav li a {
	height: 35px;
	width: 171px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #0053A0;
	text-decoration: none;
	line-height: 34px;
	padding-left: 35px;
	background: url(../images/nav_bkgnd.gif) no-repeat;
}
#nav li.submenu a {
	background: url(../images/nav_bkgnd_submenu.gif) no-repeat;
}
#nav li a:hover, #nav li.submenu ul li a:hover {
	background: url(../images/nav_bkgnd_hover.gif) no-repeat;
}
#nav li.submenu a:hover {
	background: url(../images/nav_bkgnd_submenu_hover.gif) no-repeat;
}
#nav li ul {
	display: none;
	position: absolute;
	left: 206px;
	top: -1px;
	border-top: 1px solid #bcbcbc;
	background: #FFFFFF;
	z-index:100;
}
#nav li.submenu ul li a {
	background: #FFFFFF url(../images/nav_bkgnd.gif) no-repeat;
}
#left_col {
	float: left;
	width: 208px;
}
#right_col {
	float: right;
	width: 506px;
	margin-top: 30px;
	position: relative;
}

#social-media {
	position: absolute;
	top: -15px;
	right: 8px;
}

#content_large { clear: both; }
#footer {
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0053A0;
	padding-top: 10px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
p {
	font-size: 12px;
	line-height: 14px;
	color: #000;
}
.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.clear {
	clear: both;
}
.subtitle-1 {
	font-size: 16px;
	line-height: 19px;
}
.border { border: 6px solid #0053A1}