h1
{
	margin:0.5em 0 0.5em 0;
	text-align: center;
	color: blank;
}
h2
{
	margin:0.2em 0 0.2em 0;
	color: blank;
}
#logo
{
	height: 154px;
	width: 750px;
	background-image: url('../images/logo.jpg');
	background-position: -13px -25px;
}
table
{
	border-collapse: collapse;
	font-size:100%;
}
td
{
	border: 0px solid red;
	padding-left:2px;
	padding-right:2px;
}
td.header
{
	font-weight:bold;
}
input
{
	font-size:12px;
	font-family: arial;
	margin:0px;
}
select
{
	font-size:12px;
	font-family: arial;
	margin:0px;
}
td.input
{
	height: 20px;
}
body
{
	font-size: 10px;
	font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
}

img
{
	border:none;
	vertical-align:middle;
}

p
{
	margin:0 0 0.75em 0;
	line-height:1em;
}

form
{
	border:none;
	margin:0;
	padding 0;
}

#content
{
	padding: 0px 20px 0px 20px;
}

.space
{
	height: 5px;
	width: 5px;
}

#main_container
{
	width: 750px;
	margin: 0px auto 0px auto;	
}

#menu
{
	margin:0em 0em 1em 0em;
	padding:0;
	background-color:transparent;
}

#menu-top {
	background-color:transparent;
	padding:0em 0em 0em 2em;
	white-space:nowrap;
	list-style:none;
	margin:0;
	height:auto;
	line-height:normal;
	font-size:12px;
	text-align:center;
}



#menu-top li{
 display:inline;
}

#menu-top li a {
 background-color:transparent;
 border-color:#bbbbbb;
 border-width:1px;
 border-style:solid solid none solid;
 color: black;
 height:auto;
 margin-right:0.5em;
 padding:0em 1em 0em 1em;
 text-decoration:none;
 text-transform:lowercase;
}
#menu-top li.selected a {
 background-color:#ececec;
 border:1px solid #bbbbbb;
 border-bottom:#ececec 1px solid;
 color: black;
}
#menu-top	 li a:hover {
 background-color:#ececec;
 border-color:#bbbbbb;
 border-bottom-color:#ececec;
 color:#767676;
}

#menu-sub {
 background-color:#ececec;
 border-top-color:#bbbbbb;
 border-top-style:solid;
 border-top-width:1px;
 border-bottom-color:#bbbbbb;
 border-bottom-style:solid;
 border-bottom-width:1px;
 line-height:1.6em;
 color:Black;
 padding:0em 3em 0em 3em;
 margin:0;
 text-align:center;
 text-transform:lowercase;
 list-style:none;
}

#menu-sub li { 
 color:#767676;
 margin-left:1em;
 display:inline;
 
}
#menu-sub li a {
 text-decoration:none;
 color:#767676;
}
#menu-sub li a:hover {
 text-decoration:underline;
 color:#767676;
}

div.footer
{
	background-color:#ececec;
 border-top-color:#bbbbbb;
 border-top-style:solid;
 border-top-width:1px;
 border-bottom-color:#bbbbbb;
 border-bottom-style:solid;
 border-bottom-width:1px;
 line-height:1.6em;
 color:Black;
 margin:0;
 text-align:center;
 list-style:none;
	margin:2em 0em 0em 0em;
	padding:0;
}