

body { 
	margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, 'Lucida Sans Unicode', sans-serif;
    background-color: #FFA72E;
    text-align: center; 
}
a:link, a:visited, a:hover, a:active {
	color: blue;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div { 
	font-size: 11px; 
}
h1,h2,h3,h4,h5,h6 {
	font-size: 10px;
}
h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px
}
h5 {
	font-size: 11px
}
h5.navlist {
	margin: 0px 0px 0px 12px;
}

.leftCol {
/*   width:359px; */
 padding:0px 10px 0px 0px;
 margin:20px 0px;
/*   float:left; */
}
.rightCol {
 width:200px;
 padding:0px 9px;
 margin:20px 0px 20px 10px;
 float:right;
 border-left: 1px solid #B81F22;
}
.rightCol h3 {
	margin-top: 0px;
}
.leftCol ul, .main ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
}
.leftCol li, .main li {
	font-size: 11px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: 0 0.1em;
    padding-left: 24px;
    padding-bottom: 10px;
}
.leftCol li.pdf, .main li.pdf {
    background-image: url(/images/pdf-icon.gif);
}
.leftCol li.ppt, .main li.ppt {
    background-image: url(/images/ppt-icon.jpg);
}
.leftCol li.html, .main li.html {
    background-image: url(/images/html-icon.gif);
}
.main {
	width: 655px;
	padding-top: 10px;
}
.main h1 img {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;	
}
.promo_cell {
	background-color: #ccddff;
	width: 150px;
	float: right;
	margin-top: 20px;
	margin-left: 6px;
	margin-bottom: 6px;
}
.promo_top, .promo_bottom {
	background-color: #ccddff;
	height: 20px;
}
.promo_cell h1 {
	font-size: 13px;
	margin: 10px 0px 0px 0px;
}
.promo_cell h2 {
	font-size: 14px;
	margin: 0px 6px 0px 0px;
	clear: all;
}
.promo_cell h4, .promo_cell h3 {
	font-size: 12px;
	margin-bottom: 0px;
}
.promo_cell p {
	margin: 6px 0px;
}
.promo_cell_green, .promo_cell_pink, .promo_cell_yellow, .promo_cell_blue {
	width: 620px;
	margin-bottom: 15px;
	clear: left;
	color: #555555;
}
.promo_cell_green h2, .promo_cell_pink h2, .promo_cell_yellow h2, .promo_cell_blue h2 {
	color: Navy;
	margin-top: 0px;
} 
.promo_cell_green, .promo_cell_green .promo_top, .promo_cell_green .promo_bottom {
	background-color: #bbee2f;
}
.promo_cell_blue, .promo_cell_blue .promo_top, .promo_cell_blue .promo_bottom {
	background-color: #aabbff;
}
.promo_cell_pink, .promo_cell_pink .promo_top, .promo_cell_pink .promo_bottom {
	background-color: #fe6958;
}
.promo_cell_yellow, .promo_cell_yellow .promo_top, .promo_cell_yellow .promo_bottom {
	background-color: #fffe58;
}

.rss_ChannelTitle {
	font-weight: bold;
}
.rss_ItemTitle {
	font-weight: normal;
    margin:0px 3px 6px 0px;
}
.rss_ItemDescription {
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 0px 6px;
	border-left: 1px dotted #888888;
}
.FollowLink a {
	background-color: Blue;
	padding: 1px 3px;
}
.FollowLink a:hover, .FollowLink a:link, .FollowLink a:active, .FollowLink a:visited {
	color: White;
}
.top_banner {
	width: 335px;
	float: right;
	margin-top: 50px;
}

#frame {
	width: 890px; 
    text-align: left; 
    margin-left:auto; 
    margin-right:auto;
	background-color: White;
    background-image: url(/images/bars2.gif); 
    background-repeat: repeat-y;
    background-position: center center;
	padding: 0px 40px 0px 40px;
	border-left: 10px solid #FEBC58;
	border-right: 10px solid #FEBC58;
}
#frame, .main, #spawbody {
	background-color: #FFFFFF;
}
#footer {
	text-align: center; 
    padding: 10px 10px; 
    margin: 20px auto; 
    clear: both;
}
#nav_top {
	width: 450px;
	float: left;
}
#optionbar {
	text-align: right;
	border-bottom: 1px solid #B81F22;
	padding-bottom: 12px;
	padding-top: 6px;

}
