body,td,input,select,textarea,caption{
	font-family: "Lucida Sans","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333;
}
body{
	margin:0px;
	background: #999 url(../images/body_bgtile.gif);
}
h1{
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	background: url('../images/body_title_bg.gif') no-repeat;
	margin: 1em 0;
	clear: both;
}
h2{
	font-size: 12px;
	border-bottom:1px dotted #666;
	padding: 0.6em 0 0.2em 0;
	margin: 0 0 0.8em 0;
	clear: both;
}
p{
	line-height:1.2em;
}

/*forms*/
fieldset{
	padding:10px;
	border:1px solid #999;
}
legend{
	font-weight:bold;
	margin-bottom:8px;
	font-size:12px;
}

/*tables*/
thead td{
	font-weight:bold;
	color:#FFF;
	background-color:#666;
}
tfoot td{
	font-weight:bold;
	background-color:#999999;
}
th{
	text-align:left;
}
.oddrow{
	background-color:#CCC;
}
.evenrow{
	background-color:#DDD;
}
.fullwidth{
	width:100%;
}

/*layout*/
#container{
	width: 750px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: white;
	border: 3px solid white;
	-moz-box-shadow: 0 0 30px;
	-webkit-box-shadow: #666 0 0 30px;
	box-shadow: #000 0 0 30px;
}
#header{
	border-bottom: 3px solid white;
}
#header-logo{
	width: 750px;
	height: 118px;
}
#header-flash{
	background-image:url(../images/top_partner_logo_bg.gif);
	height:67px;
}
#login{
	padding:5px;
	background-color:#CCCCCC;
	text-align:right;
	vertical-align:middle;
}
#login input{
	border:1px solid #999;
	color:#333;
}
#content{
	background-color:#D6D6D6;
	width: 100%;
	overflow: hidden;
}
#contentheader{
	height: 150px;
}
#contentbody{
	margin: 20px 40px;
	background:url(../images/body_bg_skyline.jpg) no-repeat center bottom;
}
#contentfooter{
	clear: both;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #999;
	text-align: center;
	font-weight: bold;
}
#contentfooter a{
	color:#333333;
}
#contentfooter a:hover{
	text-decoration:none;
}
#footer{
	text-align: center;
	background: #666;
	padding: 10px 0;
}
#footer, #footer a{
	color:#FFF;
}
#footer a:visited{
	color:#CCC;
}
.subcontent{
	/*display:none;*/
}
.lhspic, .rhspic{
	margin-bottom:15px;
	clear:both;
}
.lhspic{
	float:left;
	margin-right:25px;
}
.rhspic{
	float:right;
	margin-left:25px;
}
.lhspic td, .rhspic td{
	padding:0px;
}
.lhspic img, .rhspic img{
	border:3px double #999;
}
caption{
	font-style: italic;
	text-align: left;
	border-bottom: 1px solid #999;
	padding-bottom: 8px;
	margin-bottom: 4px;
}

/* HOME PAGE ARTICLES */
.articleholder{
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
}
.articleholder h2{
	background-image:url(../images/article_header_bg.gif);
	background-repeat:no-repeat;
	margin-bottom:0px;
	padding: 8px 10px;
}
.articles{
	padding: 10px;
	height: 200px;
	overflow: auto;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	border-left-color: #999;
	border-top: none;
	background: #eee;
	background: rgba(0, 0, 0, 0.1);
}
.articles p{
	margin-bottom:8px;
}
.articledesc{
	border-bottom:1px dotted #999;
	padding:0px 0px 10px 20px;
	margin-bottom:10px;
}
.homedate{
	color:#666;
	padding:5px 0px 5px 20px;
}
.newstitle{
	padding:2px 0px 2px 20px;
	font-weight:bold;
	background-image:url(../images/icon_speechbubble.gif);
	background-repeat:no-repeat;
}
.eventtitle a{
	/*color:#333;*/
}
.eventtitle{
	padding:2px 0px 2px 20px;
	font-weight:bold;
	background-image:url(../images/icon_calendar.gif);
	background-repeat:no-repeat;
}
.coursetitle a{
	color:#333;
}
.coursetitle{
	padding:2px 0 0.5em 20px;
	font-weight:bold;
	background-image:url(../images/icon_user.gif);
	background-repeat:no-repeat;
	border-bottom:none;
}
.newstitle a{
	/*color:#333;*/
}
.articlesfooter{
	padding:5px 0px 0px 20px;
	font-weight:bold;
	background-image:url(../images/icon_go.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.articlesfooter a{
	color:#333;
	text-decoration:none
}
.articlesfooter a:hover{
	text-decoration:underline;
}
/* NEWS PAGE ARTICLES */
/*.articletitle{
	font-size:14px;
	font-weight:bold;
	color:#996633;
	padding-left:20px;
	margin-bottom:5px;
	background-image:url(../images/icon_speechbubble.gif);
	background-repeat:no-repeat;
}*/
.articlesubtitle{
	font-style: italic;
	font-size: 13px;
	color: #666;
}
.articledate{
	color:#666;
	padding: 8px;
	margin: 10px 0;
	border: 1px dotted #999;
	border-width: 1px 0;
	background: url(../images/news_datearrow.gif) no-repeat left center;
}
.smalltext{
	font-size:10px;
	color:#666;
}
