
/***** Standard Elements *****/

body
{
	margin: 0;
	padding: 0;
	background-color: Black;
	background-image: url(images/bg.gif);
	color: #333333;
	font-family: helvetica, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

div {
margin:0;
padding:0;
}

p {
margin:0.8em 0 1em 0;
padding:0;
line-height:1.3em;
}

/*** lists ***/
ol {
margin:0.8em 0 1em 3em;
padding:0;
list-style-type:decimal;
}

ul {
margin:0.8em 0 1em 3em;
padding:0;
list-style-type:square;
}

li {
margin:0 0 0.3em 0;
padding:0;
}

dl {
margin:0.8em 0 1em 0;
padding:0;
}
dt {
margin:0.1em 0;
padding:0;
font-style:italic;
}
dd {
margin:0.1em 0 0.1em 3em;
padding:0;
}

/*** blockquotes
blockquote {
margin:2em 35px 1em 35px;
padding:0 0 0 45px;
background-image:url(images/quote.gif);
background-position:top left;
background-repeat:no-repeat;
}

blockquote p {
margin:0 0 1.2em 0;
padding:0 35px 0 0;
background-image:url(images/quote.gif);
background-position:bottom right;
background-repeat:no-repeat;
line-height:1.5em; 
} ***/

/*** tables ***/
table {
border:none;
width:100%;
}
table caption {
background-color:#EEEEEE;
text-align: center;
margin:0.5em 1px 1px 1px; padding:0.2em;
}
th, td {
border:0;
padding:0.1em 0.2em;
margin:1px;
text-align:center;
}
th {
background-color:#E9E9E9;
}

tr{border:ridge thick red}

/*** images ***/
.rightimg, .leftimg, .centerimg img {
border:1px solid #AAAAAA;
background-color:#E9E9E9;
padding:3px;
margin:6px;
}

div.rightimg {float:right;}
div.leftimg {float:left;}

div.centerimg {
text-align:center;
margin: 0 auto;
}

/*** headings ***/
h2 {
font-size:150%;
padding:0.1em 0;
margin:0 0 0.6em 0;
text-transform:capitalize;
/*border-bottom:5px solid #C9DBDB;*/
clear:both;
}

h3 {
font-size:120%;
margin:0.3em 0 1em 0;
padding:0.1em 0;
border-bottom:5px solid #C9DBDB;
text-transform:capitalize;
}

h4 {
font-size:110%;
margin:0.2em 0;
text-transform:capitalize;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

/*** links */
a.black:link {color: black; font-style: italic;}/* unvisited links */
a.black:visited { color: black; text-decoration:none; background-color: white;} /* visited links   */
a.black:hover{color: white;text-decoration: none;background-color: black;font-style: normal;} /* user hovers over link*/
a.black:active  { color: black; text-decoration:none;}   /* active links    */

a.blue:link {color: #0000ff; background: #ffffff; font-style: normal;}
a.blue:active {color: #0000ff; background: #ffffff; font-style: normal;}
a.blue:visited {color: #0000ff; background: #ffffff; font-style: normal;}
a.blue:hover {color: #0000ff; background: #ffffff; font-style: italic; font-weight: bold;}

a.red:link {color: #ff0000; background: #ffffff; font-style: normal;}
a.red:active {color: #ff0000; background: #ffffff; font-style: normal;}
a.red:visited {color: #ff0000; background: #ffffff; font-style: normal;}
a.red:hover {color: #ff0000; background: #ffffff; font-style: italic;}


a img {
border:none;
}

.clearer {
clear:both;
}

/***** Structure *****/

#container
{
	text-align: left;
	width: 90%;
	margin: 0 auto;
	padding: 0 10px;
	border-left: #eeeeee 5px double;
	border-right: #eeeeee 5px double;
	border-top: #eeeeee 5px double;
	border-bottom: #eeeeee 5px double;
	background-color: #FFFFFF;
}

#main {
position:relative;
width:100%;
}

#content
{
	width: 65%;
	float: right;
}
#ad
{
	width: 100%;
}

#sidebox
{
	width: 30%;
	float: left;
}
#sidebox p {
margin-left:0.5em;
}

#sidebox2
{
	width: 20%;
	height:auto;
	float: left;
}
#sidebox3
{
	width: 17%;
	height:600px;
	float: left;
}

#content2
{
	width: 79%;
	float: left;
}
#content3
{
	width: 79%;
	float: right;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
#content3

ul.links {
list-style-type:none;
margin:0.2em 0 1em 0;
}
ul.links li {
padding:0; margin:4px 0;
width:100%;
}
ul.links li a {
display:block; margin:0; padding:0.3em 1em;
background-color:#F4F9FF;
color:#333333;
text-decoration:none;
border-bottom:1px solid #C7DFF8;
}
ul.links li a:hover {
background-color:#FFFFFF;
}

/*** Header ***/
#header
{
	position: relative;
/**	height: 148px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/usclogo.png);**/
}

h1 {
font-size:220%;
margin:0; padding:0;
position:absolute;
bottom:60px; left:40px;
text-transform:capitalize;
}

h1 span {
color:#FFFFFF;
}

#top
{
	background-color: #000000;
	text-align: center;
	font-size: 90%;

}


#footer
{
	background-color: #000000;
	text-align: center;
	font-size: 90%;
	padding: 1.5em 2em 0.7em 1em;
	color: white;
}
#footer p, #top p {
margin:0.1em 0;
}
#top a, #footer a {
text-decoration:none;
color:#ffffff;
}
#top a:hover, #footer a:hover {
color:#ffffff;
}

