body
{
	margin: 0;
	padding: 0;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#6f793f;
	/*background-image:url(../images/studentbg.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;*/
	/*background:#f4fad7 url(../images/bg.gif) repeat-x top;*/
}

#rootpage{
	background-image:url(../images/sitebg.png);
	background-position:center;
	background-position:top;
	background-repeat:repeat-y;
}

#page
{
	z-index:5;
	background:#fff;
}

#header
{
	margin: 0;
	padding: 0;
	height:160px;
	/*background:#fff;*/
	border-bottom:2px solid #fd1e16;
	z-index:10;
}

#content
{
    padding: 20px;
	min-height:300px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	/*padding: 10px 20px;
	font-size: 200%;*/
	position:absolute;
	z-index:20;
}

#toplink{
	height:66px;
	line-height:66px;
}

#toplink ul{
	padding:0;
	margin:0;
}

#toplink ul li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:3px 10px 3px 22px;
}

#toplink ul li a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#toplink ul li a:hover{
	color:#000;
}

#toplink ul li.home{
	background:url(../images/home.png) no-repeat;
}

#toplink ul li.contact{
	background:url(../images/contact.png) no-repeat;
}

#flashnews{
	background:#f9ece4;
	width:722px;
	height:25px;
	line-height:25px;
	margin-bottom:30px;
}

#flashnews .title{
	background:#8C1B17;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0px 40px 0 0;
	width:80px;
	float:left;
}

#flashnews marquee.flash{
	padding:0;
	margin:0;
	width:600px;
}

.clear{
	clear:both;
	height:1px;
	line-height:1px;
	overflow:hidden;
}

#mainmenu
{
	background:url(bg.png) no-repeat right;
	height:39px;
	padding:0;
	margin:0;
}

#mainmenu ul
{
	padding:0px 20px 0px 20px;
	margin:0px;
	height:39px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:12px 17px 12px 17px;
	line-height:39px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #fff;
	background:url(bg-hover.gif) repeat-x;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

p{
	margin:0;
}

.eventstyle{
	float:left; 
	margin:10px; 
	width:306px; 
	height:300px;
	border-bottom:1px dashed #777;
	overflow:hidden;
}


.norightspace{
	padding-right:0;
	margin-right:0;
}

.noleftspace{
	padding-left:0;
	margin-left:0;
}

.eventstyle h2{
	padding:4px 3px;
	border-bottom:1px dashed #777;
	border-top:1px dashed #777;
	max-width:inherit;
	line-height:30px;
	height:30px;
	overflow:hidden;
}

.eventstyle .date{
	font-size:11px;
}

.eventstyle .location{
	margin:2px 0;
	color:#FD1E16;
}

.eventstyle .location .at{
	font-size:1.5em;
}

.eventstyle .desc{
	margin:5px 0;
	height:150px;
	overflow:hidden;
}

.eventstyle .viewmore{
	text-align:right;
	margin:3px 0;
}

.eventstyle .viewmore a{
	background:#555;
	padding:3px 5px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
}

.eventstyle .viewmore a:hover{
	background:#FD1E16;
	color:#fff;
	text-decoration:none;
}

table.viewevent{
	padding:0;
	margin:0;
}

.viewevent th{
	background:#eff1e5;
}

.viewevent td{
	background:#f5f6fb;
}

.beforeloading{
	background:url(../images/loadingcircle.gif) center top no-repeat;
	min-height:100px;
	width:100%;
}

.gallery{
	float:left;
	margin:8px;
	padding:5px;
	height:230px;
	overflow:hidden;
	background:#eeecec;
}

.gallery .name{
	font-weight:bold;
	text-align:center;
	width:210px;
	overflow:hidden;
}

.gallery .frame{
	margin:0;
	padding:5px;
	background:#fff;
	border:1px solid #dfdddd;
	-webkit-box-shadow: 0 8px 4px -8px #b0afaf;
	-moz-box-shadow: 0 8px 4px -8px #b0afaf;
	box-shadow: 0 8px 4px -8px #b0afaf;
}

.gallery .frame img{
	margin:0;
}