@charset "utf-8";
body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
}
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

.slogan {
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;
}

#header ul {
	margin:0;
	list-style:none;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:right;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
	float:right;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-image: url(images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header a span {float:none;}

#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

.logo {
	top: 0px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	color: #000;
}

#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 0 3px 8px; 
	font: bold 100% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(images/bullet.gif) no-repeat 3px 2px;	
	padding: 1px 5px 3px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

#main {
	float: right;
	margin: 0; padding: 0;

}
#main h1 {
	margin: 10px 0;
	padding: 3px 0 3px 8px; 
	font-size: 100%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}

#photo h1 {
	margin: 10px 0 0 0; 
	padding: 3px 0 3px 8px; 
	font: bold 100% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;

 
  border-left: 3px solid #CC0000;
}


.codefont
{
font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}

.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.grayunderline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}

.grayrightleftunderline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}.atright {
	text-align: right;
}
.redunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
	
}
.redbutton {
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	cursor: pointer;
}
.topbg {
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
