/* CSS Document */

body
{
background-color:#333333;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin-top:0px;
}

#container
{
margin-left:auto;
margin-right:auto;
width:958px;
background-image:url(Images/background.gif);
background-repeat:repeat-y;
}

#header
{
width:958px;
height:78px;
}

#navigation
{
width:958px;
height:40px;
background-image:url(Images/Navigation_Background.gif);
text-align:left;
}

#left
{
width:235px;
float:left;
}

#leftimage
{
width:207px;
margin-left:28px;
}

#right
{
width:723px;
float:right;
}

#rightimage
{
width:670px;
height:230px;
margin-left:20px;
margin-right:33px;
}

#righttext
{
width:650px;
margin-left:30px;
margin-right:43px;
text-align:left;
margin-bottom:10px;
}

.clear
{
clear:both;
}

#footer
{
height:958px;
height:21px;
background-image:url(Images/footer.gif);
}

H1
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
color:#ff3333;
}

.bottomtext
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
}

a:link
{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
text-decoration:none;
}

a:visited
{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
text-decoration:none;
}

a:hover
{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
text-decoration:underline;
}

a:active
{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
text-decoration:none;
}

a.bottom:link
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
text-decoration:none;
}

a.bottom:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
text-decoration:none;
}

a.bottom:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
text-decoration:underline;
}

a.bottom:active
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
text-decoration:none;
}
