﻿body
{
    color: #555;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #004573 url(/Images/SiteTemplate/header.jpg) top right no-repeat;
}

#container
{
    margin: 0 auto;
    max-width: 1000px;
    width: expression(document.body.clientWidth < 800? "750px":document.body.clientWidth > 1000? "1000px":"auto");
}

a, a:visited
{
    color: #900;
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

ul.repeaterList
{
    text-align: left;
}

/************ Header ************/
#header
{
    width: 100%;
}

#body
{
    width: 100%;
    margin: auto;
	background: #fff;
}


#logo
{
    margin: 35px;
    z-index: 0;
	text-align: left;
	position: relative;
}

#headermenu
{
    width: 100%;
	height: 32px;
	text-align: left;
	background: url(/Images/SiteTemplate/headermenubg1.gif) repeat-x;
}

#headermenu a.linkhead,
a.linkhead:visited
{
    width: 10%;
    height: 24px;
	float: left;
	padding-top: 8px;
	color: #FDFDFD;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	background: url(/Images/SiteTemplate/headermenubg2.gif) no-repeat right;
}

#headermenu a.linkhead:hover
{
    background: url(/Images/SiteTemplate/headermenubg2.gif) repeat-x;
}
/************ End Header ************/


/************ Left Column ************/
#leftcol
{
    width: 22%;
	float: left;
	background: #E0EFF6;
	border-right: #64A0C4 solid 1px;
}

.leftcoltitle
{
    width: 100%;
	height: 27px;
	color: #004573;
	font-size: 16px;
	padding-top: 8px;	
	font-family: Arial;
	text-align: center;
	background: #95C3DE;
	border-top: #64A0C4 1px solid;
	border-bottom: #64A0C4 1px solid;
}

#twitter_div ul
{
    text-align: left; 
    list-style: none outside none; 
    margin: 10px 10px 15px; 
    padding: 0px;
}

#twitter_div li
{
    margin-bottom: 15px;
}

#twitter_div span
{
    display: block; 
}

/************ End Left Column ************/

/************ Middle Column ************/
#middlecol
{
    width: 54%;
	padding: 0 0% 0 1%;
	float: left;
	text-align: left;
	background: #fff;
}
/************ End Middle Column ************/

/************ Right Column ************/
#rightcol
{
    width: 22%;
	float: right;
	color: #347295;
	background: #E0EFF6;
	border-left: #64A0C4 solid 1px;
}

.rightcoltitle
{
    width: 100%;
	height: 27px;
	padding-top: 8px;
	color: #004573;
	font-size: 16px;	
	font-family: Arial;
	text-align: center;
	background: #95C3DE;
	border-top: #64A0C4 1px solid;
	border-bottom: #64A0C4 1px solid;
}
/************ End Right Column ************/

/************ Footer ************/
#footer
{
    width: 100%;
    clear: both;
    margin: auto;
	color: #FDFDFD;
	font-size: 11px;
}

#footertop
{
    width: 100%;
	height: 100px;
	clear: both;
	background: #FFF url(/Images/SiteTemplate/footercenter.jpg) bottom repeat-x;
	border-bottom: #5F9BBF solid 1px;
}

#footertopL
{
	width: 22%;
	height: 100px;
	float: left;
	background: #E0EFF6 url(/Images/SiteTemplate/footerend.jpg) bottom repeat-x;
	border-right: #64A0C4 solid 1px;
}

#footertopR
{
	width: 22%;
	height: 100px;
	float: right;
	background: #E0EFF6 url(/Images/SiteTemplate/footerend.jpg) bottom repeat-x;
	border-left: #64A0C4 solid 1px;
}

#footertopM
{
    width: auto;
	height: 100px;
	float: none;
}

#footermiddle
{
	width: 100%;
	height: 90px;
	padding-top: 10px;
	background-color: #71ABD0;
	border-top: #85BDDE solid 1px;
	border-bottom: #4E83A3 solid 1px;
	clear: both;
}

#footermiddleL
{
	width: 20%;
	padding: 0 1% 0 1%;
	height: 90px;
	float: left;
	text-align: left;
}

#footermiddleR
{
	width: 20%;
	padding: 0 1% 0 1%;
	height: 90px;
	float: right;
	text-align: right;
}

#footermiddleM
{
	width: auto;
	height: 90px;
	float: none;
}

#footer a.linkfoot,
a.linkfoot:visited,
a.linkfoot:hover
{
	color: #FDFDFD;
	font-size: 11px;
	text-decoration: underline;
}
/************ End Footer ************/