a.navglobal:link {color: #192d4b; text-decoration: underline; }
a.navglobal:visited {color: #660033; text-decoration: underline; }
a.navglobal:hover {color: blue; text-decoration: none; }
a.navglobal:active {color: #192d4b; text-decoration: underline; } 
img { border: 0px; }

body 
	{
	padding: 0;
	margin: 0;
    background: url(bg.jpg) repeat;
    background-color: #ffffff;
    
    font-size: small;
    font-family:georgia, times, serif;
   	font-weight:normal;
    color: #424242;
 	text-align: left;
 	line-height: 1.4em;
	}

p
	{
	padding:0px; 
    font-family: inherit;
	font-size:inherit;
    color: inherit;
	font-weight: inherit;
	line-height:150%;
	}

div#billboard 
	{
	width: 100%;
	background: url(bg_gradient.jpg) repeat-x;
	}

div#column1
	{
	background-color: #ffffff;
	display : table-cell;
	vertical-align: top;
	width: 220px;
	}
	
div#column2
	{
	background-color: #ffffff;
	width: 680px;
	display : table-cell;
	padding: 5px;

    font-family: inherit;
	font-size:inherit;
    color: inherit;
	text-align: left;
	}

#footer
	{
	background-color: #ffffff;
	color: #000;
	width: 900px;
	height: 60px;
	vertical-align: bottom;
	text-align: center;
	display : table-cell;
	font-family: sans-serif;
	font-size: 11px;
	}

a#tab1
	{
	background: #CCFFCC;
	color: black;
	text-align: left;
	width: 120px;
	}
	
a#tab2
	{
	background: #CAFAD3;
	color: black;
	text-align: left;
	width: 120px;
	}

a#tab3
	{
	background: #C9F6DA;
	color: black;
	text-align: left;
	width: 120px;
	}
	
a#tab4
	{
	background: #C8F1E1;
	color: black;
	text-align: left;	
	width: 120px;
	}

a#tab5
	{
	background: #C7EDE9;
	color: black;
	text-align: left;	
	width: 120px;
	}
	
a#tab6
	{
	background: #C6E8F0;
	color: black;
	text-align: left;
	width: 120px;
	}

a#tab7
	{
	background: #C5E4F7;
	color: black;
	text-align: left;
	width: 120px;
	}
	

table
	{
 	text-align: left;
    font-family: inherit;
	font-size:inherit;
 	line-height: inherit;
    color: inherit;
	text-align: left;
	}
ul
	{
    color: #424242;
 	background-color: #FFFFFF;
 	text-align: left;
 	line-height: inherit;
	}

h1, h2, h3, h4
	{
    font-family: georgia, times, serif;
	color:#0B3861;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 100; 
	margin-bottom: 0;
	line-height: 100%
	}
	
#vertmenu {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 11px;
	
}

#vertmenu li 
	{
	margin: 0;
	padding: 0;
	}

#vertmenu a {
	background: #fff;
	border-bottom: 1px solid #999;
	color: #000;
	display: block;
	margin: 0;
	height: 20px;
	padding-left: 8px;
	/*padding: 8px 12px;*/
	text-decoration: none;
	}

#vertmenu a:hover 
	{
	background: #999 url("images/hover.gif") left center no-repeat;
	color: #000;
	height: 20px;
	padding-left: 8px;
	}

.menu{
	border-bottom:0px solid #999;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
	
.tab1 li{
	background: #ff0000;
	}
	
.menu ul{
	background: #C5E4F7;
    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 11px;
	height:20px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}

		.menu li a{
		background:#ffffff url("seperator.gif") bottom right no-repeat;
		color:#000000;
		display:block;
		font-weight:normal;
		line-height:20px;
		margin:0px;
		padding:0px 2px;
		text-align:center;
		text-decoration:none;
		}

	
		
		.menu li a:hover, .menu ul li:hover a{
			background: #999999 url("hover.gif") bottom center no-repeat;
			color:#000;
			text-decoration:none;
			}
	.menu li ul{
		background:#fff;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:1px solid #000;
		position:absolute;
		width:200px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		border-bottom: 1px solid #000;
		background: #fff;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:200px;
		}
	.menu li:hover li a{
		background:none;
		}
	.menu li ul a{
		display:block;
		height:20px;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:none url('hover_sub.gif') center left no-repeat;
			border:0px;
			color:#3399FF;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		
