body {
   font: 1em tahoma, verdana, arial, sans-serif;
   }
* {
   margin:0; padding:0;
   }


#container {
	width: 693px;
	\width: 713px;
	w\idth: 693px;
	border: 1px solid gray;
	margin: 10px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	padding: 0px;
	margin-bottom: ;
	background-color: rgb(255, 255, 255);
}

#bannerprint {
	display: none;
}

#content {
	padding: 5px 0 0 0;
	margin-left: ;
	background-color: white;
	float: right;
	width: 540px;
}

#login {
}

#login h1 {
	font-size: .8em;
	color: #00213b;
	font-weight: normal;
	padding:0;
	text-align: right;
	border: solid #00213b;
	border-width: 0 0 0px 0;
}


#introduction {
}

#introduction h1 {
	font-size: .9em;
	color: #00213b;
	font-weight: bold;
	padding:0;
	text-align: left;
	border: solid #00213b;
	border-width: 0 0 1px 0;
}

#introduction h2 {
	font-size: .9em;
	color: #00213b;
	font-weight: normal;
	padding:0;
	text-align: justify;
}

#introduction h3 {
	font-weight: normal;
	width:120px;
	float:left;
	color: #00213b;
	border: none;
	border-width: 0;
	font-size: .9em;
	text-align: left;
	padding: 0;
	margin: 0;
	}

#introduction h4 {
	font-weight: normal;
	color: #00213b;
	border: none;
	border-width: 0;
	font-size: .9em;
	text-align: left;
	padding: 0;
	margin: 0 0 0 120px;
	}

#introduction a{
	color: #00213b;
	font-weight: normal;
	text-decoration: none;
	padding:0;
}

#introduction a:hover{
	color: #ff213b;
	font-weight: normal;
	text-decoration: underline;
	padding:0;
}

#recentwork {
	padding: 10px 0 0 0;
}

#recentwork h1 {
	font-size: .9em;
	color: #00213b;
	font-weight: bold;
	padding:0;
	text-align: left;
	border: solid #00213b;
	border-width: 0 0 1px 0;
}

#recentwork h2 {
	font-size: .9em;
	color: #00213b;
	font-weight: normal;
	padding:0;
	text-align: justify;
}


#sidebar-a {
	float: left;
	width: 140px;
	margin: 0;
	margin-right: ;
	padding: 5px 5px 0 0;
	background-color: rgb(255, 255, 255);
	font-size: .8em;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: ;
	font-color: grey;
	font-size: .8em;
	text-align: center;
	background-color: rgb(255, 255, 255);
}

#commentform  {
	padding: 2px 0 0 0;
	margin-top: 2px;
	margin-bottom: 5px;
}

#commentform h2 {
	font-weight: normal;
	width:120px;
	float:left;
	color: #00213b;
	border: none;
	border-width: 0;
	font-size: .8em;
	text-align: left;
	padding: 0;
	margin: 0;
	}

#commentform h3 {
	font-weight: normal;
	color: #00213b;
	border: none;
	border-width: 0;
	font-size: .8em;
	text-align: left;
	padding: 0;
	margin: 0 0 0 120px;
	}

.comment {
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 5px 0px;
	border-color: #00213b;
	border-style: dotted;
	border: 1px 1px 1px 1px;
	background-color: #eeeeee;
}

.comment h1 {
	font-size: .75em;
	color: #00213b;
	font-weight: bold;
	padding:0;
	text-align: left;
}

.comment h2 {
	font-size: .75em;
	color: #00213b;
	font-weight: normal;
	padding:0;
	text-align: left;
}


.article {
	padding: 2px 0 0 0;
	margin: 2px 0 5px 0px;
}

.article img {
	float:left;
	border: 1px solid black;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}

.article h1 {
	font-size: .75em;
	color: #00213b;
	font-weight: bold;
	padding:0;
	text-align: left;
}

.article h3 {
	font-size: .75em;
	color: #00213b;
	font-weight: normal;
	padding:0;
	text-align: left;
	font-style: italic;
}

.article h2 {
	font-size: .75em;
	color: #00213b;
	font-weight: normal;
	padding:0;
	text-align: justify;
}

.article a{
	color: #00213b;
	text-decoration: none;;
}

.article a:hover{
	color: #00213b;
	text-decoration: underline;;
}





#navcontainer { margin-left: 0px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 120px;
color: #fff;
background-color: #00213b;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 105px;
color: #fff;
background-color: #036;
text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover
{
color: #ff0;
}


#navcontainer ul ul a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


