body 
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	background:  #3561d2 url('../images/background.png') repeat-x left top
} 

h1
{
	margin:0px;
	padding:0px;
	color: #3561d2;

}

h2
{
	margin:0px;
	padding:0px;
	color: #3561d2
}


h3
{
	margin:0px;
	padding:0px;
	color: #3561d2;
}
h4
{
	margin:0px;
	padding:0px;
}	
h5
{
	margin:0px;
	padding:0px;
}


p{
	padding:5px;
	font-size: 12px; 
	line-height: 22px;
}	
#navlinks {
	margin:0px;
	padding:0px;
}

#navlinks li 
{
	display: inline;
}

a.menulinks 
{
	text-decoration:none;
	font-size:14px;
}

a:visited.menulinks{
	color:white;
}

a:link.menulinks{
	color:white;
}

a:hover.menulinks{
	color:yellow;
}

a.menu
{
	text-decoration:none;
	font-size:11px;
}

a:visited.menu{
	color:#7400bd;
}

a:link.menu{
	color:#7400bd;
}

a:hover.menu{
	color:yellow;
	background-color:#7400bd;
}

table.menutable
{
	text-align:center;
}

#imageDiv {
	margin-left:10px;
	margin-top:20px;
	width: 240px;
	float: left;
	
}

table.tblmain{
	width:768px;
	margin:0px;
	background-color:#f0f0f0;
	padding:0px;
}

div.logo{
	background-image:url('../images/logo.png'); 
	width:768px;
	height:120px;
	text-align:right;
	vertical-align:middle
}

div.mainmenu{
	background-image:url('../images/menu.png'); 
	width:768px;
	height:45px;
	text-align:center;
	display:table;
}
table.mainmenutable{
	margin-left:10px;
	margin-top:10px;
	width:100%;
}

table.navbar {
   	border-collapse: collapse;
   	width:220px;
}

table.navbar td {
   	border: 1px solid #3561d2;
}

table.navbar td a{
    display: block;
    padding: 3px;	
	text-decoration:none;
	font-size:11px;

}

table.navbar td a:link, table.navbar td a:visited {
	color:#3561d2;
    background-color:  #DCDCDC;
}

table.navbar td a:hover, table.navbar td a:active {
    color: yellow;
    background-color: #3561d2;
}


table.links {
   	border-collapse: collapse;
   	text-align:left;
   	padding:0px;
   	width:100%;
   	  background-color:  #DCDCDC;
   	
}

table.links td 
{
   	border: 0px solid #3561d2;
}

table.links td a
{
    display: block;
    padding: 0px;	
	margin:0px;
    text-decoration:none;
	font-size:11px;

}

table.links td a:link, table.links td a:visited 
{
	color:#3561d2;
    background-color:  #DCDCDC;
}

table.links td a:hover, table.links td a:active 
{
    color: yellow;
    background-color: #3561d2;
}
table.aboutus{

    background-color:  #DCDCDC;
	padding:0px;
	font-size:12px;
	width:100%;
	line-height:20px;
	vertical-align:top;
	font-weight:500;
}
table.aboutus th{
		color:#3561d2;
}
table.aboutus th a:link, table.aboutus th a:visited 
{
	color:#3561d2;
    background-color:  #DCDCDC;
}
table.contactus{

    background-color:  #DCDCDC;
	padding:0px;
	font-size:12px;
	width:100%;
	line-height:20px;
	vertical-align:top;
	font-weight:500;
	text-align:left;
}
table.contactus th{
		color:#3561d2;
}


