@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image:url(img/bgslice.jpg); 
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFF;
	background-color:#005029;
}





#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	background-color:#fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container2 { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image:url(img/shadow.jpg); 
	background-position:top left;
	background-repeat:repeat-y;*/
} 
#header {  
	padding: 0 0px 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. */
	height:200px;
	background-image:url(img/head_2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
} 
#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 */
}
/*#sidebar1 {
	float: left; 
	width: 150px; 
	background: #ffffff; 
	padding: 20px 10px 15px 20px;
	border:1px solid #000000;
}
*/


/* 
#header	a:link	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	width:200px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding:0px 5px;
	text-align:center;
	background-image:url(img/transbg.png);
	background-position:top left;
	background-repeat:repeat;
}

#header	a:visited	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	width:200px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding:0px 5px;
	text-align:center;
	background-image:url(img/transbg.png);
	background-position:top left;
	background-repeat:repeat;
}

#header	a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	width:200px;
	font-size:12px;
	color:#009900;
	text-decoration:none;
	padding:0px 5px;
	text-align:center;
	background-image:url(img/transbg2.png);
	background-position:top left;
	background-repeat:repeat;
}

*/


h1, h2, h3, h4, h5	{
	border-bottom:1px solid #000;
}














#sidebar1	{
	width:165px; 
	float:left; 
	line-height:1.0em; 
	padding:5px 5px 10px 0px; 
	margin:7px 0px 0px 3px;
	border:0px solid #003300;
	height:672px;
	background-color:#fff;
}
 
#sidebar1	a:link	{
	display:block;
	width:160px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:2px 0px 2px 10px;
	border-bottom:1px solid #ccc;
	background-color:#2A883E;
}

#sidebar1	a:visited	{
	display:block;
	font-size:11px;
	width:160px;
	color:#fff;
	text-decoration:none;
	padding:2px 0px 2px 10px;
	border-bottom:1px solid #ccc;
	background-color:#2A883E;
}

#img	{
	border:0px;
}

#sidebar1	a:hover	{
	display:block;
	font-size:11px;
	width:160px;
	color:#000;
	text-decoration:none;
	padding:2px 0px 2px 10px;
	background-color:#cda946;
	border-bottom:1px solid #ccc;
}
 
#sidebar1	a.white:link	{
	display:block;
	width:160px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:25px 0px 25px 0px;
	background-color:#fff;
	border-top:1px solid #ccc;
}

#sidebar1	a.white:visited	{
	display:block;
	font-size:11px;
	width:160px;
	color:#fff;
	text-decoration:none;
	padding:25px 0px 25px 0px;
	background-color:#fff;
	border-top:1px solid #ccc;
}

#sidebar1	a.white:hover	{
	display:block;
	font-size:11px;
	width:160px;
	color:#000;
	text-decoration:none;
	padding:25px 0px 25px 0px;
	background-color:#fff;
	border-top:1px solid #ccc;
}








#sidebar1	a.menucard:link	{
	background-color:#fff;
	border:0px;
}

#sidebar1	a.menucard:visited	{
	background-color:#fff;
	border:0px;
}

#sidebar1	a.menucard:hover	{
	background-color:#fff;
	border:0px;
}
}







img	{
border:0px;
}

#mainContent { 
	margin: 0 0 0 175px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.big	{
font-size:16px;
font-weight:bold;
color:#333300;
padding:5px 0px 5px 5px;
font-variant:small-caps;
margin:5px 0px 2px 0px;
border-top:0px solid #000000;
}
.medium	{
font-size:14px;
font-weight:bold;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-variant:small-caps;
background-color:#CDA946;
border-right:3px solid #fff;
}

#picture	{
font-family:Calibri, Arial, Helvetica, sans-serif;
line-height:1.5em;
width:720px; 
float:left;
border:0px solid #333;
margin:0px 0px;

	/*background-image:url(img/imgbg.png);
	background-position:top center;
	background-repeat:repeat;*/
}


#namelist	{
	width:250px; 
	float:left;
	line-height:1.4em;
	font-weight:bold;
	font-variant:small-caps;
	margin:10px 0px;
	height:40px;
}



 
#namelist	a:link	{
	font-size:11px;
	color:#2A883E;
	text-decoration:none;
	padding:10px 2px;
	background-color:#fff;
	line-height:1.4em;
	height:40px;
}

#namelist	a:visited	{
	font-size:11px;
	color:#2A883E;
	text-decoration:none;
	padding:10px 2px;
	background-color:#fff;
	line-height:1.4em;
	height:40px;
}

#namelist	a:hover	{
	font-size:11px;
	color:#333;
	text-decoration:none;
	padding:10px 2px;
	background-color:#fff;
	line-height:1.4em;
	height:40px;
}

#picture	h3	{
	margin:0px;
	padding:0px;
	color:#333;
	font-size:24px;
}



#footer { 
	padding: 15px 0px 15px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#108D32; */
	background:#fff;
	text-align:center;
	/*background-image:url(img/foot.jpg); 
	background-position:top center;
	background-repeat:repeat;*/
	color:#333;
	margin:0px 0px;
	border-top:3px solid #CDA946;
	width:960px;
	float:left;
} 

#footer_shadow { 
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#108D32; */
	background-image:url(img/shadow.jpg); 
	background-position:top left;
	background-repeat:repeat-y;
	width:1000px;
} 


#footer	a:link	{
	color:#333;
	text-decoration:none;
	padding:0px 10px;
	padding-top:
}

#footer	a:visited	{
	color:#333;
	text-decoration:none;
	padding:0px 10px;
}

#footer	a:hover	{
	color:#ffff00;
	text-decoration:none;
	padding:0px 10px;
}



#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 */
	color:#000;
}
.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;
}