﻿body {
background-image:url(images/bg.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
background-repeat: repeat;
}
* {margin: 0px;padding: 0px;}

#container {
margin: 0px auto;
text-align:justify;
width:780px;
border-style:solid;
border-color:#375f82;
border-width:1px;
/*Color for background*/
background-color:#ced6de;

}

#top_header{
height:10px;
width:100%;
background-color:#537594;
background-repeat:repeat-x;
background-position:center;
position:relative;
}

#header{
height:150px;
width:100%;
background-image:url(images/header.jpg);
background-repeat: no-repeat;
background-position:center;
position:relative; 
}

#menu_header{
height:35px;
width:100%;
background-image:url(images/bg-bar.gif);
background-repeat:repeat-x;
background-position:center;
}

#menu{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
line-height:30px;
text-align:center;
font-weight:bold;
color:white;
}
	

/*td{
border-bottom:hidden;
border-top:hidden;
border-left:hidden;
border-right:hidden;
}
*/
/********************Table Menu Layout**********************************/
table.c3 {
                width: 100%;
				
            }
		
            
            td.c2 {
                width: 20%;
				
				
            }
            
            td.c1 {
                width: 33.3%;
				
            }





/************************************Drop Down Menu***********************/
#dropmenudiv {
                position: absolute;
/*              background-color: #375f82;*/
				background-image:url(images/menu_bg.gif);
                border: 1px solid black;
                border-bottom-width: 0;
                font: normal 12px Verdana;
                line-height: 18px;
                z-index: 100;
            }
            
            #dropmenudiv a {
                width: 100%;
                display: block;
                text-indent: 3px;
                border-bottom: 1px solid black;
                padding: 1px 0;
                text-decoration: none;
                font-weight: bold;
            }
            
            #dropmenudiv a:hover { /*hover background color*/
                background-color: #a0a0a0;
            }
           


/********************Formats text in URL links****************************/
a:link { 
	color: black;
	text-decoration: none;
	}
a:visited { 
	color: black;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #a0a0a0;
	text-decoration: none;
	}
a:active { 
	color: #a0a0a0;
	text-decoration: none;
	}
/*******************************************************************/

.title{
font-size:20px;
font-weight:bold;
text-align:center;	
}

.sub_title{
font-size:16px;
font-weight:bold;
}

.text{
font-size:14px;
margin-left:15px;
margin-right:15px;
}

#content{
color:black;
font-size:14px;
/***adjust this number to increase size of vertical layout**/
height:600px;
}

#news{
margin: 0px auto;
text-align:left;
width:750px;
border-style:solid;
border-color:#375f82;
border-width:1px;
/*Color for background*/
background-color:#ced6de;	
	
	
	
}




#copyright span{
	color:gray;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	display:block;
}
/*************************************************************/

.mediaplayer{
	padding:10px 0px 0px 0px;
}

#tidy{
	text-align:center;
}



