@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff url(../images/background2.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: #242524;
	
}
#top {
	 height:35px;
	 min-height:35px;
	 margin:auto;
	 width:936px;
}
#toplinks {
		font-size:82%;
		font-weight:bold;
		text-align:right;
		padding-top:10px;
}
#toplinks a {
		padding-right:20px;
		color:white;
		font-size:80%;
		text-decoration:none;
}
#toplinks a:hover {
	text-decoration:underline;
}
#container { 
	width: 936px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-right: 1px solid #686869;
	border-left:1px solid #222325;*/
	/*border-top: 2px solid #282a2b;
	border-bottom:2px solid #2c5b62;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:90%;
} 
#header { 
	height:130px;
	background:url(../images/BreaUCC4.jpg) no-repeat;
	position:relative;
} 
#rightcol {
	float: right; /* since this element is floated, a width must be given */
	padding-top:30px;
	width: 136px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
}
#mainContentIndex { 
	margin: 0px 136px 0 194px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 30px 30px 0 50px;
	width:525px; /* 525 + 1 + 30 + 50 + 136 + 194 = 936 */
} 
#mainContent { 
	width:631px;
	padding: 0 60px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
}
#mainContentIndex, #mainContent {
	border-left: 1px solid #487512;
	min-height:557px;
}
#menucol {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* 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: #fff url(../images/menuBack4.png) repeat-x;
	min-height:557px;
	margin-top:0;
	padding-top:15px;
}
#footer {
	background:url(../images/footer2.jpg) no-repeat;
	height:49px;
}
#subfooter {
	padding-top:8px;
	font-size:x-small;
}
#subfooter a {
		color:#000;
}
#logo {
	text-align:center;
	padding:25px;
	padding-top:105px;
}
#search {
	text-align:center;
} 
.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: 10px;
	margin-bottom: 7px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.centered {
	text-align:center;
}
.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;
}
h1, h2, h3 {
	font-family:"Trajan Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color:#074c53;
	font-size:160%;
	padding-top:0;
	margin-top:20px; 
	text-align:left;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	color:#175804;
	font-size:120%;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
h3 {
		color:#175804;
		font-style:italic;
		font-size:100%;
		padding-bottom:0px;
		margin-bottom:0px;
}
li {
		padding-top:5px;
		line-height:1.2;
}
#homepage {
	position:absolute;
	left:8px;
	top:32px;
	width:172px;
	height:90px;
	z-index:1;
}
#homepage img {
		border:none;
}
p{
	text-align:justify;
	font-size: 9pt;
}
h2+p, h2+ul{
		padding-top:2px;
		margin-top:0px;
}
ul{
	font-size: 9pt;
	list-style:disc;	
	text-align:justify;
}
a:link, a:visited {
	color:#33F;
}