body {
	margin:0;
	padding:0;
	text-align:center;
}

#bg_wrap {
	background:url('../images/blue_bg.jpg') repeat-x;
}

a img {
	border:none;
}

#main_wrapper {
	width:800px;
	margin:0px auto;
	text-align:left;
}

#nav {
	width:800px;
	height:77px;
}

#banner {
	width:800px;
	height:301px;
}

#copy_area_wrapper {
	width:800px;
	background-image:url('../images/copy_area_wrapper_bg.jpg');
	padding:32px 0 0 0;
}

.copy_area {
	background-image:url('../images/red_square.gif');
	background-repeat:no-repeat;
	padding-left:10px;
	margin-left:80px;
}



/*Interior page styles*/

#interior_bg_wrap{
	background:url('../images/interior_blue_bg.jpg') repeat-x;
}

#logo {
	position:absolute;
	top:0;
	float:left;
	display:inline;
}

#interior_header {
	width:800px;
	height:165px;
}

#interior_header #white_bar {
	width:100%
	height:35px;
	background-color:#ffffff;
	position:absolute;
	margin:131px 0 0 0;
}

#interior_header #page_title {
	background:url('../images/red_square.gif') no-repeat;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#ee1c24;
	margin:10px 80px 0 80px;
	padding-left:10px;
}

.interior_copy_area {
	padding-left:10px;
	margin-left:80px;
	margin-right:80px;
}


.interior_copy_area a
{
	color:#ee1c24;
}

.interior_copy_area a:visited
{
	color:#a40000;
}

.interior_copy_area a:hover
{
	color:#c20000;
}

.copy_area a
{
	color:#ee1c24;
}

.copy_area a:visited
{
	color:#a40000;
}

.copy_area a:hover
{
	color:#c20000;
}

.body_copy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:16px;
	color:#303030;
}

.body_copy h2, .copy_area h2 {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 16px;
	color:#ee1c24;
	padding:0;
	border:0;
	margin:0;
}

.body_copy h3 {
	background-image:url('../images/red_square.gif');
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#ee1c24;
	padding:0 0 0 10px;
	border:0;
	margin:0 0 0 -10px;
}

.body_copy h4{
	font-weight:bold;
	font-size:12px;
	padding:0;
	border:0;
	margin:0;
}

h4 + ul, h4 + ol{
	margin-top:0;
}

.mb {margin-bottom: 0 !important;}

.body_copy li{
	margin-bottom:5px;
}

.body_copy ul li {
	list-style-type:square;
}

.body_copy ol li ol {
	list-style-type:lower-alpha;
}

.body_copy .quick_links {
	font-family: "Trebuchet MS", verdana, sans-serif;
	color:#999999;
	font-size:11px;
}

.body_copy .quick_links a {
	text-decoration:none;
	color:#999999;
}

.body_copy .quick_links a:hover {
	text-decoration:underline;
	color:#ee1c24;
}

.body_copy .footnotes {
	font-size:10px;
	line-height:12px;
}

.body_copy sup {
	font-size:8px;
}
.body_copy table {
	margin:0 0 0 -10px;
}

.body_copy table td + td {
	font-size:11px;
}

.body_copy .position{
	font-weight:bold;
}

.body_copy .affiliation{
	font-style:italic;
	font-size:11px;
	color:#5e5e5e;
	line-height:12px;
}

.two_col
{
	clear:both;
}

.two_col .col1header
{
	width:150px;
	margin-left: -10px;
	padding-left: 10px;
	background-image:url('../images/red_square.gif');
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ee1c24;
	float:left;
}

.two_col .col2copy
{
	width:470px;
	margin-right:80px;
	padding-left: 10px;
	font-size: 12px;
	float:right;
	line-height:15px;
}

#footer {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align:right;
	color:#7C7C7C;
	padding:20px 0 10px 0;
}

#designed_by{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align:right;
	color:#7C7C7C;
	padding:20px 0 10px 0;
}

#designed_by a {
	color:#ee1c24;
}

#designed_by a:visited {
	color:#a40000;
}

#designed_by a:hover {
	color:#c20000;
}

/*Menu Styles*/

.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}

.menu {
	float:			left;
	margin-left: 160px;
}
.menu a {
	border-left:	1px solid #e3e3e3;
	padding: 		40px 10px 23px 10px;
	text-decoration:none;
}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#7c7c7c;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 15px;
	letter-spacing:2px;
}
.menu li {
	background:	url('../images/nav_button_bg.jpg') no-repeat;
}
.menu li li {
	background:	#ee1c24;
	margin-top:1px;
}

.menu li ul {
	margin-top:38px;
}

.menu li li a, .menu li li a:visited{
	padding:5px 10px;
	color:#fff;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	margin-top:1px;
}

.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	background:	#ee1c24;
    color:#fff;
}

.menu li li:hover, .menu li li.sfHover,
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#fff;
    color:#ee1c24;
}

