body {
	margin: 0px;
	background-color: #e5e5e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, td, li, a {
	font-size: .91em;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
}
#footer p {
	font-size: 0.7em;
	margin-top: 10px;
	margin-left: 200px;
}

#sidbar_content {
	width: 200px;
}
#wrap {
	background-color: #121c4e;
	width: 100%;
}
#content_wrap {
}

#content {
	width: 600px;
	background-color: #FFFFFF;
}
#content_topnav {
	height: 150px;
	background-image: url(images/content_top_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: solid 1px #fff;
}
#content #body {
	width: 400px;
	float: left;
	background-color:#FFFFFF;
}

#content #body_full {
	width: 100%;
}

#content #sidebar {
	width: 196px;
	float: right;
	background-image: url(images/sidebar_bkg.jpg);
	background-repeat: repeat-y;
}

/** CONTENT STYLES **/
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	background-image: url(images/section_head_bkg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;	
}
#content p{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.4em;
}
#content h2 {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
}

/** SIDEBAR STYLES **/

#sidebar h2 {
	color: #FF0000;
	margin-top: 0px;
}
#sidebar a.link {
	display: block;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 18px;
	background-image: url(images/sidebar_link_bullet.jpg);
	background-repeat: no-repeat;
	line-height: 15px;
}
#sidebar img {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-right: auto;
	border: solid 1px #999999;
}
#sidebar .caption {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 10px;
	color: #666666;
}


/***** LEFT NAV *****/

#left_nav {
	width: 200px;
	background-color: #FF0000;
}
#left_nav dl, #left_nav dd, #left_nav dt{
	margin: 0;
}
#left_nav dl {
	margin-right: 1px;
}
#left_nav dt {
	background-color: #000000;
	height: 15px;
	width: 100%;
}
#left_nav dl ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left_nav dl ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

#left_nav dl ul li a {
	font-weight: bold;
	display: block;
	background-color: #F00;
	height: 20px;
	font-size: 12px;
	padding-left: 40px;
	padding-top: 7px;
}
#left_nav dl ul li a:link {
	color: #fff;
	text-decoration: none;
	background-image: url(images/link_active_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#left_nav dl ul li a:hover {
	color: #000;
	background-image: url(images/link_rollover_alt.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#left_nav dl ul li a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(images/link_active_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/** LEFTNAV SUBNAV STYLES **/

#left_nav dl ul li li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

#left_nav dl ul li li a {
	font-weight: normal;
	display: block;
	background-color: #fff;
	height: 18px;
	font-size: 12px;
	padding-left: 40px;
	padding-top: 5px;
	border-bottom: solid 1px #ccc;
}
#left_nav dl ul li li a:link {
	color: #000;
	text-decoration: none;
	background-image: none;

}
#left_nav dl ul li li a:hover {
	color: #f00;
	background-image: none;
}
#left_nav dl ul li li a:visited {
	color: #000;
	text-decoration: none;
	background-image: none;
}


/** HOMEPAGE CONTENT STYLES **/

#home_wrap {
	background-color: #121c4e;
	background-image: url(images/home_bkg_img.jpg);
	width: 100%;
}
#home_content_wrap {
	width: 800px;
}
#home_content {
	width: 400px;
}
#home_content h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin-top: 40px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#home_content p {
	color: #fff;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
	line-height: 1.4em;	
}
#home_sidebar_content {
	width: 210px;
}
#promos {
	position: relative;
	text-align: center;
	top: 20px;
}
#promos img {
	border: solid 4px #fff;
	margin-bottom: 2px;	
}	

/** TOPNAV FORMATTING **/
#topnav {
	text-align: right;
	color: #FFFFFF;
	font-size: .8em;
}
#topnav a:link {
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #fff
}
#topnav a:visited {
	color: #fff;
}


#content h3 {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
}
