body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 12px arial,verdana, myriad web, syntax, sans-serif;
}
body
{
	background-color: #0F2A48;
	margin: 0px;
}

a{color:white;}

a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	width:750px;
	height:100%;
	background-color:#0F2A48;
}
TABLE#main TD#headerPane
{
	background: url(/webimgs/header1.jpg) no-repeat;
	width:750px;
	height:65px;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	font-size:18px;
	color:white;
	display:none;
}

TABLE#main TD#tagLinePane
{
	background: url(/webimgs/tagheader.jpg) no-repeat;
	width:750px;
	height:25px;
	padding-left:0px;
	background-color:#FFCC33;
	text-align:right;
}

TABLE#main TD#headerPane2
{
	background: url(/webimgs/header3.jpg) no-repeat;
	width:750px;
	height:234px;
}


TABLE#main TD#leftPane
{
	display:block;
	width:147px;
	background-color: #23415D;
	height:100%;
	background: url(/webimgs/leftNav.gif);
}

TABLE#main TD#centerPane
{
	padding-left:5px;
	width : 600px;
	height:400px; 
	background-color:#23415D;
	color:white
}

TABLE#main TD#rightPane{
	width:155px;
	BACKGROUND-IMAGE: url(/webimgs/rightNav.jpg);
	padding-left:0px;
}


TABLE#main TD#footerpane
{
	width:750px;
	padding-left:0px;
	background-color:#23415D;
	text-align:right;
	color:white;
}
		
TABLE#main TD#tagLinePane2
{
    background-color: #005E00;
    height:16px;
	width:750px;
	text-align:center;
	color:white;
	background: url(/webimgs/bottombarraback.jpg) repeat-x;
}

/* Web part styles */
.headerTitle{
	font-size:18px;
	font-weight:bold;
	color:white;
	width:600px;

}

.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}


td, .content
{
    FONT-SIZE: 11px;
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}

#divContent
{
    MARGIN-TOP: 10px;
    FONT-SIZE: 11px;
    MARGIN-LEFT: 20px;
    WIDTH: 95%;
    MARGIN-RIGHT: 5px;
    TEXT-ALIGN: justify;
}
#divContentTable
{
    FONT-SIZE: 11px
}

.pageTitle {
    color : WHITE;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
}



    
    
		
