@charset "utf-8";
body  {
	font: 100% "Lucida Grande","Lucida Sans Unicode",sans-serif;
	background: #FFFFFF;
	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;
	margin-bottom: 40px;
}
.twocol #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../bgs/homepageBG.jpg) top center no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/* ***********************
header
*********************** */
.twocol #header { 
	background: ; 
	padding: 0 0px 0 20px;  /* 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. */
	border: 0px solid #000000;
	height: 120px;
} 
.twocol #headerlogo {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 284px;
	height: 107px;
	float:left;
	margin-left: 20px;
}
.twocol #headertag {
	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: 60px 0 0px 60px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 500px;
	height: 40px;
	float: right;
}
.twocol #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
/* ***********************
nav 
*********************** */
.twocol #horznav {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: auto;
	clear: both;
}
/* ***********************
content area
*********************** */
.twocol #content { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 
.twocol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 10px;
	border: 0px solid #000000;
}
.twocol #sidebarBOX1 {
	width: 224px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../homesl1/homepage_sl1_04.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	margin-top: 15px;
	margin-left: 20px;
	height: 50px;
}
.twocol #sidebarBOX2 {
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../homesl1/BGlogin.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	height: 120px;
	color: #536D89;
	font-size: 12px;
	font-weight: normal

}
.twocol #sidebarBOX3 {
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../homesl1/BGnews.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	margin-top: 40px;
	height: 50px;
	color: #536D89;
	font-size: 12px;
	font-weight: normal;
}
.twocol #sidebarBOX4 {
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../subsl1/more.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	margin-top: 40px;
	height: 50px;
}
.twocol #news {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	margin-top: 20px;
	height: auto;
	margin: 0 auto;
}
.twocol #news p {
	color: #536D89;
	font-size: 12px;
	font-weight: normal;
}
#news p a:link {
color:#000000;
text-decoration:underline;
font-weight: normal;
}
#news p a:visited {
color:#000000;
text-decoration:underline;
font-weight: normal;
}
#news p a:hover {
color:#000000;
text-decoration:none;
}

.subnavli { 
	margin-bottom: 5px;
	list-style-type: none;
}

.twocol #vnav {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	margin-top: 20px;
	height: auto;
	margin: 0 auto;
}
.twocol #mainContent { 
	margin: 0 0 0 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: 0 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #000000;
	width: 610px;
	float: right;
}
.twocol #topimage { 
	margin-top: 12px;
	margin-left: -33px;
	padding: 0px;
	border: 0px solid #000000;
	background: url(../homesl1/mainimage.jpg) bottom left no-repeat;
	height: 309px;
} 
.twocol #breadcrumbs { 
	margin: 30px 0 20px 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: 0 0px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #000000;
} 

/* ***********************
footer
*********************** */
.twocol #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	border: 0px solid #000000;
	margin-top: 20px;
} 
.twocol #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 */
	text-align: center;
}

/* ***********************
extras
*********************** */
.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;
}
.gobutton  {
	padding-top: 3px;
}
.login_boxes  {
	padding-top: 50px;
	margin-left: 20px;
}
.loginbutton  {
	background: url(../bgs/buttonBG.jpg) top center;
	color: #000000;
	font-size: 12px;
	padding: 4px;
	}
.formBG {
	border:1px solid #000000;
	color: #000000;
	font-size: 12px;
	height: 20px;
	}
img  {
	border: 0;
	}
.twocol #divider { 
	margin: 0 auto; /* 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: 0 0px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #000000;
	width: 200px;
	text-align: center;
	margin-top: 20px;
} 				
/* ***********************
font styles
*********************** */

h1  {
	color: #5e7690;
	font-style: bold;
	font-size: 22px;
	padding-top: 0px;
	}
h2  {
	color: #5e7690;
	font-style: bold;
	font-size: 18px;
	}
h3 {
	color: #5e7690;
	font-style: bold;
	font-size: 14px;
	}			
.horzmenu	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.horzmenu a:link {
color:#000000;
text-decoration:underline;
}
.horzmenu a:visited {
color:#000000;
text-decoration:underline;
}
.horzmenu a:hover {
color:#000000;
text-decoration:none;
}
p  {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;
	}
a:link {
color:#536D89;
text-decoration:underline;
font-weight: bold;
}
a:visited {
color:#536D89;
text-decoration:underline;
font-weight: bold;
}
a:hover {
color:#000000;
text-decoration:none;
font-weight: bold;
}	
p#footnote   {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
	}
#footnote   {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
	}			
.footnote  {
	font-size: 11px;
	color: #999999;
	line-height: 1.8em;
	}	
.footnote a:link {
color:#000000;
text-decoration:underline;
font-weight: normal;
}
.footnote a:visited {
color:#000000;
text-decoration:underline;
font-weight: normal;
}	
.footnote  a:hover {
color:#000000;
text-decoration:none;
}	
.bread  {
	font-size: 11px;
	color: #000000;
	}	
.bread a:link {
color:#000000;
text-decoration:underline;
font-weight: normal;
}
.bread a:visited {
color:#000000;
text-decoration:underline;
font-weight: normal;
}	
.bread  a:hover {
color:#000000;
text-decoration:none;
}
li  {
	padding-left: 12px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;

}