/**** MASTER ****/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	width:100%; 
	height:100%;
	text-align:left;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#000000;
	background: url('/media/bg_gradient.png') #d0e2f1 0 0 repeat-x;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3
{
	color: #00549e;
}

td, ul, li, ol, p
{
	font-family:arial,sans-serif;
	color:#000000;
	
}

#master {
	position: relative;
	margin:0 auto; /* center, not in IE5 */ 
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#masterCenterContainer {
	width:892px;
	margin: 0 auto;
}

#masterHeader {
	position:relative;
	background: url('/media/master_top.png') #000000 0 0 no-repeat;
	width:860px;
	height:56px;
	cursor:pointer;
	border-bottom: 1px solid #00549e;	
}

#masterHeaderLink
{
	display: block;
}

#masterLogo {
	position:relative;
	top: 4px;
	left: 20px;
	width: 75px;
	height: 77px;
	background: url('/media/logo.png') transparent 0 0 no-repeat;
}

#masterHeader a {
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	z-index:1;
}

#masterMenu {
	width:760px;
	padding: 4px 20px 0 80px;
	text-align: right;
	line-height: 20px;
	text-transform:uppercase;
	font-size:12px;
    color:#FFFFFF;
	background: none #000000 0 0 no-repeat;
}

#masterMenu a, #masterMenu a:visited {
	margin-left: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

#masterMenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#masterMenu a.masterTreeItemSelected,
#masterMenu a.masterTreeItemSelected:hover,
#masterMenu a.masterTreeItemSelected:visited,
#masterMenu a.masterTreeItemSelected:active
{
	text-decoration: underline;
}

#masterLeftContainer .masterTreeItemSelected a,
#masterLeftContainer .masterTreeItemSelected a:hover,
#masterLeftContainer .masterTreeItemSelected a:visited,
#masterLeftContainer .masterTreeItemSelected a:active
{
	font-weight: bolder;
}

#masterLeftContainer .masterTreeItemSelected .masterTreeItem a,
#masterLeftContainer .masterTreeItemSelected .masterTreeItem a:hover,
#masterLeftContainer .masterTreeItemSelected .masterTreeItem a:visited,
#masterLeftContainer .masterTreeItemSelected .masterTreeItem a:active
{
	font-weight: normal;
}

#masterLeftContainer .masterTreeItemSelected .masterTreeItemSelected a,
#masterLeftContainer .masterTreeItemSelected .masterTreeItemSelected a:hover,
#masterLeftContainer .masterTreeItemSelected .masterTreeItemSelected a:visited,
#masterLeftContainer .masterTreeItemSelected .masterTreeItemSelected a:active
{
	font-weight: bolder;
}

.masterTree {
	font-size:12px;
	list-style: none;	
	margin:20px;
	padding:0;
}

.masterTree li a {
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

.masterTree li a:hover {
	text-decoration: underline;
}

.masterTree ul {
	list-style: none;	
	margin:0;
	margin-left: 15px;
	padding:0;
}

#masterShadowContainer {
	margin-top: 0px;
	background: url('/media/master_shadow.png') transparent 0 0 repeat-y;
	padding:0;
}


.masterOuterWrapper {
	overflow:hidden;
	width: 860px;
}

.masterOuterWrapperWithSidebars
{
	background: url('/media/master_menu_bg.png') #849dd3 0 0 repeat-x;
}

.masterOuterWrapperWithoutSidebars
{
	
}

.masterInnerWrapper {
	background-color:#FFFFFF;
	position: relative;
	z-index: 1;
}

.masterInnerWrapperWithSidebars
{
	margin-left: 172px;
	width:688px;
}

.masterInnerWrapperWithoutSidebars
{
	width: 860px;
}

.masterMain {
	float: left;
	background: none #FFFFFF;
	min-height: 200px;
}

.masterMainWithSidebars
{
	padding: 15px 20px 0px 35px;
	width: 393px;
}

.masterMainWithoutSidebars
{
	padding: 15px 20px 0px 20px;
}

#masterLeftContainer {
	float: left;
	width:172px;
	margin-left: -172px;
}


#masterRightSidebar {
	margin: 50px 0 0 15px;
	width:202px;
	background-color:#FFFFFF;
	float:left;
}

a.masterRightSidebarBox,
a:visited.masterRightSidebarBox
a:hover.masterRightSidebarBox
a:active.masterRightSidebarBox
{
	display: block;
	margin-bottom: 20px;
}

#masterRightSidebar img {
	border: 1px solid #00549e;
	display: block;
}

#masterLinks { 
	padding: 10px;
	border: 1px solid #00549e;
	margin-bottom: 20px;
	background: url('/media/readmore.gif') #527dc2 0 0 repeat-x;
}

#masterLinks h2 { 
	font-size:16px;
}

#masterIcons {
	width:680px;
	height: 0;
	position: relative;
	text-align: right;
	float: right;
	top: 15px;
	right: 21px;
	/*
	text-align:right;
	
	*/
}

#masterIcons img {
	border: none;
	height: 13px;
	padding: 0;
	margin:0 0 0 10px;
}

/* For IE6 */
#masterShadowContainerInner {
	padding: 0 16px;
}

#masterPageContainer {
	width:860px;
}


.clear {
	clear:both;
	height: 0px;
	font-size: 0px;
	margin-top: 0;
	padding: 0;
}

#masterBottom {
	position:relative;
	top:-8px;
	background: url('/media/master_shadow_bottom.png') transparent no-repeat bottom left;
	width: 892px;
	height: 24px;
}

#masterAddress {
	margin-top: 0px;
	text-align:right;
	font-size:10px;
	color:black;
	padding-bottom:10px;
}

#masterAddress a
{
	color: black;
	text-decoration: none;
	margin-right: 15px;
}

#masterAddress a:hover
{
	text-decoration: underline;
}

#masterSearchBox input {
	border: 1px solid #00549e;
	float: left;
	width: 175px;
}

#masterSearchBox .submit {
	background: url(/media/button_bg.png) #00549e repeat-x;
	color: white;
	font-weight: bold;
	font-size: 10px;
	width: 45px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #00549e;
	float: right;
}

#masterBreadcrumb
{
	text-align: right;
	padding: 5px 20px 0 0;
	font-size: 10px;
}

#masterBreadcrumb a
{
	text-decoration: none;
	color: black;
}
	
.noticeContainer
{
	border: 1px solid #BBB;
	background-color: #EEE;
	padding: 10px 4px;
	margin-top: 5px;
}
	
.noticeContainer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

/**** MAIN ****/

#main {
}

#mainText {
	width:393px;
	font-size: 12px;
	font-family: Arial;
    float:left;
	margin-top:10px;
}

#mainText img {
	border: 1px solid #00549e;
}

.masterMain h1
{
	font-size: 13pt;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
	padding:0;
	width: 632px;
	border-bottom: 2px solid #00549E;
}

.masterMain h2
{
	font-size: 13pt;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
	padding:0;
}

#mainAddress {
	font-size:12px;
	text-align:center;
	padding-bottom:10px;
	background-color: white;
}

#mainAddress a,
#mainAddress a:visited
#mainAddress a:active {
	text-decoration:none;
	color: #1e2a45;
}

#mainAddress a:hover {
	text-decoration:underline;
}

/**** FRONT ****/

#frontMain
{
	width: 545px;
	float: left;
	margin-left: 30px;
}

#frontMain h1
{
	width: 100%;
	border-bottom: 2px solid #00549e;
	margin: 0;
	padding: 0;
	font-size: 13pt;
	font-weight: bold;
	font-family: Arial;
	height: 18px;
}

#frontMainText {
	width:282px;
	font-size:12px;
    float:left;
}

#frontText img {
	border: 1px solid #00549e;
}

#frontNews {
	float: left;
	width:245px;
/*	margin-left: -265px;*/
	padding:0px 0 7px 0px;
}

#frontNews h1 {
	color: #00549e;
	border-bottom: 2px solid #00549e;
	margin:0;
	padding:0;
	width: 245px;
}

#frontNews h2 {
	color: #00549e;
	margin: 10px 0 0 0;
	padding:0;
	font-size:13px;
}

#frontNews .listItemDescription
{
	font-size:11px;
}

#frontNews a {
	font-weight: bold;
	color: #00549e;
	text-decoration:none;
}

#frontNews a:hover {
	text-decoration: underline;
}

.newsDate
{
	font-size: 10px;	
}

#frontNews p
{
	font-size:12px;
}

#frontMainRightSidebar
{
	width: 237px;
	float: left;
	margin: 10px 0 0 25px;
}

#frontSearch {
	width:237px;
	height: 28px;
}
	

#frontCalendar { 
	width:215px;
	background-color:#FFFFFF;
	padding: 10px;
	border: 1px solid #00549e;
	background: url('/media/calendar.gif') #527dc2 0 0 repeat-x;
	font-size:10px;
}

#frontCalendar h2 { 
	margin-top:15px;
	margin-bottom:0;
	font-size:13px;
}

#frontCalendar p { 
	margin-top: 5px;
	margin-bottom: 15px;
}

#frontCalendar a,
#frontCalendar a:visited {
	text-decoration: none;
	color: #000000;
}

#frontCalendar a:hover {
	text-decoration: underline;
	color: #000000;
}

#frontLinks
{
	padding: 5px 0;
}

#frontLinks a
{
	font-weight: normal;
	font-size: 12px;
}

#frontFlash
{
	margin: 35px 0 0 0;
	padding: 0;
}

/**** NEWS ****/

.news h1
{
	width: 632px;
}

.newsDate
{
	
}

.newsShowLink
{
	margin-top: 15px;	
}

.newsList h2 a
{
	color: #00549E;
}

/**** SITEMAP ****/

#siteMap a
{
	color: black;
	text-decoration: none;
}

#siteMap a:hover
{
	text-decoration: underline;
}


/**** LOGIN FORM ****/
.accessSession form
{
	margin:0;
	padding:0;
}

.accessSession h1
{
	margin-bottom: 5px;
}

/**** CALENDAR ****/
.calendarList
{
	padding-bottom: 15px;
}

.calendarList h2
{
	padding-bottom: 10px;
}

.calendarEventDate
{
	width: 35px;
	display: block;
	height: 15px;
}

.calendarEventDate
{
	float: left;
	height: 15px;
}

/**** USER TEXTS ****/
.mainBigText
{
	font-size: 14px;
}

.mainSmallText
{
	font-size: 9px;
}