﻿body
{
	background-color: #333333;
	font-size:12pt;
	color:#FFFFFF;
	font-family:Century;
	margin: 0px 50px 50px 50px;
	min-width:800px;
	background-image: url(Images/HeaderBG.png);
	background-repeat: repeat-x;
	
}
#headerDiv
{
	/*width:100%;*/
	/*border: 2px inset #FFFFFF;*/
	height: 150px;
	background-image: url(Images/HeaderOverlay.png);
	background-repeat: no-repeat;
}
#menuWrapperDiv
{
	float:left;
}
#loginDiv
{
	float:right;
	font-weight:bold;
}
a
{
	color:#FFFFFF;
}
#menuDiv
{
	border-top:inset 5px #FFFFFF;
	height:25px;
	
}
#mainDiv
{
	
	padding: 20px 5px 5px 5px;
}
#newsDiv
{
	float:left;
	width:150px;
	/*border:solid 1px #FFFFFF;*/
	min-height:400px;
	text-align:center;
}
.NewsAndEventsHeader
{
/*	background-image:url(Images/NewsAndEvents.png); 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
	height:50px;*/
}
.NewsAndEventsItem
{
	background-color:#F7F6F3;
	color:#333333;	
	padding: 5px 5px 5px 5px;
	border-bottom:solid 1px #666666;
	min-height: 50px;
	font-size:.8em;
}
.NewsAndEventsAltItem
{
	background-color: #d3d3d3;
	color: #000000;
	padding: 5px 5px 5px 5px;
	min-height: 50px;
	font-size:.8em;
}
.NewsEventsDiv
{
	text-align: center;
	background-color: #666666;
	padding: 0 3px 3px 3px; 
	font-weight:bold;
}

#contentDiv
{
	padding-left:20px;
	/*background-color:#FFFFFF;*/
	min-height:400px;
	
}
#listDiv
{
	font-size:.7em;
	font-family:Arial;
}
#logoDiv
{
	float:right; 
	margin:10px 10px 0px 0px;
}
#welcomeDiv
{
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	padding-bottom:10px;
}
#footerDiv
{
	font-family:Arial;
	padding-top:5px;
	font-size:.7em;
	/*background-color:#FFFFFF;*/
	/*min-height:75px;*/
	text-align:right;
	border-top:inset 2px #FFFFFF;
}
.ImageRight
{
	float:right;
	padding:10px 10px 10px 10px;
}
.ImageLeft
{
	float:left;
	padding:10px 10px 10px 10px;
}
.captionDiv
{
	font-size:.6em;
	width:125px;
	text-align:center;
}

/*Main Menu*/
/*************************************************/
#menu
{
	background-color:White;
	height:40px;
}
#menuWrapper
{
	/*margin:0 1px 0 1px;*/
	/*background-color:#424242;*/
	background: url(Backgrounds/menu_bg.png) repeat-x;
	background-repeat:repeat-x;
	
}

.menu 
{
	margin-left: 1px;
	font-weight: bold;
}
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover 
{
	text-decoration: underline;
}
.menuItemHover
{
	text-decoration: underline;
}
.menuSelectedItem td 
{
	background: url(Menu/menutab.png) no-repeat #919191;
}

/*************************************************/

/*********************/
/*Repeater Template*/

.headerTemplate
{
	clear: both; 
	text-align: center; 
	width: 100%; 
	background-color: #CC0000;
    font-weight: bold; 
    color: #ffffff; 
    padding: 5px 0 5px 0;
}

.itemTemplate
{
	clear: both; 
	text-align: center; 
	padding: 5px 0 5px 0; 
	background-color: #F7F6F3;
    color: #333333; 
    width: 100%;
}
.itemTemplate a
{
	color: #333333; 
}

.altItemTemplate
{
	clear: both; 
	text-align: center; 
	padding: 5px 0 5px 0; 
	background-color: #FFFFFF;	
    color: #284775; 
    width: 100%;
}
.altItemTemplate a
{
	color: #284775; 
}
/********************************/
