@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
	background: url(../../images/design/side_background.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

html>body, html>body #wrapper {
    height: auto;
} 
	  
A {color: #194B96; font-weight: bold; text-decoration: underline}

A:hover {color: #194B96; font-weight: bold;  text-decoration: none}

input {
 font-size: 10px;
 background-color: #EEEEEE;
 border: 1px solid #000000;
}

textarea {
 font-size: 10px;
 background-color: #EEEEEE;
 border: 1px solid #000000;
}

.content_header {
	font-family: Verdana;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
}

.content_links {
	font-family: Verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.news_link {
	font-family: Verdana;
	font-size: 7.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.content_body {
	font-family: Verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.content_body_red {
	font-family: Verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FF0000;
}

img { 
	border-style: none;
	}
	
img.gallery
{
	border: 1px solid #000000;
}

img.printer {
	margin-top: 11px;
	}

td.gallery
{
	width: 110px;
	height: 74px;
	padding: 0;
	overflow: hidden;
}
	
.tabMargins {
	margin: 30px;
	}
	
.events_left {
	width: 27px;
	text-align: left;
	vertical-align: top;
	}
	
.center {
	text-align: center;
	font-size: inherit;
	}