 
 
body  {
	background: #999999;
	margin left: auto;
	margin-right:auto;  /* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	text-align: -moz-center;
	text-align: -khtml-center;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	}
	
	
	h2{
	font-size: 95%;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 2px solid #000000;
	width: 100%;
}

	h3{
	font-size: 85%;
	color: #FFFFFF;
	background-color: #CC3333;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	border: 1px solid #003366;
	width: 100%;
}


#mainContent a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

#mainContent a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

#mainContent a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}


#container  {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 10px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #ffffff;
	padding: 2px 2px 2px 10px;
} 

#header .leftlogo {
	float: left;
	padding: 10px 0px 10px 0;

}
#header .rightlogo {
	float:right;
	padding: 10px 0px 10px 0;
}

#titlebox {
	background-color:#CC3333;
	padding-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #cc3333;
}
#mainContent/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
	margin: 7px 10px 0px 17%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width: 75%;
	padding: 0 2px 0;
} 

#photosright{
	float: right;
	width: 130px;
	padding: 5px 0;
	margin-right: 3px;
}
#photosright .photo {
	padding-bottom: 5px;
}



#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cc3333;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CC3333;
	margin-top: 5px;
} 
#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: left;
	color: #FFFFFF;
}

#navbar/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
  {
	float: left;
	width: 15%; /* since this element is floated, a width must be given */
	background: #003366; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
	margin-bottom: 5px;
}


#navbar h1 {
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	height: 12px;
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0px 1px 5px;
	margin: 0px;
}
#navbar a {
	color: #FFFFFF;
	padding: 1px 0px 3px 5px;
	margin: 1px 0px 0px 0px;
}
#navbar p {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0px;
	background-color: #E9EFEA;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#navbar /****   navbar fixes   ****/
 ul  a:link, #navbar  ul  a:visited {
	display: block;
}

#navbar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navbar li {
	border-bottom: 0px solid #ffffff;
}

/* fix for browsers that don't need the hack */

html>body #navbar li {border-bottom: none;}




#navbar ul ul li a:link, #navbar ul ul li a:visited, #navbar ul ul li a:hover{padding-left: 40px;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 80%;
	margin-left: 10px;
	padding-bottom: 0px;
	border-bottom: 2px solid #FFFFFF;
	margin-right: 5px;
}

#sectionLinks h3{
	padding: 0px;
	background-color: #003366;
	font-size: 100%;
	margin: 0px 0px;
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
}


#sectionLinks a:link{
	padding: 3px 0px 3px 7px;
	background-color: #003366;
	font-weight: normal;
	text-decoration:none;
}

#sectionLinks a:visited{
	padding: 3px 0px 3px 7px;
	background-color: #003366;
	font-weight: normal;
	text-decoration:none;

}

#sectionLinks a:hover{
	background-color: #CC3333;
	padding: 3px 0px 3px 7px;
	font-weight: normal;
	text-decoration:none;

}
#mainContent ul/********  List Tags  ********/

{
	list-style-type: disc;
}

#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	display: list-item;
	list-style-position: outside;
}

/* Miscellaneous classes for reuse */
.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;
}
 
CC
