body { margin:0; padding:0; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; background-color:#FFF; background-image:url(../images/template/bg.gif); background-repeat:repeat-x;}

a {color:#0a3964; text-decoration:none;}
a:visited {color:#0a3964;}
a:hover {color:#0a3964; text-decoration:none;}

li { font-size:0.7em;}

td { font-size:0.7em;}

h1 {font-size:1.4em; margin:15px 10px 15px 15px; padding:0 0 4px 0; font-family:Arial, Helvetica, sans-serif; color:#525552; font-weight:normal; border-bottom:1px solid #0a3964;}
h1 a {text-decoration:none;}

h2 {font-size:1.4em; color:#0a3964; margin:0; padding:0px 10px 10px 15px; font-family:Tahoma, Geneva, sans-serif; font-weight:normal;  text-rendering:optimizeLegibility;}

h2 a {text-decoration:none; color:#0a3964;}
h2 a:visited {}
h2 a:hover { color:#b50000; text-decoration:underline;}

.nohover a {}
.nohover a:visited {}
.nohover p a:hover { background-color:#e7ebe7;}

h4 {font-size:1em; color:#b50000; margin:0; padding:0px 10px 10px 15px; font-family: Arial Rounded MT Bold, Arial; font-weight:normal;}

h3 { font-family:Arial, Helvetica, sans-serif; color:#FFF; font-weight:normal; font-size:1.2em; margin:0 0 0px 0; padding:11px 0px 10px 10px; background-color:#0a3964;}

h5 {padding:0 0 0 20px; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:1.2em; font-weight:normal;}
h5 a {color:#006600; text-decoration:none;}
h5 a:visited {color:#006600;}
h5 a:hover {color:#de7300;}

h6 {font-family:Arial, Helvetica, sans-serif; font-size:0.8em; font-weight:normal;  margin:1px 0; padding:0px;}
h6 a {color:#525552; text-decoration:none; border-left:9px solid #e3e3e3; border-right:9px solid #e3e3e3; border-bottom:2px solid #e3e3e3; padding:10px; display:block;}
h6 a:visited {color:#525552;}
h6 a:hover {color:#0a3964; border-left:9px solid #0a3964; border-right:9px solid #0a3964; border-bottom:2px solid #0a3964; background-color:#F5F5F5;}


h7 {font-family:Arial, Helvetica, sans-serif; font-size:1.2em; font-weight:normal;  margin:0;}

p {font-size:0.8em; margin:0; padding:0 10px 15px 15px; line-height:1.2em;}
p a:hover {background-color:#b50000; color:#FFF; text-decoration:none; }


td {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}

th {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}

form {margin:0; padding:0;}

#lh {}
#lh p {padding:0 10px 15px 10px;}

#rh {}
#rh p {padding:0 10px 15px 10px;}

#red a { background-color:#FF0000;}
#red a:visited {}
#red a:hover { background-color:#666;}

.readmore { font-size:0.6em; font-family:Arial, Helvetica, sans-serif;}
.readmore a { background-color:#0a3964; color:#FFF; text-decoration:none; padding:2px 5px 2px 5px;}
.readmore a:visited {}
.readmore a:hover { background-color:#666;}




.splitter {border-top:15px solid #0a3964; margin:10px 10px 0 15px; font-size:0em; padding:0px 0 15px 0; clear:both;}

#rh .splitter {border-top:1px solid #e7ebe7; margin:0 5px 0 5px; font-size:0em; padding:0 0 10px 0;}
#lh .splitter {border-top:1px solid #e7ebe7; margin:0 5px 0 5px; font-size:0em; padding:0 0 7px 0;}

.news-report {padding-left:15px; padding-right:10px; padding-bottom:15px; font-size:0.8em; font-family:Verdana, Geneva, sans-serif;}
.news-report p {padding-left:0; font-size:1em;}





.searchbox {padding-top:11px; color:#FFFFFF;}

.searchbox a {color:#FFF; text-decoration:none;}
.searchbox a:visited {color:#FFF;}
.searchbox a:hover {color:#FFFF00; text-decoration:none;}





	#mainMenu{
		/* Background color of main menu */
		font-family:Arial, Helvetica, sans-serif;	/* Fonts of main menu items */
		font-size:0.8em;	/* Font size of main menu items */
		height:32px;	/* Height of main menu */

		
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:8px;	/* Spaces at the left of main menu items */
		padding-right:8px;	/* Spaces at the right of main menu items */
		padding-top:10px;
		padding-bottom:8px;
		/* Don't change these two options */
		position:absolute;
		text-decoration:none;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
		
	}
	

	
	#submenu{		
		font-family:Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
			/* Background color of sub menu items */
			padding-top:5px;
		width:100%;	/* Don't change this option */
		text-transform:capitalize;
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
	color:#0a3964;
		background-color: #e3e3e3;	/* Background color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #FFF;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:0px;	/* Space at the left of each sub menu item */
		padding-right:0px;	/* Space at the right of each sub menu item */
		color: #0a3964;	/* Text color */
		font-size:0.7em; 
	}
	
	#submenu a:hover{
		color: #ff9300;	/* Red color when the user moves the mouse over sub menu items */
	}


