/*NEW BODY STYLESHEET*/

body
{
    /* background-color: #646464; */
    background-color: Black;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: Trebuchet MS, Arial;        
}
    
p, ul, li, td, th
{
    font: normal 10pt Trebuchet MS;
    text-align: left;
    vertical-align: top;
}

th
{
    font: bold 12pt Trebuchet MS;
    text-align: left;
    vertical-align: top;
}

#logo
{
    background-color: #646464;
    width: 100%;
    height: 55px;
    padding: 0px;
    margin: 0px;
}

#logo img
{
    z-index: 10;
    position: absolute;
    top: 5px;
    left: 5px;
}

#leftside
{
    height: 100%;
    width: 188px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    padding: 0px;
    margin: 0px;
    background-color: black;
}


#nav
{
    background-image: url(../images/bg-nav.gif);
    background-repeat: repeat-x;
    height: 31px;
    width: 100%;
}

#nav ul
{
    padding: 0px;
    margin: 0px 0px 5px 10px;
    color: white;
}

#nav a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}


#nav a:hover
{
    text-decoration: underline;
    color: #8A4570;
}

#nav li
{   
    display: inline;
    color: white;
    text-align: left;
    z-index: 20;
}


#container
{
    float: left;
    border-top: 2px solid white;
} 

.content
{
    float: left;
} 


#main
{
    background-color: white;
    padding: 15px;
}   


#rightside
{
	position: absolute;
	top: 98px;
    width: 120px;
    background-color: #B2AFAF;
    margin: 0px;
    padding: 5px;
    height: 100%; 
    border-left: 2px solid #646464;
    right: 0px;
    padding-top: 10px;
}

h1
{
    color: #646464;
    font: bold 24px Arial;
}

h2
{
    color: #646464;
    font: bold 16px Arial;
}


#main a
{
    color: #8A4570;
    font-weight: bold;
}

.header-text
{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}

#google
{
    border: 2px solid #E47CBB;
    padding: 0px;
    margin: 0px;
    font: normal 9pt Arial;
}

.header-news
{
    font-weight: bold;
    text-transform: uppercase;
    clear: right;
    display: block;
}

.header-ad
{
    background-color: #E47CBB;
    color: black;
    font-weight: bold;
    padding: 3px 2px;
}

.ad-text
{
    background-color: #EDEAD9;
    padding: 2px;
}

#Header
{
	position: absolute;
	left: 0px;
	top: 0px;
	/* background-color: #646464; */
	background-color: White;
	padding: 0px 0px 2px 0px;
}

#Left
{
	position: absolute;
	left: 0px;
	top: 76px;
	width: 193px;
	background-color: Black;
}

#Menu
{
	position: absolute;
	left: 193px;
	top: 72px;
	background-color: White;
}

#Content
{
	position: absolute;
	left: 193px;
	top: 98px;
	right: 133px;
	background-color: White;
	padding: 8px 10px 5px 8px;
	border-bottom: dotted 1px gray;
}

#footer
{
	border-top: dotted 1px gray;
}

#footer ul
{
    padding: 0px;
    margin: 0px 0px 5px 10px;
    color: Black;
}

#footer a
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
}


#footer a:hover
{
    text-decoration: underline;
    color: #8A4570;
}

#footer li
{   
    display: inline;
    color: Black;
    text-align: left;
    z-index: 20;
}

.WhatsNewBody
{
	border-bottom: dotted 1px gray;
	padding-bottom: 10px;
}
#ProcedureList
{
	position: absolute;
	left: 0px;
	top: 75px;
	width: 150px;
	background-color: White;
	padding: 8px 10px 5px 8px;
}
#ProcedureInfo
{
	position: absolute;
	left: 150px;
	top: 0px;
	background-color: White;
	padding: 8px 10px 5px 8px;
	border-bottom: dotted 1px gray;
}
#MessageInfo
{
	font-size: 8pt;
}
#MessageInfo a
{
	font-size: 8pt;
}
.ForumGroupHeader
{
	font-size: 12pt;
    background-color: #EDEAD9;
    padding-bottom: 5px;
}
.ForumListing
{
	border-bottom: dotted 1px #EDEAD9;
}
