@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	background-color: #e2e6e9;
	background-image: url('../img/back.jpg');
	background-repeat: repeat-x;
	height: 100%;
	text-align:center;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 994px;
	height: auto !important;
	height: 100%;
	background-color: #e6e9ec;
	background-image: url('../img/container_back.gif');
	background-repeat: repeat-y;
	min-height: 100%;
}

#header {
	margin: 0;
	height: 35px;
	background-image: url('../img/header_back.jpg');
	background-repeat: repeat-x;
}

#header a {
	text-decoration: none;
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 12px;
	color: #c5c3c3;
}

#header a:HOVER {
	text-decoration: none;
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

#banner {
	margin: 0;
	padding: 0;
	/*height: 210px;
	background-image: url('../img/banner_back.jpg');
	background-repeat: no-repeat;*/
}

#nav {
	height: auto;
	min-height: 23px;
	background-image: url('../img/nav_back.jpg');
	background-repeat: no-repeat;
	padding: 0 0 0 21px;
}

#nav img {
	margin: 0 6px 0 7px;
}

/*#nav a:HOVER {
	margin: 0 6px 0 7px;
}*/

#content {
	margin: 0;
}

#sidebar {
	height: 775px;
	padding: 20px 21px 0 24px;
}

#sidebar_ad {
	margin: 0;
	width: 227px;
}

#sidebar_alert {
	margin: 0;
	width: 227px;
}

#sidebar_mag {
	margin: 0;
	width: 227px;
}

#sidebar_subscribe {
	margin: 0;
	width: 227px;
}

#sidebar_login {
	margin: 0;
	width: 227px;
}

#sidebar_spacer {
	margin: 0;
	width: 227px;
	height: 20px;
	background-image: url('../img/sidebar_line.gif');
	background-repeat: repeat-x;
	background-position: center;
}

td, p {
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 16px;
}

#main {
	width: 660px;
	padding: 20px;
}

#body {
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 16px;
	width: 100%
}

#header1 {
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 24px;
	font-color: #1c1b1a;
	font-weight: bold;
	padding-bottom: 36px;
	padding-top:2px;
	width: 100%;
}

#header2 {
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 18px;
	font-color: #1c1b1a;
	font-weight: bold;
	padding-bottom: 20px;
	width: 100%;
}

#header3 {
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 14px;
	font-color: #1c1b1a;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
}

a {
	text-decoration: none;
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 14px;
	color: #09347a;
	line-height: 16px;
}

a:HOVER {
	text-decoration: none;
	font-family: "Myriad Pro", arial, helvetica, san-serif;
	font-size: 14px;
	color: #cc4f00;
	line-height: 16px;
}

.img_border_right {
	padding-left: 10px;
	padding-bottom:5px;
}

.img_border_left {
	padding-right: 10px;
	padding-bottom:5px;
}