html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, img, hr, embed, object {
	margin:0;
	padding:0;
}

ul {
	padding-left: 40px;
}

body {
	color: #333333;
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#main {
	height: auto !important;
	margin: 0 auto -140px;
	min-height: 100%;
}

#header {
	background-color: #7A9BC5;
	background-color: #003A76;
	padding: 6px 0;
	text-align: center;
	height: 100px;
	background-image: url("../images/header_bg.gif");
	background-repeat: repeat-x;
}

#inner {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 950px;
}

#content {
	background-color: #ffffff;
	float: left;
	min-height: 580px;
	padding-bottom: 84px;
	padding-right: 10px;
	position: relative;
	width: 740px;
}

#sidebar {
    padding-top: 20px;
    float: left;
    width: 200px;
}

#footer {
	clear: both;
	font-size: 12px;
	height: 60px;
	text-align: center;
	background-color: #ffffff;
}

#footer_top {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	padding-bottom: 8px;
}

#footer_navigation {
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 32px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}

#footer_navigation a {
	text-decoration: none;
}

h1 {
	font-size:18px;
	margin-bottom: 14px;
	padding-top: 20px;
}

h2 {
	font-size:14px;
	margin-bottom: 12px;
	padding-top: 10px;
}

a:link {
	color: #003A76;
}
a:visited {
	color: #003A76;
}
a:hover, a:active {
	color: #333333;
}

#tabs li a, #tabs li {
	color:#ffffff;
	float: left;
	font-size: 16px;
	height: 28px;
	margin: 0 6px;
	padding-left: 3px;
}
#tabs ul {
	bottom: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	right: 6px;
}
#tabs li {
	display: inline;
	margin: 0;
}
#tabs li a span {
	display: block;
	line-height: 28px;
}

#tabs a {
	text-decoration: none;
}

#tabs a:hover {
	text-decoration: underline;
}

#tabs .active {
	font-weight: bold;
}

#header_top {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header_logo {
	width: 330px;
	float: left;
	text-align: left;
	padding-top: 25px;
	color: #ffffff;
}

#header_tabs {
	width: auto;
	float: right;
	padding-top: 35px;
}

.spacer {
	height: 10px;
}

.table_main {
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}

.table_main tr {
	border-bottom: 1px solid #E4E4E4;
	line-height: 16px;
}

.table_main th {
	background: #E6EEF8 none repeat scroll 0 0;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
	text-align: left;
	width: 200px;
}

.table_main th, .table_main td {
	border: 1px solid #e4e4e4;
	padding: 6px;
}

.social_twitter {
    display: block;
    background: url("/images/social.png") no-repeat -60px 0px;
    width: 56px;
    height: 20px;
}

.social_facebook {
    display: block;
    background: url("/images/social.png") no-repeat 0 0;
    width: 60px;
    height: 18px;
}
