/* CSS Document */

body
{
background-color:#000000;
font-size:x-small;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited,a:hover,a:active {
	color: #CC3300;
	text-decoration:none;
}
h2
{
font-size:small;
margin:0px;
}
.Top
{
width:720px;
margin:0px auto;
border:2px solid #CCCCCC;
}
.TopLeft
{
float:left;
width:220px;
}
TopRight
{
float:right;
}
.Header
{
border:2px solid #CCCCCC;
margin:0px auto;
height:150px;
width:720px;
color:#CCCCCC;
}
.Navigation
{
width:714px;
margin:0px auto;
border:2px solid #CCCCCC;
color:#CCCCCC;
font-weight:bold;
padding:3px;
font-size:small;
margin-top:0px;
color:#CCCCCC;
font-size:x-large;
}
.Content
{
padding-top:10px;
margin:0px auto;
width:720px;
color:#CCCCCC;
}
.ContentLeft
{
width:520px;
float:left;
border:2px solid #CCCCCC;
}
.ContentRight
{
width:175px;
float:right;
}
.ContentRightMain
{
border:2px solid #CCCCCC;
}
.floatimageleft {
float:left;
padding:10px;

}
.floatimageright {
float:right;
padding:10px;
}
.Highlight
{
color:#0066CC;
font-weight:bold;
}
.Underline
{
text-decoration:underline;
}
.Bold
{
font-weight:bold;
}
