﻿img
{
	border:0;
}

/**************************************************************/
/* PAGE LAYOUT */
body,html
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #1F567D;
	background-image: url( Images/bg_gradient.jpg );
    background-repeat: repeat-x;
   background-color:Black;
}

a:link
{

	text-decoration : none;
	color : #EC6800;
}
a:visited
{

	text-decoration : none;
	color : #EC6800; 
} 
a:active 
{

	text-decoration : none;
	color : #EC6800;
}
a:hover 
{

	text-decoration : none;
	color : #CC0000;
}

#TableWrapper
{
	width:930px;
	height:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border:solid 2px black;
	background-color:White;
}

#Header
{
    background-image: url(Images/top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;
    width: 930px;
}
#Menu
{
	background-image: url( Images/navbac.gif );	
	width:930px;
	height:20px;
	text-align:center;
	color:White;
}
#LeftMenu
{
	width:170px;
	vertical-align:top;
	padding-top:10px;
	background-color:#DADADA;
		
}
#Content
{  
    width: 760px;
    height:500px;
    text-align:center;
    padding:0px 0px 0px 0px;
}

/**************************************************************/

.leftNavRepeat
{
	background-image:url( Images/nav_left_small_repeater.jpg );

}
.leftNavTop
{
	background-image:url( Images/nav_left_Top.jpg );
	background-repeat:no-repeat;
	/*width:330px;*/
	padding-top:6px;
	text-align:center;

}
.leftNavFooter
{
	background-image:url( Images/nav_left_footer.jpg );
	height:18px;

}

/**************************************************************/
.titleH1
{
	font-size: 12px;
	color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    FONT-WEIGHT: bold
}
.titleH1 a
{
	color: black;
}

.titleH1 a:hover
{
	color: gray;
}

.titleH2
{
	color: #1F567D;
	font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    FONT-WEIGHT: bold
}

.titleH3
{
	color: #1F567D;
	font-size: 14px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    FONT-WEIGHT: bold
}