html {
	width : 100%;
	min-height : 100%;
	padding : 0px;
	margin : 0px;
	font-family : Arial,"DejaVu Sans",verdana,sans-serif;
}

body {
	width : 100%;
	min-height : 100%;
	padding : 0px;
	margin : 0px;
	font-family : Arial,"DejaVu Sans",verdana,sans-serif;
}

#container {
	width : 962px;
	height : 100%;
	margin : auto;
	margin-top : 15px;
}

p {
	margin : 0px;
	padding : 0px;
}

#header {
	width : 962px;
	height : 117px;
	background-image : url('/images/header.png');
	background-repeat : no-repeat;
	background-position : top left;
	float : left;
}

#logo {
	position : relative;
	top : 40px;
	left : 40px;
}

#menu {
	width : 100%;
	height : 34px;
	background-image : url('/images/menu_background.png');
	background-repeat : repeat-x;
	float : left;
}

#menu_static {
	list-style : none;
	margin : 0px;
	padding : 0px;
	float : left;
}

#menu_static li {
	float : left;
	margin-left : 20px;
	margin-right : 10px;
	height : 34px;
	line-height : 34px;
}

#menu_static li a {
	text-decoration : none;
	color : #171f43;
	font-weight : bold;
	font-size : 0.8em;
}

#mb_blocks {
	position : absolute;
	top : 166px;
	z-index:9999;
}

.menu_block {
	display : none;
	background-color: #171f43;
	width : 962px;
}

.menu_block ul {
	list-style : none;
	padding : 0px;
	margin : 0px;
	margin-left : 10px;
}

.menu_block ul li {
	
}

.menu_block ul li a {
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
	font-size : 0.8em;
}

#bodycontent {
	margin-top : 10px;
}

#pagedetail {
	font-size : 0.8em;
	float : left;
	width : 720px;
}

#right { 
	float : right;
	width : 230px;
}

.infobox {
	border-style : solid;
	border-color : #b2b2b2;
	border-width : 1px;
	font-size : 0.8em;
	background-color: #e5e5e5;
}

.infobox_header {
	background-image : url('/images/infobox_background.png');
	background-repeat : repeat-x;
	height : 34px;
	color : #171f43;
	font-weight : bold;
	line-height : 30px;
	text-align : right;
	padding-right : 10px;	
}

.infobox a {
	text-decoration : none;
	color : #555555;
}

#footer {
	margin-top : 10px;
	width : 962px;
	background-image : url('/images/footer.png');
	background-repeat : no-repeat;
	height : 49px;
	float : left;
	line-height : 42px;
}

#footer ul {
	list-style : none;
	padding : 0px;
	margin : 0px;
}

#footer ul li {
	float : left;
	margin-left : 15px;
}

#footer ul li a {
	text-decoration : none;
	color : #ffffff;
	font-size : 0.8em;
}

#news {
	margin : 10px;
}

#news ul {
	list-style:none;
	padding : 0px;
	margin : 0px;
}

#news ul li {
	margin-bottom : 20px;
}

#caleventslist {
	list-style : none;
	margin : 0px;
	padding : 0px;
}

#caleventslist li {
	margin-bottom : 8px;
}

#caleventslist li a {

}

.event_title {
	color : #dd0000;
	font-weight : bold;
}

.event_date {
	font-weight : bold;
}
