@charset "UTF-8";
/* CSS Document */

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #014a3a;
	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;
}

/* p reset */
p {padding:0px;margin:0px;margin-top:10px;margin-bottom:10px;}

a img {border:0px;text-decoration:none;}

div, img {zoom:1;}

/* News css */
#newsItem {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	width: 160px;
	text-align:left;
	margin-left:15px;
	}
#newsItem a:link, #navlist a:visited
{
	color: #9a0c0b;
	text-decoration: none;
	}
#newsItem a:hover
{
	color: #9a0c0b;
	background-color: #bfd2ce;
	}
/* News end */
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 0 0 0 0;  /* 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. */
} 
.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:  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: 160px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10 0 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 

} 
.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: 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;
}
/* content home page */
.wrapper{
	position: relative;
	float: left;
	left: 0px;
	width: 704px;
	background-color: #fff;
}
.wp1{
	position: relative;
	float: left;
	left: 3px;
	width: 228px;
}
.wp1 div{
	width: 100%;
	margin-bottom: 7px;
	margin-right: 15px;
}
.g11{
	height: 233px;
	background-color: rgb(255, 255, 255);
	margin-top: 
}
.wp2{
	position: relative;
	float: left;
	left: 10px;
	width: 233px;
}
.wp2 div{
	width: 100%;
	margin-bottom: 7px;
	margin-right: 15px;
}
.g21{
	height: 234px;
	background-color: rgb(255, 255, 255);
	margin-top: 
}
.wp3{
	position: relative;
	float: left;
	left: 17px;
	width: 234px;
}
.wp3 div{
	width: 100%;
	margin-bottom: 7px;
}
.g31{
	height: 234px;
	background-color: rgb(255, 255, 255);
	margin-top: 
}




/* content styles */
h1 { 
	font-size:200%;
	color:#9a0c0b;
	font-weight:200;
}
h2 { 
	font-size:110%;
	color: #060;
	font-weight:200;
}
#mainContent {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:25px;
	width:700px;
}
#mainContent a:link, #mainContent a:visited {
	color: #9a0c0b;
	text-decoration: none;
	}
#mainContent a:hover{
	color: #9a0c0b;
	background-color: #bfd2ce;
}

#breadcrumb {
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #9a0c0b;
	text-decoration: none;
	}
#breadcrumb a:hover{
	color: #9a0c0b;
	background-color: #bfd2ce;
}

.other #breadcrumb{
	color: #CC0;
}
	
	
	/* rollover css */

ul,li {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	width: 170px;
	background: #fff;
	margin:0px;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	font: normal 10px/14px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 5px 5px 5px 15px;
	background-color: #bfd2ce;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	list-style:none;
	/*margin-left:-20px;*/
}	

li.folder:hover {
	z-index: 10;
	background-color: #CCC;
	font: normal 10px/14px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 148px; /* IE */
	top: 5px;
	list-style:none;
	margin-left:0;
}
				
li.folder>ul { 
	left: 148px;
	margin-left:0;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 170px;
	list-style:none;
}

a {
	padding: 2px;
	text-decoration: none;
	width: 100%; /* IE */
}

li>a { 
	width: auto;
}

li a.submenu  {
	background-color: #bfd2ce;
	padding-left: 10px;
	font: normal 10px/14px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
}
			
li.explain { 
	font: bold 10px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	background-color: #bfd2ce;
	border-bottom: 1px solid #FFFFFF;
	color: #9a0c0b;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 170px;	
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 160px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #9a0c0b;	
}

a:hover {
	color: #fff;	
}

#menu {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    width: 170px;
}

/* fix IE 7 inconsistency */
#header {width:900px;clear:both;line-height:0px;margin:0px;padding:0px;}
#sidebar1 p {padding:0px;margin:10px;}

#link {
    font: 10px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}@charset "UTF-8";
/* CSS Document */
