/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-color: #E9E9E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#page{
	width:800px;
	margin: auto;
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/
	background-color: #fff;
}
#toppage{
	width:800px;
	height:30px;
}
#date{
	float:left;
	width:190px; 
	height:24px;
	padding-top:6px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #888888;
}
#topbar{
	width:800px; 
	height:30px;
	background-image:url(images/top_bar_bg.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	border-right:solid 0px #999999;
}
#header{
	width:800px;
	height:102px;
	background-color:#FFFFFF;
	border-top:dotted 1px #ABC578;
	border-bottom:dotted 1px #ABC578;
}
#logo{
	float:left;
	width:180px;
	height:90px;
	padding-top:10px;
}
#flash{
	float:right;
	width:600px;
	height:100px;
}
#content_container{
	width:800px;
	min-height: 500px;
	margin: auto;
	background-color:#fff;
}
#menu{
	float:left;
	width:189px;
}
#content{
	float:left;
	width:480px;
	min-height: 500px;
	background-color:#FFFFFF;
}
#contenttext{
	width:470px; 
	background-color:#FFFFFF;
}
#adbox{
	float:right; 
	width:125px; 
	margin:0px; 
	border:solid 0px #080863;
}
#footer{
	width:800px;
	margin: auto;
	background-color:#FFFFFF;
	border-top:dotted 1px #ABC578;
	text-align: center;
}
#cellbox{
	float:right;
	background-image:url(images/bg_cell_box.gif);	
	background-color:#FFFFFF;
	width:122px;
	height:122px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	border:solid 0px #080863;
}
#planpanel{
	background-image:url(images/bg_planpanel.gif);
	background-color:#FFFFFF;
	width:300px;
	border:solid 2px red;
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	color: #888888;
}
#popwindow{
	background-color:#FFFFFF;
	width:100%;
	height:600px;
	font: 0.7em Tahoma, sans-serif;
                font-size: 12px;
	color: #666666;
}
#listsubscribe{
	width:780px;
	padding-left:20px;
	background-color:#FFFFFF;
	font: 0.7em Tahoma, sans-serif;
                font-size: 12px;
	color: #666666;
}
/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
                font-size: 12px;
	color: #666666;
}
.bodytext a{
	font: 0.7em Tahoma, sans-serif;
                font-size: 12px;
	color: blue;
	text-decoration:none;
}
.bodytext a:hover{
	text-decoration:underline;
}
.ld {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.top_two {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}

.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}

.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CC3333;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FF6600;
}
.orangetitle a{
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FF6600;
}
.adtitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#080863;
}
#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#ABC578; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#cc3333;
}
#planpanel a{
	float:right;
	width:100px;
	height:16px;
	padding-top:3px;
	background-color:#ff0000;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-bottom:solid 2px #000000;
	border-right:solid 2px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
}
#planpanel a:hover{
	background-color:#000000;
}
