body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 12px verdana, myriad web, syntax, sans-serif;
}
body
{
	background-color: #8AB1FF;
	margin: 0px;
}

a{}

a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	width:778px;
	height:100%;
	background-color:white;
	border:1px solid black;
}
TABLE#main TD#headerPane
{
	background-color: #1D53C0;
	width:778px;
	text-align:center;
}

TABLE#main TD#tagLinePane
{
	width:778px;
	padding-left:0px;
	border-bottom:1px solid black;
	background-color:gold;
	text-align:right;
}


TABLE#main TD#leftPane
{
	display:block;
	width:160px;
	background-color: #1D53C0;
	padding:10px;
	border-right:1px black solid;
	height:100%;
}

TABLE#main TD#centerPane
{
	padding-left:5px;
	width : 778px;
	height:100%; 
	background-color:white;
}

TABLE#main TD#rightPane{
	display: none;	
}


		
TABLE#main TD#footerPane
{
    background-color: #525252;
    height:49px;
	width:778px;
}

/* Web part styles */
.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
}
.copyright
{
    FONT-SIZE: 9px;
    COLOR: #0000ff
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}


#divContent
{
    MARGIN-TOP: 10px;
    FONT-SIZE: 11px;
    MARGIN-LEFT: 20px;
    WIDTH: 95%;
    MARGIN-RIGHT: 5px;
    TEXT-ALIGN: justify;
}
#divContentTable
{
    FONT-SIZE: 11px
}
#divCopyright
{
    WIDTH: 100%;
    TEXT-ALIGN: center
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.pageTitle {
    color : #666666;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
}

.pageTitle2 {
    color : maroon;
    font-size : 15px;
    font-weight : bold;
    margin-bottom:10px;
}

    
    
		
	.Title{
    	font-size: 13px;
    	font-weight: bold;
    	padding: 2px;
	
	}	
	

		.linksobj{
		font-size: 13px;
    	font-weight: bold;
    	padding-left: 10px;
		color:black;
	}
	
	.linksobj:hover{
		color:maroon;
	}

	
	.linkurlobj{
    	padding: 10px;
	}
	.linkscontentobj{
		font-size: 10px;
    	font-weight: normal;
    	padding: 5px;
		color:black;
	}
	
		.CategoryLabel{
    	background-color:NAVY;
    	width: 500px;
    	height: 20px;
    	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	font-weight: bold;
    	padding: 5px;
        margin-bottom:5px;
		margin-top:5px;
        text-decoration:none;
        text-align:left;
        color:#FFCE00;
        border: 1px solid black;
        }
		
	.calBox{
		border: thin dashed silver;
		background-color:#eeeeee;
		padding:5px;
		width: 340px;
	}
	
	    .newsDate, .calDate
    {
     text-decoration:none;
     font-weight:bold;
	 font-size:9px;
    }
    
