@charset "UTF-8";

/* tags */
/* -------------------------*/
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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #369;
}

ul {
	margin-top: 5px;
}

li {
	list-style-type: square;
	margin: 10px;
}

h3{
	font-style: normal;
}


h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

table tr td a img{
	border: none;
}

table tr td a img a:link,
table tr td a img a:active,
table tr td a img a:visited,
table tr td a img a:focus
{
	text-decoration: none;
	outline: none;
	border: none;
}

/* divs */
/* ---------------------------*/
#breadcrumbs
{
	padding-top: 0.2em;
	padding-left: .4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
}
/* ---------------------------*/
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	background-image: url(../images/bg-gray-short.jpg);
	background-repeat: repeat-x;
	background-color: #FFC;
	border-top-color: #003;
}
/* -------------------------*/
#footer {
	text-align: center;
	font-size: 90%;
	background-color: #FFC;
}
/* -------------------------*/
#heading h1 {
	text-align: right;
	margin-right: 20px;
	margin-top: 15px;
	font-style: normal;
}

/* -------------------------*/
#left-sidebar{
	float: left;
	width: 200px;
	margin-right: 20px;
}

/* -------------------------*/
#mainContent {
	padding: 1em;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
#mainContent h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 120%;
}
#mainContent img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 10px;
}
#mainContent a {
	color: #6CF;
	padding: 3px;
}
#mainContent a:link, #mainContent a:active, #mainContent a:visited,
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited,
#footer a:link, #footer a:active, #footer a:visited{
	color: #000;
	text-decoration: underline;
	outline: 0;
}
#mainContent a:hover, #mainContent a:focus, #breadcrumbs a:hover, #breadcrumbs a:focus, #footer a:hover, #footer a:focus {
	color: #000;
	background-color: #FF6;
	outline:0;
}

/*mainContent table */
#mainContent table tr ul li{
	padding-top: 5px;
}

#mainContent tr ul{
	margin-bottom: 20px;
}

#mainContent tr ul li{
	margin-left: -18px;
	margin-bottom: -12px;
	list-style-type: disc;
}
/* -------------------------*/
#navBar
{
	height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6;
	background-color: #900;
	padding-left: 20px;
}

/*#rightSidebar*/
/* -------------------------*/
#rightSidebar {
	background-color: #0068A1;
	float: right;
	width: 180px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#rightSidebar2 {
	background-color: #0069A5;
	float: right;
	height: 440px;
	width: 230px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#rightSidebar3 {
	background-color: #003366;
	float: right;
	height: 210px;
	width: 200px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightSidebar4 {
	background-color: #003366;
	float: right;
	height: 160px;
	width: 220px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#rightSidebar a, 
#rightSidebar2 a,
#rightSidebar3 a,
#rightSidebar4 a
{
	color: #fff;
}

#rightSidebar a:link, 
#rightSidebar a:active, 
#rightSidebar a:visited,
#rightSidebar2 a:link, 
#rightSidebar2 a:active, 
#rightSidebar2 a:visited,
#rightSidebar3 a:link, 
#rightSidebar3 a:active, 
#rightSidebar3 a:visited,
#rightSidebar4 a:link, 
#rightSidebar4 a:active, 
#rightSidebar4 a:visited
{
	color: #fff;
	text-decoration: underline;
	outline: 0;
}

#rightSidebar a:hover, 
#rightSidebar2 a:hover,
#rightSidebar3 a:hover,
#rightSidebar4 a:hover,
#rightSidebar a:focus, 
#rightSidebar2 a:focus,
#rightSidebar3 a:focus,
#rightSidebar4 a:focus
{
	color: #FFC;
	background-color: #036;
	outline:0;
}

/* -------------------------*/
#textbox {
	margin-left: 420px;
}
#textbox-lower {
	clear: both;
}

/* -------------------------*/
#textbox-left {
	font-style: italic;
	width: 350px;
	margin-top: 130px;
	line-height: 1.1em;
	letter-spacing: 0.045em;
	color: #98986D;
}

/* classes */
/* -------------------------*/
.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;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.imgright{
	clear: left;
	float: right;
}

.italics {
	font-style: italic;
	margin: 3px;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	color: #F90;
}

.normalText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

.smallerFont85{
	font-size: 85%;
}

.smallerFont92{
	font-size: 92%;
}


.table-indent
{
	padding-left: 50px;
}

.color
{
	color: #C00;
}

