@charset "utf-8";

body  {
	font: 9pt Arial, Helvetica, Verdana, sans-serif;
	background: black url(../images/grad_bg.gif) repeat-y center;
	margin: 0;
	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 */
}

img {
	border: none;
}

th {
	text-align: left;
}

#outer_container {
	width: 810px;
	background: repeat-y url(../images/shad_w.gif);
	margin: 0 auto;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 10px 0 0 7px;
	padding:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#shad_container_s {
	width: 810px;
	height: 8px;
	background: white repeat-x url(../images/shad_s.gif);
}

#logotitle {
	background-image: url(../images/title.jpg);
	width: 780px;
	height: 70px;
}

#logosubtitle {
	margin: 7px 0 0 0;
	background-image: url(../images/subtitle.gif);
	width: 769px;
	height: 251px;
}

#mainContent { 
	position: relative;
	margin: 10px 0 0 0;
	/*margin: 0 190px 0 0;*/
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: black;
	border: 1px black solid;
	clear: both;
}

#title {
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}



#sidebar1inks {
	float: left;
	clear: left;
	margin: 30px;

}

#sidebar1inks a {
	color: #0e4684;
	font-size: 14px;
	font-weight: bold;
}

#mainContent #title {
	/*text-align: center;*/
	font-weight: bold;
}

#mainContent img {
	border: 1px solid black;
}

#mainContent #logo  {
	border: none;
}

#mainContent a {
	color: #403200;
	font-weight: bold;
}

#mainContent p {
	text-align: justify;
}

#footlinks {
	/*text-align: center;*/
	padding: 10px 0 0 0;
	margin: 0 0 1px 0;
}


#footer {
	color: #fc3;
}

#footlinks a {
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	color: #fc3;
}



#footer p {
	font-size: 8pt;
	color: #000;
}


/* ---------------------------------------------------------
Classes
------------------------------------------------------------*/

.mainlink {
	font-size: 16px;
	font-weight: bold;
}

.sublink {
	font-size: 12px;
	text-indent: 30px;
}



.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;
}
