
body {
	background-color: #FFFFFF;
	margin: 0px;
}
.main {
	text-decoration: none;
	padding: 20px;
	background-color: #F7F7F7;
	border-top: 1px solid #e4e0ea;
	border-left: 1px solid #e4e0ea;
}
.container {
	border-right: 1px solid #e4e0ea;
	border-left: 1px solid #e4e0ea;
}
td {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #959927;
	text-decoration: underline;
	}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #959927;
	text-decoration: underline;
	}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #959927;
	text-decoration: none;
	}
.nav {
	color: #c5d2e4;
} 
.nav a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #c5d2e4;
	text-decoration: none;
	}
.nav a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #c5d2e4;
	text-decoration: none;
	}
.nav a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	}
.left {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.heading {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: 002e70;
	text-decoration: underline;
}
.input {
	font-family : Verdana; 
	font-size : 10px; 
	font-weight : normal; 
	color : #333333; 
	text-decoration : none; 
	background-color : #ffffff; 
	border : 1px inset #cccccc; 
}
.box {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}

/* TOP - LEVEL PROMO POD ELEMENTS
----------------------------------------------------*/

/* Promo Pod Elements 
-----------------------------------------------------*/

/* right nav */

.promo_pod_wrapper{
width:760px;
margin-top:15px;
}

.promo_pod_container{
	width:250px;
	float:left;
}

.promo_pod_label{
	width:250px;
	background: #fff url(promo_pod_container_bg.gif) repeat-y; 
	margin-bottom:-4px;
}

.promo_pod h2{
	font-weight:bold;
	color:#000;
	font-size:11px;
	margin:-2px 0px 0px 0px;
}

.promo_pod{
	width: 206px;
	background: url(promo_pod_bg.gif) repeat-y;
	font-size:11px;
	padding-left:22px;
	padding-right:22px;
	margin-top:0px;
}html>body .promo_pod{margin-top:0px;}


.promo_pod h1{
	font-size:14px;
	color:#000;
	margin-top:-3px;
}

.promo_pod a:link, .promo_pod a:visited{
	color: #780000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
	display: block;
}html>body .promo_pod a:link, .promo_pod a:visited{line-height: 16px;}

.promo_pod a:hover, .promo_pod a:active{
	color:#000000;
	text-decoration:none;
}

.top_margin{
	margin-top:-13px;
}html>body .top_margin{margin-top:0px;}

