
* { margin: 0; padding: 0;}
body {
	font-size: 100.01%; 
	background-color:#003366;  
	padding-bottom: 20px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-image:none;
	
}

abbr, acronym, span.abbr { cursor: help; border-bottom: 1px dashed #000;}
a { text-decoration: underline;}
a:link { color: #0033FF;}
a:visited { color: #0033FF;}
a:hover, a:active, a:focus { color: #3366FF;}

/*  layout
******************************************************************/


#container {
	min-width: 700px;
	width: 700px;
	padding:0;
	margin:10px 0 0 10px;
	position: relative;
	background-color:#fff;
	border:2px solid #000;
}
#sidebar {
	width:138px;
	min-height:300px;	
	float:left;
	background: #fff url(/img/logo.gif) no-repeat;
	padding-left:5px;
	font-size:.7em;
	text-align:center;
}
	#logo {
		width:133px; 
	}
	
#content {
	float:right;	
	width:557px; 
	border:0px solid yellow;
}
	#header {
		width:557px; 
		height:66px;
		background-color:#000;
		/*clip:rect(0 550 66 0);*/
		text-align:center;
	}
	#menucontainer{position:relative;}
	#menu {
		position:absolute;
		height:23px;
		width:550px; 
		background-color:#000;
		
	}

	#footer {
		clear:both;
		width:700px;
		background-color:#000;
		height:55px;
	}

/*  main
******************************************************************/
#header img {
		border:0;
		width:469px;
}
#maincontent {
	background-color:Transparent;
	padding:2em 1em 1em;
	font-size:.9em;
}

h1 {
	font-size:1.5em;
	margin:0 0 1em;
	text-align:center;
}

#maincontent p {
	margin:1em 0;	
}



/*  footer
******************************************************************/

#footer ul { 
	text-align: center; 
	background-color:#000;
	list-style-type: none;
}

#footer li { 
	float: left; 
}
#footer a {  
	padding:0em .6em;
	font-size: 0.6em;  
	text-decoration: none;
	border-right: 1px solid #fff;
}

#footer a:link, #footer a:visited  { color: #fff;}
#footer a:hover, #footer a:active, #footer a:focus { text-decoration:underline;}


/*  navigation
******************************************************************/

#logo a {
	display:block; 
	width:133px; 
	height:100px;
	text-indent:-2000px;
}

#navHeader { background-color:#000;}
#navHeader a { 
	color:#fff; 
	text-decoration:none;
	font-weight: bold; 
	font-size:13px;
}
/*
#menubar ul { 
	float: left; 
	width: 100%; 
	clear: both; 
	background-color:#000;
	list-style-type: none; 
	height: 23px;
}

#menubar li { 
	float: left; 
	text-align: center;  
	margin-top: 0em;
}
#menubar a { 
	display: block; 
	float: left; 
	width: 100%; 
	padding: 0em 0; 
	font-size: 0.8em; 
	font-weight: bold; 
	text-decoration: none;
	border-right: 1px solid #fff;
}

#menubar a:link, #menubar a:visited { color: #efefef;}
#menubar a:hover, #menubar a:active, #menubar a:focus { color: #fff;}
#menubar #act0 { width: 130px; border-left: none;}
#menubar #act1 { width: 130px;}
#menubar #act2 { width: 130px;}
#menubar #act3 { width: 130px;border-right: none;}
*/

.menuItem{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menu a {
	color:#FFF;
	text-decoration:none;
}

.menu a:hover {
	color:#aaa; 
}
/*
.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	background-color:#000;
	font-size:.7em;
}
.menu a {
	color:#FFF;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	background-color:transparent;
}
.menu a:hover {
	background-color:#013b50;
	color:#fff;
}
*/
body table.namevalue {width:480px;}

/*  RSS
******************************************************************/
.rssButton
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px;
    font:bold .7em verdana,sans-serif;
    color:#FFFFFF;  
    background-color:#ff6600;
    text-decoration:none;
    margin:0;
    vertical-align:middle;   
}
.rssButton:link, .rssButton:hover, .rssButton:visited
{    
	color:#FFFFFF;   
}


