body.mceContentBody {
	padding: 10px;
}

/* We don't want any borders on forms */
FORM {
	margin: 0px 0px 0px 0px;
}

/* We don't want any borders on images */
img {
	border-style: none;
}

TABLE {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
}
TD, TH { padding: 0}

/* For things we generally just don't want borders on */
.noborder {
	border-style: none;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	font-size: 12px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica; 
	font-size: 12px; 
	color: #004477;
}

A {
	color: #004477;
	text-decoration: none;
	border-bottom: 1px dotted #FF9900;
	margin-bottom: 2px;
}

A:hover {
	color: #FF9900;
}

#container {
	width: 100%;
	border: 0px solid orange;
}

#topnav {
	width: 100%;
	height: 90px;
	background-image: url(/themes/default/img/top_bg.gif);
	background-repeat: repeat-x;
	border: 0px solid #3B4467; /* Make a nice border */
}

TABLE.topnav {
	width: 100%;
	height: 90px;
}

TD.topnavButtons {
	width: 246px;
	padding-top: 10px;
	vertical-align: top; /* NB! vertical aligns ONLY work in tables */
	text-align: center;
}

TD.setLanguageForm {
	padding-top: 0px;
	padding-left: 10px;
	vertical-align: top; /* NB! vertical aligns ONLY work in tables */
	text-align: left;
}

TD.searchForm {
	vertical-align: top; /* NB! vertical aligns ONLY work in tables */
	text-align: right;
}

#searchForm {
	display: none;
} 

#setLanguageForm {

}

#menu {
	width: 174px;
}

#menuTD {
	width: 174px;
	height: 420px;
	background-image: url(/themes/default/img/menu/background.gif);
	background-position: 150px 0px;
	background-repeat: no-repeat;
}

#contentTD {
	text-align: center;
	margin-right: 40px;
	width: auto;
	border: 0px solid red;
	background-color: #FFFFFF;

}

#eventsTD {
	width: 172px;
	padding-right: 6px;
}

#eventsTop {
	width: 173px;
	height: 42px;
	background-image: url(/themes/default/img/events_top.jpg);
}

#eventsContent {
	background-image: url(/themes/default/img/events_bg.gif);
	
}

#eventsBottom {
	width: 172px;
	height: 20px;
	background-image: url(/themes/default/img/events_bottom.gif);
}

.eventPopup {
	width: 220px;
	height: 400px;
	/* background-image: url(/themes/default/img/event_popup_top.gif);*/
	background-image: url(/themes/default/img/popup_bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 20px;
	font-weight: bold;
}

.eventPopupContent {
/*
	margin-top: 5px;
	border-left: 2px solid #004477;
	border-right: 2px solid #004477;
	background-color: #FFFFFF;
	*/
	
	margin-right: 20px;
	color: #004477;
	padding: 3px;
	font-weight: normal;
	font-size: 11px;
}

.eventPopupBottom {
	height: 132px;
	background-image: url(/themes/default/img/events/event_popup_bottom.gif);
	background-repeat: no-repeat;
}

A.eventItem1,A.eventItem2 {
	cursor: default;
	display: block;
	width: 144px;
	border: 0;
	overflow: hidden;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 11px;
	font-size: 11px;
	text-decoration: none;
}

A.eventItem1 {
	background-color: #ECF1F5;
	color: #616161;
}

A.eventItem2 {
	background-color: #7096B3;
	color: #FFFFFF;
}

A.menuButtonFirst, A.menuButton {
	font-family: verdana, arial, helvetica; 
	font-size: 12px; 
	color: #004477;
	text-decoration: none;
	display: block;
	border-style: none;
}

A.menuButtonFirst {
	padding-left: 10px;
	padding-top: 6px;
	width: 152px;
	height: 23px;
	background-repeat: no-repeat;
	background-image: url(/themes/default/img/menu/first_button.gif);
	background-position: left bottom;
}

A.menuButton {
	padding-left: 10px;
	padding-top: 4px;
	width: 152px;
	height: 25px;
	background-image: url(/themes/default/img/menu/button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

A.menuButton:hover, A.menuButtonFirst:hover {
	background-image: url(/themes/default/img/menu/button_onm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



#buttonHome {
	display: block;
	margin-right: 10px;
	float: right;
	margin-top: 3px;
	width: 12px;
	height: 12px;
	background-image: url(/themes/default/img/topnav/home.gif);
	background-repeat: no-repeat;
	
}

#buttonContact {
	display: block;
	margin-right: 10px;
	float: right;
	margin-top: 4px;
	width: 18px;
	height: 11px;
	background-image: url(/themes/default/img/topnav/contact.gif);
	background-repeat: no-repeat;
	
}

#buttonHome {
	display: block;
	margin-right: 10px;
	float: right;
	margin-top: 3px;
	width: 12px;
	height: 12px;
	background-image: url(/themes/default/img/topnav/home.gif);
	background-repeat: no-repeat;
	
}

#buttonSitemap {
	display: block;
	margin-right: 10px;
	float: right;
	margin-top: 2px;
	width: 23px;
	height: 15px;
	background-image: url(/themes/default/img/topnav/sitemap.gif);
	background-repeat: no-repeat;
	
}

H1 {
	min-height: 30px;
	font-size: 20px;
	padding-left: 12px;
	background-image: url(/themes/default/img/h1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.hr {
	border: none;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(/themes/default/img/hr.gif);
	background-repeat: repeat-x;
	height: 1px;
}

li {
	background-image: url(/themes/default/img/li.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-left: -20px;
	margin-top: 2px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	marker-offset: 0px;
}

TABLE.submenu {
	margin-left: auto;
	margin-right: auto;
}

TD.submenuLeft {
	width: 99px;
	height: 40px;
	background-image: url(/themes/default/img/submenu/left.gif);
	background-repeat: no-repeat;
}

TD.submenuContent {
	text-align: center;
	background-image: url(/themes/default/img/submenu/bg.gif);
	background-repeat: repeat-x;
}

TD.submenuRight {
	width: 99px;
	background-image: url(/themes/default/img/submenu/right.gif);
	background-repeat: no-repeat;
}

A.submenu, A.submenuSelected {
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #004477;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

A.submenuSelected {
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px solid #999999;
	background-color: #BFBFBF;
	color: #FFFFFF;
}

A.submenu:hover, A.submenuSelected:hover {
	background-color: #BFBFBF;
	color: #FFFFFF;
}

/* Not sure if we'll have use for these yet */
.boxContainer {
	margin-right: 16px;
}

.boxTopLeft {
	width: 20px;
	height: 18px;
	background-image: url(/themes/default/img/box/box_top_left.gif);
}

.boxTop {
	margin-left: auto;
	margin-right: auto;
	background-image: url(/themes/default/img/box/box_top_bg.gif);
}

.boxTopRight {
	width: 20px;
	background-image: url(/themes/default/img/box/box_top_right.gif);
}

.boxLeft {
	background-image: url(/themes/default/img/box/box_left_bg.gif);
}

.boxRight {
	background-image: url(/themes/default/img/box/box_right_bg.gif);
}

.boxBottomLeft {
	height: 17px;
	background-image: url(/themes/default/img/box/box_bottom_left.gif);
}

.boxBottom {
	background-image: url(/themes/default/img/box/box_bottom_bg.gif);
}

.boxBottomRight {
	background-image: url(/themes/default/img/box/box_bottom_right.gif);
}

#contentSmallTop {}
#contentSmallContent {}
#contentSmallBottom {}




/* This  I don't think we'll need */
.hilite {
	background-color: yellow;
}

#footer {
	font-size: 9px;
	margin-top: 15px;
	margin-right: auto;
	width: 100%;
	text-align: center;
	color: #333333;
}

A.copyright:link, A.copyright:active, A.copyright:visited, A.copyright:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

TD {font-family: verdana, arial, helvetica; font-size: 12px; color: #004477 } /*3B4467}*/
H2 {font-family: verdana, arial, helvetica; font-size: 13px; font-weight: bold}

#memberships {
	margin-top: 20px;
	text-align: center;
}

DIV.newsTitle {
	background-image: url(/themes/default/img/hr_news.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 23px;
	height: 22px;
	color: #004477;
	margin-top: 10px;
}

DIV.newsTitle A {
	border-bottom: 0;
}

DIV.newsTitle:hover {
	background-image: url(/themes/default/img/hr_news_onm.gif);
}

DIV.newsSynopsis {
	font-size: 12px;
	padding-left: 15px;
	overflow: hidden;
	margin-top: 10px;
}

TD.employee, TD.employeeLast {
	padding: 5px;
	padding-left: 10px;
}

TD.employee {
	background-image: url(/themes/default/img/vr.gif);
	background-repeat: repeat-y;
	background-position: right;
}


a.insertfile_link {
	text-decoration: none;
}

div.insertfile_download_big {
	float: left;
	clear: left;
	margin: 10px;
	
	background-image: url(/themes/default/img/download_big.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.insertfile_title {
	font-size: 14px;
	font-weight: bold;
	margin-right: 55px;
	margin-top: 16px;
}

div.insertfile_info {
	margin-top: 8px;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
}

font.insertfile_info_key {
	font-weight: bold;
}

font.insertfile_info_value {}
