@charset "UTF-8";

/* CSS Document */

a {
	color:#000066;
	text-decoration:underline;
}

a:hover {
	color:#009933;
	text-decoration:underline;
}

a:active {
color:#000000;
text-decoration:underline;
margin:0;
padding:0;
}

#global {
	color:#FFFFFF;
	float: left;
	clear: both;
	width: 100%;
	font-size: 90%;
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
	background-color: #CC6600;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#global ul{
	font-weight:bold;
	list-style:none;
	margin:1px 0px 1px 10px;
	padding:0px;
	float: left;
}

#global li{
	display:inline;
	border-right:1px solid #C48369;
	margin:0px 15px 0px 0px;
	padding:0px 15px 0px 0px;
}

#global a {
	text-decoration: none;
	color: #ffffff;
}
#global a:hover {
	text-decoration: none;
	color: #CC0000;
}
#global a:active {
	text-decoration: none;
	color: #ffffff;
}

#global .last {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

img.border {
	padding: 1px;
	border: 1px solid #999999;
}
img.left {
	margin: 0px 10px 10px 0px;
	padding: 1px;
	border: 1px solid #999999;
	float: left;
}
img.right {
	margin: 0px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #1A1D48;
	border-right-color: #1A1D48;
	border-bottom-color: #1A1D48;
	border-left-color: #1A1D48;
	padding: 3px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #EBEBEB;
} 
 #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 */
}
body  {
	background: #666666;
	margin: 20;
	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: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container {
	width: 1000px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.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;
}
h1 {
	font-size: 150%;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
	padding-top: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 120%;
	color: #003333;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	font-size: 90%;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#header {
	background: #DDDDDD;  /* 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. */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#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 */
}
#mainContent {
	margin-right: 270px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
