/* Basic elements */
Body {
	font-size: 11px;
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica;
	margin: 0px 0px;
	padding:0px;
	text-align:center;
	background-color:#FFFFFF;
	height: 101%;
}

td {
	font-size: 11px;
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica ;
	color: #484848
}

a {
	color: #666666;
	word-spacing: normal;
}

hr{ size:1px; color:#838383; height:1px; border-width: 0; }
H1 {
	color:#666666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
}
H2 { font-size: 13px; color:#666666; font-weight: bold; }
H3 { font-size: 12px; color:#666666; font-weight: bold; }
H4 { font-size: 11px; color:#666666; font-weight: bold; }

.visualClear { display:block; clear: both; }

.BodyHolder {
	width: 760px;
	margin:0px auto;
	text-align:left;
	background-color: #CCCCCC;
}


/* Top links and logo */
.Header { display:block; padding: 5px; height:80px; background: url(/upload/images/heather/heather.png);}
.TopLinksLine { color:#4f4f4f; font-size: 11px; float:right; }
a.TopLinksLine { text-decoration: none; }
.Logo { margin-left:20px; margin-top:5px; border:0px; border-bottom-style:none; float:left;}

/* Top Menu Lines 1 + 2 */
.topMenu1 { 
float: left;
width: 100%;
height: 22px;
background-color: #666666; 
}

a.topMenu1_Item_Link:link, a.topMenu1_Item_Link:visited {
float: left;
color: #fff; 
font-weight: bold; 
height:22px; 
padding: 4px 15px; 
text-decoration: none;
display:block; 
}

.topMenu1_Active {
background-color: #CCCCCC;
}

a.topMenu1_Item_Link:hover, a.topMenu1_Item_Link:active {
text-decoration: underline;
}
.topMenu1_LeftSpacer { 
width: 160px;
float: left;
display: block;
}

.topMenu2 { 
float: left;
width: 100%;
height: 22px;
background-color: #CCCCCC; 
border-bottom-width:1px;   
border-bottom-style:solid;  
border-bottom-color: #FFFFFF;
}

a.topMenu2_Item_Link:link, a.topMenu2_Item_Link:visited {
float: left;
color: #000000; 
height:22px; 
padding: 4px 15px; 
text-decoration: none;
display:block; 
}

.topMenu2_Active{
font-weight: bold; 
}

a.topMenu2_Item_Link:hover, a.topMenu2_Item_Link:active {
text-decoration: underline;
}

.topMenu2_LeftSpacer { 
width: 160px;
float: left;
display: block;
}

/* Left Side */
.leftMenu { width: 100% }
.LeftMenu_Item { 
background-color: #CCCCCC;
width:100%;
/* float: left; */
border-bottom-width:1px;   
border-bottom-style:solid;  
border-bottom-color: #FFFFFF;
}

.LeftMenu_Item_Link_Active {
	width: 160px;
	display:block;
	color: #FFFFFF;
	background-color: red;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.LeftMenu_Item_Link:link, a.LeftMenu_Item_Link:visited {
	width: 160px;
	display:block;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.LeftMenu_Item_Link:hover, a.LeftMenu_Item_Link:active {
	background-color: red;
	color: #FFFFFF;
}

/* Left Boxes */

.LeftBox { width: 100% }
.LeftSpacer {
	width:100%;
	height:15px;
	visibility:visible;
	float: none;
}
.SearchBox {
 	width: 160px;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 15px;
	border-bottom-width:1px;   
	border-bottom-style:solid;  
	border-bottom-color: #FFFFFF;
}

.SearchForm {
	margin: 0px;
}

.SearchField { font-size: 10px; }
.SearchButton { font-size: 10px; }

/* Right Side */
.menuRight { display:block; padding: 5px; 
width: 160px;
border-bottom-width:1px;   
border-bottom-style:solid;  
border-bottom-color: #FFFFFF;
}
.RightBoxTitle { color:#4f4f4f; font-weight: bold; margin-bottom: 10px; }

/* Content Wrapper Table */
.colcont_ContentWrapper {  }
.colboxleft_ContentWrapper { width:160px; float:left }
.colboxright_ContentWrapper { width:160px; float:right }
.colboxmiddle_ContentWrapper {
	display:block;
	margin-left:160px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	vertical-align: top;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
	border-left-width:1px;   
	border-left-style:solid;  
	border-left-color: #FFFFFF;
	color: #484848

}

/* Content Body */
.ContentBody {
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
 }
 
.FooterBody {
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	color: #666666;
 }
a.FooterBodyLink:link, a.FooterBodyLink:visited {
	color: #666666;
	text-decoration: none;
}

a.FooterBodyLink:hover, a.FooterBodyLink:active {
	text-decoration: underline;
}

.NewsTitle {
	text-decoration: none;
	font-size: 11px;
	color:#4f4f4f
}

a.NewsTitle:link, a.NewsTitle:visited {
	text-decoration: none;
	font-size: 11px;
	color:#4f4f4f
}
