*
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
}

body
{
	background-color: #A5B9DD;
	margin: 0px;
	background-image: url(  '/Sites/main/Templates/img/bg.gif' );
	background-repeat: repeat-y;
	background-position: 50% 0;
}
#bodywrapper
{
	width: 990px;
	height: 100%;
	margin-left: auto;
	margin-right: auto; /*text-align: left;*/
}
#header, #content, #footer, #visual, #toolswrapper
{
	width: 950px;
	margin-left: 20px;
	margin-right: 20px;
}
#visual
{
	height: 180px;
	background-color: #005CA1;
	background-image: url(  '/Sites/main/Templates/img/home/1.jpg' );
	background-repeat: no-repeat;
	background-position: top left;
}
#footer
{
	clear: both;
	float: none;
	border-top-color: #005CA1;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	color: #A5B9DD;
}
#footer a
{
	color: #A5B9DD;
	text-decoration: none;
}
#footer a:hover
{
	color: #A5B9DD;
	text-decoration: underline;
}
#headermenu
{
	float: right;
	background-image: url(  '/Sites/main/Templates/img/banner.jpg' );
	background-repeat: no-repeat;
	background-position: top right;
	height: 110px;
	width: 750px;
	vertical-align: bottom;
}
#headerlogo
{
	float: left;
	vertical-align: bottom;
	margin-top: 60px;
}
#menu
{
	margin-top: 60px;
	float: right;
	background-color: #005CA1;
	height: 30px;
	width: 700px;
}
#tools
{
	width: 700px;
	padding: 5px;
	height: 20px;
	color: #005CA1;
	float: right;
	text-align: right;
}
#tools a
{
	color: #005CA1;
	text-decoration: none;
}
#tools a:hover
{
	color: #005CA1;
	text-decoration: underline;
}
#content
{
	clear: both;
	width: 950px;
	padding-bottom: 20px;
}
#contentwrapper
{
	width: 700px;
	float: right;
	/*background-color: #F5F5F5;*/
}
#contenttopwrapper
{
}
#contentleft
{
	width: 236px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	height: 100%;
	/*background-color: #F5F5F5;*/
}
#treewrapper
{
	/*overflow: hidden; */
	width: 236px; /*background-color: #FF00FF;*/
	overflow: hidden;
}
/* ---------------- */
#homecontentleft
{
	float: left;
	width: 240px;
}
#homecontentwrapper
{
	width: 706px;
	float: right;
}
#homecontentwrapper
{
	width: 706px;
}
#homecontenttop
{
	width: 706px;
	margin-left: 0px;
	float: left;
}
/* ---------------- */
#homebottomwrapper
{
	float: left;
	width: 460px;
}
#homecontentbottomleft
{
	float: left;
	width: 220px;
}
#homecontentbottommid
{
	float: right;
	width: 220px;
}
#homecontentbottomright
{
	float: right;
	width: 220px;
}
/* ---------------- */

#contentmid
{
	float: left;
	width: 456px;
	/*margin-left: 20px;*/
	margin-right: 20px;
}

#contentbottom
{
	width: 696px;
	/*margin-left: 20px;*/
	float: left;
}
#contentright
{
	float: right;
	width: 210px;
}


#frame
{
	border-color: #005CA1;
	border-width: 1px;
	border-style: solid;
}
#frameheader
{
	background-color: #005CA1;
	background-image: url(  '/Sites/main/Templates/img/frameheader.gif' );
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 20px;
	padding-top: 5px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
#frameheader span
{
	color: #FFFFFF;
}
#framecontent
{
	background-color: #FAFBFF;
	background-image: url(  '/Sites/main/Templates/img/framecontent.jpg' );
	background-repeat: repeat-y;
	background-position: top left;
	padding: 10px;
}
#headerframecontent
{
	/*padding: 10px;     background-color: #FAFBFF;     background-image: url( '/Sites/main/Templates/img/framecontent.jpg' );     background-repeat: repeat-y;     background-position: top left; */
	padding-top: 10px;
	padding-right: 10px;
}
#white
{
}
#whiteheader
{
	border-bottom-color: #A5B9DD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 5px;
	height: 20px;
	color: #005CA1;
	font-weight: bold;
}
#whiteheader span
{
	color: #005CA1;
}
#whitecontent
{
	padding: 0px;
	padding-top: 10px;
}





#blue
{
	background-color: #FAFBFF;
	background-image: url(  '/Sites/main/Templates/img/framecontent.jpg' );
	background-repeat: repeat-y;
	background-position: top left;
}
#blueheader
{
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 10px;
	padding-top: 5px;
	height: 20px;
	color: #005CA1;
	font-weight: bold;
}
#blueheader span
{
	color: #005CA1;
}
#bluecontent
{
	padding: 10px;
}
/* ------------------------------------------------- */
.menuitem
{
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}
.menuitem a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menuitem:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/* ------------------------------------------------- */
hr
{
	height: 1px;
	border: none;
	background-color: #005CA1;
	color: #005CA1;
	width: 100%;
}
/* ------------------------------------------------- */
.title
{
	color: #005CA1;
	font-weight: bold;
}
/* ------------------------------------------------- */
TABLE.sitedefault
{
	width: 100%;
	border-collapse: collapse;
	border-left: solid 1 #FFFFFF;
	border-top: solid 1 #FFFFFF;
	padding: 2px;
	background-color: #ACBEE6;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(   '/Sites/main/Templates/img/framecontent.jpg' );
	margin-bottom: 10px;
}

TABLE.sitedefault TH
{
	text-align: left;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-right: solid 1 #FFFFFF;
	border-bottom: solid 1 #FFFFFF;
	background-color: #352A64;
	padding: 3px;
	text-align: left;
}

TABLE.sitedefault TD
{
	width: 25%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font: normal;
	border-right: solid 1 #FFFFFF;
	border-bottom: solid 1 #FFFFFF;
	padding: 10px;
}
/* ------------------------------------------------- */
.mybutton
{
	background-color: #ACBEE6;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(   '/Sites/main/Templates/img/framecontent.jpg' );
	border: outset 1px;
	color: #352A64;
	width: 100px;
	text-align: center;
}
.mytext
{
	background-color: #ACBEE6;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(   '/Sites/main/Templates/img/framecontent.jpg' );
	border: inset 1px;
	color: #352A64;
	width: 100px;
}
.mytextarea
{
	background-color: #ACBEE6;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(   '/Sites/main/Templates/img/framecontent.jpg' );
	border: inset 1px;
	color: #352A64;
	width: 200px;
	height: 150px;
}
h1
{
	font-size: 11pt;
	color: #005CA1;
	font-weight: bold;
}
h2
{
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
h3
{
	font-size: 8pt;
	color: #005CA1;
	font-weight: bold;
}
h4
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
h5
{
	font-size: 8pt;
	color: #005CA1;
}

.newstitle
{
	font-size: 8pt;
	color: #005CA1;
	font-weight: bold;
}
.newsdate
{
	font-style: italic;
}
.newslink
{
}
