body
{
    background-color: #000000;
    font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #FFFFFF;
	margin-top: 0;
}
a
{
	color: #99CCFF;
}

.redLink
{
	color: #CC0000;
	text-decoration: none;
}
.redLink:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.whiteLink
{
	color: #FFFFFF;
	text-decoration: none;
}

b
{
    font-family: Georgia;
    color: #99CCFF;
    font-size: 18px;
}

#wrapper
{
    width: 940px;
    margin-left:auto;
    margin-right:auto;
    position: relative; 
    margin-top: 0;
    margin-bottom: 0px;
    border: solid 2px #666666;
    
}

.gray_border
{
    background-image: url(../images/gray_border.gif);
    background-repeat: repeat-y;
    width: 3px;
}


#left
{
    float:left;
    width: 228px;
    height: 100%;
    background-image: url(../images/gray_border.gif);
    background-position: right;
    background-repeat: repeat-y;
}

#left_inner
{
    margin: 16px;   
}

#news
{
    margin: 30px;
    font-family: Georgia;
}

#right
{
    float:right;
    width: 712px;
    height: 100%;
}

#header
{
    width: 712px;
    background-color: #ffffff;
}

#menu
{
    width: 712px;
    background-color: #000000;
}

#flash { z-index:-1; }

#content
{
    height: 100%;
}

#content_inner
{
    margin: 10px 20px 0px 20px;
    padding: 20px 46px 20px 20px;
    background-image: url(../images/gray_bg.gif);
    background-repeat: repeat;
}

#content_inner_lineheight
{
    margin: 10px 20px 0px 20px;
    padding: 20px 20px 20px 20px;
    background-image: url(../images/gray_bg.gif);
    background-repeat: repeat;
	line-height:20px;
}

#content_inner_nopadding
{
    margin: 10px 20px 0px 20px;
    background-image: url(../images/gray_bg.gif);
    background-repeat: repeat;
}

#content_inner_notopmargin
{
    margin: 0px 20px 0px 20px;
    padding: 20px 20px 20px 20px;
    background-image: url(../images/gray_bg.gif);
    background-repeat: repeat;
}
.contentBorderArea
{
    margin: 0px 15px 0px 15px;
    padding: 20px 20px 20px 20px;
    background-image: url(../images/content-borderarea.gif);
    background-repeat: no-repeat;
}

.content_main_img
{ 
    float:left;
    margin: 0 10px 10px 0;
}


#footer
{
    clear: both;
    width:100%;
    border: solid 1 px gray;
}

.required {
	font-size: 22px;
	color: AA0000;
	line-height:20px;
}

.heading
{
    font-family: Georgia;
    font-size: 18px;
}

.heading2
{
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
}


.heading_blue
{
    font-family: Georgia;
    color: #99CCFF;
    font-size: 18px;
}

.sub_nav ul
{
    list-style: none;
    margin: 2px;
    padding: 0;    
}

.sub_nav li 
{
    width: 100%;
    font-size: .8em;
    letter-spacing: 1.5px;
    
}

.sub_nav li a:link, .sub_nav li a:visited
{
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 4px;
    height: 22px;
}

.sub_nav li a:hover, .sub_nav li a:active
{
    display: block;
    color: #0099FF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-top: 4px;
    height: 22px;
}

#subnav1
{
    position:absolute;
    top: 118px;
    left: 228px;
    width: 144px;
    background-color: #0099FF;
    display: none;
	z-index: 10;
}

#subnav2
{
    position:absolute;
    top: 118px;
    left: 371px;
    width: 140px;
    background-color: #0099FF;
    display: none;
	z-index: 10;
}

#subnav3
{
    position:absolute;
    top: 118px;
    left: 511px;
    width: 142px;
    background-color: #0099FF;
    display: none;
	z-index: 10;
}

#subnav4
{
    position:absolute;
    top: 118px;
    left: 653px;
    width: 156px;
    background-color: #0099FF;
    display: none;
	z-index: 10;
}

#subnav5
{
    position:absolute;
    top: 118px;
    left: 808px;
    width: 132px;
    background-color: #0099FF;
    display: none;
	z-index: 10;
}

