@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E2EBF8 url(../images/back.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/content_back.gif) no-repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 
.twoColFixLtHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 330px;
	padding: 15px 0px 0px 62px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cacaca;

}






.twoColFixLtHdr #sidebarlong {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 500px;
	padding: 15px 0px 0px 62px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cacaca;

}

.twoColFixLtHdr #sidebarlong2 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 380px;
	padding: 15px 0px 0px 62px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cacaca;

}


.twoColFixLtHdr #sidebar1 #newsbox {
	
	width: 305px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 255px;
}

.twoColFixLtHdr #sidebar1 #newsholder{
	
	width: 283px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 62px;
	padding: 16px 0px 0px 19px;
	background: url(../images/news_back.gif) no-repeat;
}

.twoColFixLtHdr #sidebar1 #newsholder img {
	

	padding: 0px 12px 0px 0px;

}

.twoColFixLtHdr #sidebar1 #newsholder img {
	

	padding: 0px 12px 0px 0px;

}

.twoColFixLtHdr #sidebarlong #newsholder img {
	

	padding: 0px 12px 0px 0px;

}

.twoColFixLtHdr #sidebar1 #imagebox{
	
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 340px;
}

.twoColFixLtHdr #sidebarlong #imagebox{
	
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 340px;
}


.twoColFixLtHdr #sidebar1 #imagebox #images {
	
	width: 85px; 
	height: 85px;
	background: url(../images/gallery_back.gif) no-repeat;
	padding: 5px 1px 0px 5px;
	float:left;

}

.twoColFixLtHdr #sidebarlong #imagebox #images {
	
	width: 85px; 
	height: 85px;
	background: url(../images/gallery_back.gif) no-repeat;
	padding: 5px 1px 0px 5px;
	float:left;

}


.twoColFixLtHdr #mainContent {
	margin: 30px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 38px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 360px;
	float: left;
} 





.twoColFixLtHdr #mainContentinside {
	margin: 30px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 38px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 360px;
	float: left;
} 


.twoColFixLtHdr #mainContent #newsmainholder {
	
	width: 368px; 
	padding: 5px 5px 5px 5px;
	float:left;

}






.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.gif) no-repeat;
	text-align: center;
	height: 55px;
	width: 900px;
	margin: 0px;
} 
.twoColFixLtHdr #container #header #menu {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 900px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}







/* link style default */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f618b;
	line-height: 16px;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #507bdf;
	line-height: 16px;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #507bdf;
	line-height: 16px;
	text-decoration: underline;

}



/* other links */

a.footer {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f618b;
	line-height: 13px;
	text-decoration: underline;
}
a:hover.footer {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #507bdf;
	line-height: 13px;
	text-decoration: underline;
}
a:active.footer {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #507bdf;
	line-height: 13px;
	text-decoration: underline;

}


a.news{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f618b;
	line-height: 13px;
	text-decoration: none;
}
a:hover.news {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #507bdf;
	line-height: 13px;
	text-decoration: underline;
}
a:active.news {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #507bdf;
	line-height: 13px;
	text-decoration: underline;

}






/* general styles */



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 16px;
	text-decoration: none;
}



.newstext {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
	line-height: 13px;
}


.footertext {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
	line-height: 13px;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F2B53;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

.textheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F2B53;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}





input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F2B53;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #696969;
	width: 150px;
}

input.button {

font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #1F2B53;
	border: 1px solid #1F2B53;
	width: 60px;
}

input.radio {

font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #e2ebf8;
	border: 0px;
	width: 25px;
}


textarea {

font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F2B53;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #696969;
	width: 150px;
}



