
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:91%;
}

body {
	background-color:#333333;
	margin:0px;
	padding:0px;
}
	
h1 {
	font-size: 111%;
	color: #001F68;
}

h2 {
	font-size: 101%;
	color: #002562;
}

a:link {
	color: #002562;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: underline;
	color: #000000;
}
	
#wrapper { 
	width:770px;
	height:auto;
	padding:0px;
	margin:0px auto;
	background-color:#ffffff;
}

#header {
	width:100%;
	height:75px;
	margin:0px;
	padding:0px;
}

#header img {
	margin:10px 0px 0px 0px;
	border:0px none #ffffff;
}

#nav_box {
	width:100%;
	height:32px;
	margin:0px;
	padding:0px;
}

#navigation {
	float:left;
	width:34%;
	height:32px;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:81%;
	letter-spacing:.08em;
	background-color:transparent;
	text-align:left;
	text-transform:capitalize;
	line-height:2em;
}
	
#navigation ul {
	position:relative;
	top:7px;
	width:96%;
	margin:0px auto 0px 4%;
	height:auto;
	padding:0px;
	line-height:1.8em;
}

#navigation li {
	list-style-type:none;
	display:inline;
}

#navigation li a {
	color:#001F68;
	text-decoration:none;
	text-align:center;
	height:auto;
	margin:0px 2px;
	padding:1px 2px;
	border:1px solid #001F68;
}

#navigation li a:hover {
	color:#333333;
	text-decoration:none;
	text-align:center;
	border:1px solid #ffffff;
}

#slogan {
	float:right;
	width:64%;
	margin:0px;
	padding:0px;
	text-align:left;
}

#slogan h1 {
	font-size:99%;
	width:98%;
	margin:7px 2% 0px auto;
	padding:0px;
}

#sub_wrapper {
	width:100%;
	height:auto;
	background-color:transparent;
}

#left_column {
	width:20%;
	height:500px;
	margin:0px;
	padding:0px;
	float:left;
}

#left_column p {
	font-size:76%;
	width:92%;
	margin:2px auto;
	font-size:91%;
}

/*
#left_column h2 {
	width:80%;
	margin:2px auto;
	font-size:82%;
}
*/

#left_column ul {
	width:92%;
	margin:0px auto;
	padding:0px;
}

#left_column ul li {
	margin:2px auto;
	list-style-type:none;
	font-size:82%;
}
	
#content {
	width:80%;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}

#content p {
	text-indent:0em;
	color:#333333;
	width:98%;
	margin:.1em auto;
}
	
#content acronym {
	font-weight:bold;
	text-decoration:underline;
}

#content .rowspan {
	width:100%;
	margin:10px auto;
	height:auto;
}

#content .right_half {
	float:right;
	width:48%;
	height:auto;
	margin-right:1%;
	overflow:hidden;
}

#content .left_half {
	float:left;
	width:48%;
	height:auto;
	margin-left:1%;
	overflow:hidden;
}

#footer {
	width:100%;
	font-size:85%;
	height:61px;
	margin:0px auto;
	padding:0px;
	background-color:transparent;
}

#link_box {
	float:left;
	width:40%;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#link_box img {
	border:0px none #ffffff;
}

#copy {
	float:right;
	width:40%;
	margin:0px 10px 0px 0px;
}

#copy p {
	width:98%;
	margin:20px auto;
	text-align:right;
}