/* basic elements */

html {
	margin: 0px;
	padding: 0px;
	}

body { 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #111111; 
	background-color: #fff; 
	margin: 0px; 
	padding: 0px;
	}

p, ul, ol, h1, h2, h3, h4, h5, h6 { 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	text-align: left;
	}
p, ul, ol { 
	font:  9pt/17pt;
	color: #111111;
	}

h1, h2, h3, h4, h5, h6 {
	color: #445599;
	}

a:link { 
	font:  9pt/17pt;
	font-weight: normal; 
	text-decoration: none; 
	color: #04c;
	}
a:visited { 
	font:  9pt/17pt;
	font-weight: normal; 
	text-decoration: none; 
	color: #04c;
	}
a:hover, a:active { 
	font:  9pt/17pt;
	font-weight: normal; 
	text-decoration: underline; 
	color: #04c;
	}

/* table ids */

table, td, tr {margin:0; padding:0;}

#navbar {
			padding: 0px 0px 0px 15px;
			/*background-color: #f2f1d5;*/
			}

	#navbar a  {
		font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		font-weight: bold; 
		font-size: 11px;
		color: #812;
	}

	#navbar a:link { 
		text-decoration: none; 
	}
	#navbar a:visited { 
		text-decoration: none; 
	}
	#navbar a:hover, #navbar a:active { 
		text-decoration: underline; 
	}

#leftnav    {
			background-color: #e2e2e2;
			margin:0;
			padding: 0px 5px 5px 5px;
			font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
			font-size:11px;
			line-height:14px;
			}

	#leftnav a  {
		font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		font-weight: bold; 
		font-size: 11px;
		line-height:14px;
		color: #812;
	}

	#leftnav a:link { 
		text-decoration: none; 
	}
	#leftnav a:visited { 
		text-decoration: none; 
	}
	#leftnav a:hover, #leftnav a:active { 
		text-decoration: underline; 
	}

#subnav	{font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		 font-size:11px;
		 line-height:14px;
		 list-style:none;
		 padding: 0px 5px 5px 5px;
		margin:0;}
		 
#subnav	ul {margin:0; padding: 0px 5px 5px 5px;}
		 
#subnav li {font: bold 11px/14px "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
			color: #812;
			margin:10px 0px;
			background-color:#c0c0c0;
			height:25px;
			text-align:center;
			padding:10px 0px;
			border: 1px outset #812;}
#subnav a { 
		color: #812;
		text-decoration: none; 
	}

	#subnav a:link { 
		text-decoration: none;
	}
	#subnav a:visited { 
		text-decoration: none; 
	}
	#subnav a:hover, #subnav a:active { 
		text-decoration: underline;
	}

#content    {
			padding: 0px 30px 15px 10px;
			}

#footer    {
				font-family:Arial, Helvetica, Verdana, sans-serif;
				font-size: 11px;
				margin: 0px; 
				padding:0px;
				text-align:center;
				color: #812;
				border-top:1px #666 solid;
				}
				
					#footer a  {
		font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		font-weight: bold; 
		font-size: 11px;
		color: #812;
	}

	#footer a:link { 
		text-decoration: none; 
	}
	#footer a:visited { 
		text-decoration: none; 
	}
	#footer a:hover, #footer a:active { 
		text-decoration: underline; 
	}

				
				
#left	{
	border-right:1px #666 solid;
	}
		
#bottonlinks	{font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		 font-size:11px;
		 line-height:14px;
		 list-style:none;
		 padding: 0px 5px 5px 5px;
		margin:0;}
		 
#bottonlinks ul {margin:0; padding: 0px 5px 5px 5px;}
		 
#bottonlinks li {font: bold 11px/14px "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
			color: #812;
			margin:10px;
			background-color:#c0c0c0;
			height:25px;
			text-align:center;
			padding:10px 0px;
			border: 1px outset #459;
			width:120px;
			float:left; 
			}
#bottonlinks a { 
		color: #459;
		text-decoration: none; 
		font-weight:bold;
	}

	#bottonlinks a:link { 
		text-decoration: none;
	}
	#bottonlinks a:visited { 
		text-decoration: none; 
	}
	#bottonlinks a:hover, #bottonlinks a:active { 
		text-decoration: underline;
	}

.comingsoon {
	font: italic 11px/14px "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color:#777;
}

.biglink{ 
	font-size:  13pt;
	font-weight: bold; 
	text-decoration: underline; 
	color: #04c;
	}

