/* CSS Document */

body {
	margin-top: 10px;
	background-color: #999999;
	}
img {
	border:0px;
	}
.imgover {
	border:1px solid #000000;
	}
.wrapper {
	width:800px;
	border:1px solid #000000;
	background:#ffffff;
	}
/* This style defines the area behind the logo. */
.logobkg {
	background:#005C96;
	border-bottom:1px solid #000000;
	padding: 5px;
	}
/* These styles define the buttons in the navigation bar */
.buttons {
	margin:0px 0px 0px -16px;
	padding:0px 15px 0px 16px;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:.6em;
	white-space:nowrap;
	}  
.buttons a {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	color:#000000;
	}  
.buttons strong {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	background:#A13422;
	color:#fff;
	}
.buttons a:hover {
	color:#fff;
	background:#D07131;
	border-bottom-width:0;
	}
.subnav {
	position:relative;
	background:#A13422;
	padding:3px;
	}
/* These styles define link behaviors */
a {
	color: #005C96;
	}
a:hover {
	text-decoration:none;
	}
a:active {
	color:#A13422;
	} 
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:5px 8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	font-weight:bold;
	text-transform:uppercase;
	color:#005C96;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#feffef;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
.boxwhite {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
/* These styles define font attributes */
h1 {
	background:#F7F7F7;
	border:1px solid #005C96;
	padding:5px 8px;
	margin:2px 0px 1em 0px;
	color:#005C96;

	text-align:center;
	font-family:Arial, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	}
h2 {
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	}
h3 {
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
h4 {
	font-family:Arial, sans-serif;
	font-size:.9em;
	font-weight:bold;
	}
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:.6em;
	}
p, td, li {
	font-family:Verdana, sans-serif;
	font-size:.8em;
	font-weight:normal;
	}
#profile-leftcol {
	float:left;
	width:250px;
	padding: 12px 0px 12px 0px;
	}
#profile-rightcol {
	float:right;
	width:250px;
	padding: 12px 0px 12px 0px;
	}
