@charset "UTF-8";
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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 17px;
	text-decoration: none;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	height: 194px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header p {
	line-height: 26px;
}
#header a {
	color: #FFFFFF;
}
#header a:hover {
	color: #CCCCCC;
}
#header a:visited {
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #333333;
}
	
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#nav{
	position:relative;
	display:block;
	height:40px;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	font-weight: normal;
	padding-left: 12px;
}
#nav ul{margin:0;padding:0;list-style-type:none;width:auto;}
#nav ul li{
	display:block;
	float:left;
	margin:0 0px 0 0;
}
#nav ul li a{
	display:block;
	float:left;
	text-decoration:none;
	padding:12px 18px 0px 18px;
	height:29px;
	border-right-width: thin;
	border-right-style: dotted;
	border-left-width: thin;
	border-left-style: dotted;
}
#nav a:active {
	border-left-color: #999999;
}
#nav ul li a:hover,#nav ul li a.current{
	color:#fff;
	background-color: transparent;
	background-image: url(images/bgON.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar1 img {
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
}
#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
} 
#mainContent ul {
	list-style-image: url(images/tick.jpg);
}
#mainContent .ol {
	font-family: "Times New Roman", Times, serif;
}
#mainContent .boxout  {
	background-color: #CCCCCC;
	height: 25px;
	width: 120px;
	padding-left: 0px;
	padding-top: 5px;
	background-image: url(images/bgOFF.gif);
	background-repeat: repeat-x;
	display: block;
	font-weight: bold;
	border: thin solid #666666;
	text-align: center;
}
#mainContent .boxout a:hover {
	color: #CCCCCC;
}
#mainContent .txt a {
	color: #000000;
}
#mainContent .txt a:hover {
	color: #FFFFFF;
}
.line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
#leftcol {
	width: 290px;
	float: left;
}
.verticalline {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
#linebreak {
	float: left;
	width: 10px;
}
#rightcol {
	float: right;
	width: 290px;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 65px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 310px;
	color: #FFFFFF;
}
.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;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	border-top-style: none;
	color: #999999;
	text-align: left;
}
