html{
	height: 				100%;	
}
/* from Yahoo! YUI */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}
body{font:11px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body{
	width:					100%;
	text-align: 			center;
	background:				#364553 url(../images/body_bg.gif) repeat-x;
	color:					#364553;
	position: relative;
	padding-bottom: 40px;
}

body *{
	font-size: 				12px;
}

a:link, a:visited, a:active{
	color: #e97300;
}
a:hover{
	color: #364553;
}

h1{
	font-family: georgia, "Times New Roman", Times;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3em;
}
h2{
	font-family: georgia, "Times New Roman", Times;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 20px;
}
h3{
	font-family: georgia, "Times New Roman", Times;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 a:link, h3 a:visited, h3 a:active{
	color: #364553;
	font-size: 16px;
	text-decoration: none;
}
h3 a:hover{
	color: #e97300;
	text-decoration: underline;
}
.search{
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #ced3d7;
	padding-bottom: 10px;
}
h4{
	font-family: georgia, "Times New Roman", Times;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
}
h5{
	color: #66aa22;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}

p{
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}
b, strong, th{
	font-weight: bold;
}
i, em{
	font-style: italic;
}
u{
	text-decoration: underline;
}
#container{
	margin: 0px auto;
	width: 967px;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
	font-size: 12px;
}
#footer{
	margin: 0px auto;
	width: 967px;
	text-align: left;
	font-size: 11px;
	background:	#FFF url(../images/footer_bg.gif) left bottom no-repeat;
	
}
#footer-inner{
	width: 927px;
	overflow: hidden;
	margin: 0px 20px;
	border-top: 1px solid #62a91e;
}
#footer-left{
	float: left;
	width: 250px;
	padding: 10px 0px;
}
#footer-right{
	float: right;
	width: 400px;
	padding: 10px 0px;
	text-align: right;
}
#footer-right a:link, #footer-right a:visited, #footer-right a:active{
	margin-left: 10px;
	color: #364553;
}
#footer-right a:hover{
	color: #e97300;
}
#header{
	width: 947px;
	height: 90px;
	overflow: hidden;
	background:	transparent url(../images/header_bg.gif) repeat-x;
	padding-right: 20px;
}
#header img.affiliate{
	float: right;
	display: inline;
	margin-top: 22px;
}
#menu{
	width: 967px;
	height: 35px;
	position: relative;
}
#menu ul{
	width: 957px;
	height: 35px;
	overflow: hidden;
	list-style: none;
	padding-left: 10px;
	background:	transparent url(../images/menu_ul_bg.gif) repeat-x;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}
#menu ul li{
	float: left;
	height: 35px;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active{
	padding: 10px 10px 13px 10px;
	color :#FFF;
	text-decoration: none;
	display: block;
}
#menu ul li a:hover{
	color: #565656;
	text-decoration: underline;
}
#menu ul li#selected_left{
	background:	transparent url(../images/tab_left.gif) repeat-x;
	width: 10px;
}
#menu ul li#selected{
	float: left;
	background:	transparent url(../images/tab_bg.gif) repeat-x;
	color: #565656;
	padding-top: 10px;
	height: 25px;
}
#menu ul li#selected_right{
	background:	transparent url(../images/tab_right.gif) repeat-x;
	width: 10px;
}
#search-box{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 215px;
	height: 35px;
	background:	transparent url(../images/menu_search_bg.gif) no-repeat;
	z-index: 1;
}
#search-input{
	width: 101px;
	border: 1px solid #aaa;
	position: absolute;
	top: 8px;
	right: 48px;
	z-index: 2;
	padding: 2px;
}
#search-btn{
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 3;
	background:	transparent url(../images/btn_go.jpg) left top no-repeat;
}
#search-btn:hover{
	background-position: left bottom;
}

.buttons a, .buttons button{
    margin:0 0px 0 0;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding:0px; /* Links */
	border: 0px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:0px; /* IE6 */
	width: 33px;
	height: 22px;
}
.buttons button[type]{
    padding:0px; /* Firefox */
    line-height:10px; /* Safari */
}
*:first-child+html button[type]{
    padding:0px; /* IE7 */
}
/*
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
*/
/* 967 total, left 657 + 290 */
#left-column{
	float: left;
	width: 607px;
	padding: 15px 20px 20px 20px;
}
#right-column{
	float: left;
	width: 300px;
	padding: 15px 0px 20px 0px;
}
#right-column h5{
	color: #66aa22;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}

div.top-story{
	padding: 0px 0px 15px 0px;
	margin-bottom :10px;
	border-bottom: 1px solid #ced3d7;
}
h1.top-story{
	font-family: georgia, "Times New Roman", Times;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3em;
}
h2{
	font-family: georgia, "Times New Roman", Times;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.3em;
}
div.latest-news{
	margin-bottom: 15px;
}
h5.article-type{
	color: #66aa22;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}
p.meta{
	font-size: 10px;
	line-height: 1.2em;
	margin: 3px 0px 8px 0px;
}
p.meta a:link, p.meta a:visited, p.meta a:active{
	color: #66aa22;
}
p.meta a:hover{
	color: #364553;
}
div.recent-news-wrapper{
	width: 100%;
	overflow: hidden;
}
div.recent-news{
	float: left;
	display: inline;
	width: 327px;
	margin-right: 20px;
}
div.recent-news ul{
	list-style: disc;
}
div.recent-news ul li{
	list-style: disc;
	list-style-position: inside;
}
#news-archive{
	float: right;
	display: inline;
	width: 260px;
}
#login-form h5{
	font-size: 12px;
	font-weight: bold;
}
#login-form, #rss{
	padding-bottom: 15px;
	border-bottom: 1px solid #ced3d7;
}
#login-form input.tf{
	padding: 3px;
	border: 1px solid #aaa;
	margin-top: 3px;
}
#login-form button{
	vertical-align: middle;
}
#btn-login, #btn-submit{
	border: 0;
	margin: 0px 10px 0px 0px;
	padding: 0;
	width: 47px;
	height: 28px;
	background: transparent url(../images/btn_login.gif) left top no-repeat;
	cursor: pointer;
	cursor: hand;
}
#btn-login:hover, #btn-submit:hover{
	background-position: left bottom;
}

#btn-submit{
	background: transparent url(../images/btn_submit.gif) left top no-repeat;
}
#rss{
	margin-top: 20px;
}
.pagination{
	text-align: right;
	padding: 10px 0px;
	width: 100%;
	overflow: hidden;
}
.pagination ul{
	float: right;
}
.pagination ul li{
	float: left;
	padding: 0px 3px;
}
.pagination.mt0{
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
.pagination.bb{
	border-bottom: 1px solid #ccc;
}
/* registration */
#registration{
	width: 600px;
	margin-top: 15px;
}
#registration dl{
	width: 600px;
	overflow: hidden;
}
#registration dt{
	float: left;
	display: inline;
	width: 150px;
	clear: left;
	margin: 0px 20px 10px 0px;
}
#registration dd{
	float: left;
	display: inline;
	width: 380px;
	margin: 0px 0px 10px 0px;
}
#registration dd .tf{
	padding: 3px;
	border: 1px solid #aaa;
}
#admin-content{
	width: 927px;
	padding: 20px;
}
table.admin-table{
	margin-top: 0px;
	border: 1px solid #666;
}
table.admin-table tr td{
	font-size: 12px;
	padding: 5px 3px;
}
table.admin-table tr th{
	background-color: #99CF64;
	padding: 5px 3px;
	font-size: 13px;
	color: #000;
}
table.admin-table tr.odd{
	background-color: #DFDFDF;
}
table.admin-table tr.even{
	background-color: #FFF;
}
table.admin-table tr.even:hover td, table.admin-table tr.odd:hover td{
	background-color: #FEFF5F;
}
.fieldWithErrors{
	display: inline;
}
.errors{
	border: 2px solid #C00;
	padding: 10px;
	background-color: #FF9FA3;
	width: 500px;
}
.errors ul, .errors p{
	background-color: #FFF;
	margin: 0;
	padding: 10px;
}
.errors p{
	font-size: 13px;
	font-weight: bold;
	color: #C00;
	padding-bottom: 0;
}
#login-errors{
	font-weight: bold;
	color: #C00;
}
#login-errors span.ok, #login-success{
	color: #61a91d;
	font-weight: bold;
}

#news {
	border-bottom:1px solid #CED3D7;
	margin-top:20px;
	padding-bottom:10px;
}
#news h6{
	font-weight: bold;
	color: #364553;
	margin-top: 10px;
}
#news a:link, #news a:visited, #news a:active{
	color: #364553;
}
.news-item{
	margin-top: 20px;
}
#alumni-ad {
background:#FFFFFF url(../images/edualumni-ad.gif) no-repeat scroll 0px -8px;
margin-top:15px;
}
#alumni-ad h5 {
margin:0px 0px 10px 126px;
}
#comments{margin-top: 20px;}
.comment{
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: 1px dashed #CCC;
}
#comment-form{
	margin-top: 40px;
	margin-bottom: 20px;
}
#comment_content{
	border: 2px solid #66AA22;
	width: 609px;
	height: 80px;
	margin-bottom: 5px;
	background-color: #E7FFCF;
	padding: 2px;
}
#comments h5 span{color: #666;}
#comments h5 span.time{color: #CCC;}
.forum-wrapper{
	width: 927px;
	padding: 20px;
}
#bread-crumbs{margin-bottom: 10px;}
#forums{ margin-top: 20px;}
.forum, .post{
	padding: 10px 0px;
	border-top: 1px solid #CCC;
	width: 927px;
	overflow: hidden;
}
.forum.no-border{border:0;}
.post{
	width: 727px;
}
.pagination-posted{
	width: 727px;
}
.forum-description{
	float: left;
	display: inline;
	width: 720px;
}
.post .forum-description{
	width: 520px;
}
.last-updated{
	float: right;
	display: inline;
	width: 197px;
	text-align: right;
}

.post .last-updated{
	float: left;
	text-align: left;
}
#topics th{
	padding: 8px 10px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}
#topics tr.odd td{
	padding: 8px 10px;
	background-color: #FFF;
}
#topics tr.even td{
	padding: 8px 10px;
	background-color: #E0E8EF;
}
#topic_title{ 
	width: 470px;
	border: 1px solid #364553;
	padding: 5px;
}
#topic_content, #post_content{
	width: 470px;
	height: 120px;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #333;
	background-color: #FFF;
}
#reply.post-page{padding:10px 0px 20px 197px; width: 530px; border-top: 1px dashed #000; background-color:#EFEFEF;margin-top:20px;}
#reply.post-page #post_content{width: 498px;border: 1px solid #333;background-color: #FFF;}
#reply h2{
	margin-bottom: 5px;
}
#eduSites {
	float:				right;
	margin:				59px 5px 0px 0px;
	text-align:			right;
}
#eduSites img {
	margin:				0px 15px 0px 0px;;
}
#logo{float: left;}

#portlets{margin-bottom: 20px; width:100%;}
.portlet{margin: 10px 0px;}
#portlet_body{width: 300px;}
#radiobuttons{margin: 20px 0px;}