@CHARSET "UTF-8";


/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	/* position: absolute; */
	bottom: 0;
	/* left: 20px; 
	width: 90%; */
	}

ul.menu li {
	display: inline;
	 margin: 2px; 
	 color: #444;
	 border: 1px solid #A6A6A6;
	}

ul.menu,
ul.menu li a {
	/* padding: 5px 15px 6px; */
	}

ul.menu li a {
	font-size: 1em;
	color: #444;
	margin: 0;
	}

ul.menu li a:hover {
	background:  #1122a2 ; /* #333 */
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important; /* #333 */
	background: white;
	text-decoration: none;
}
/**/
body
{
    background-color: 	#C8C8C8 ;
    font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	text-align: center;
}

ul
{
    list-style-image: url('../images/dot.png');
}

.head
{
    margin-right:auto;
	margin-left:auto;
	top:70px;
	width:900px;	
	
	text-align: left;
	/*border: 1px solid #A6A6A6; */
    background-image: url('../images/bg2.png'); 
    background-repeat: no-repeat;
}

.main
{
    margin-right:auto;
	margin-left:auto;
	margin-top:4px;
	width:900px;	
	height:500px;	
	text-align: left;
	/*border: 1px solid #A6A6A6; */   
    /* border: 1px solid #A6A6A6; */
     background-image: url('../images/main.jpg'); 
     background-repeat: no-repeat;
     overflow: auto;
}
 
 
 
a:link {
	color:red;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: red;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	color: red;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: red;
	text-decoration: underline;
	font-weight:bold;
}

td
{
    font-family: Verdana, Arial, sans-serif;
	
	font-style: oblique;
	/* border: 1px solid #A6A6A6; */
	/*border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1; */
}

th
{
    font-family: Verdana, Arial, sans-serif;
	font-weight: bolder;
	font-style: oblique;
	/* border: 1px solid #A6A6A6; */
	border-bottom: 1px solid #e1e1e1;
}

img.logo
{
	padding-left: 5px;
}

img.dot
{
    padding-right: 2px;
}

td,div,input,form, table 
{	   
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	
	vertical-align:top;			
}

.footer
{
    font-size: 11px;	
}

.right_box
{
   border: 1px solid #e1e1e1;
   border-style: dashed;
   background-color: gray;
}

p {	   
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	
	vertical-align:top;			
}


h3 
{
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	/* margin-bottom: 0px; */
	color: #1122a2;
}

h4 
{
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	/* margin-bottom: 0px; */
	color: #1122a2;
}
