#container {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #CCCCCC;
	background-repeat: repeat;
}
body  {
	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;
	font-family: "Trebuchet MS", Garamond, sans-serif;
	background-image: url(../Images/Layout/Gradiantbkgrd2.jpg);
	background-repeat: repeat;
}
h1 {
	font-family: "Trebuchet MS", Garamond, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #06A2DB;
}
h2 {
	font-family: "Trebuchet MS", Garamond, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #AA4300;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-family: "Trebuchet MS", Garamond, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}
h4 {
	margin: 0px;
	padding: 0px;
}



#header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	background-repeat: repeat;
	background-color: #CCCCCC;
}
#mainContent {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Garamond, sans-serif;
}




/* MAIN */

#mainContent a {
	text-decoration: none;
	color: #152D6A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F96400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#mainContent h1 {
	color: #06A2DB;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #06A2DB;
	margin-bottom: 1px;
}
#mainContent p {
	margin-bottom: 5px;
	margin-top: 0px;
}
#sidebar1 {
	background-color: #CCCCCC;
	float: left;
	width: 225px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* sidebar 1 */

#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar1  a {
	text-decoration: none;
	color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F96400;
}
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-top: 0px;
}


#sidebar1 .related li {
	list-style: none;
	display: inline;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 0px;
	padding-left: 5px;
}
#sidebar1  h2, #sidebar2 h2 {
	color: #152C67;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 !important;
	padding-left: 5px;
	padding-top: 13px;
}
#sidebar1 .related a {
	display: block;
	padding: 0px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}


#sidebar1 .related a:hover {
	background: #FFFFFF;
}
#sidebar1 .related a:visited {
	background-color: #06A2DB;
}


#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#sidebar2 {
	background-color: #CCCCCC;
	float: right;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 15px;
}

#footer {
	background-color: #DDDDDD;
	padding: 0 10px 0 20px;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: smaller;
}



.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;
}
.boilerplate {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
