body {
   font: 1em tahoma, verdana, arial, sans-serif;
   }
* {
   margin:0; padding:0;
   }


#container {
	width: 100%;
	margin: 10px 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

#bannerprint {
	padding: 0px;
	margin-bottom: ;
	background-color: rgb(255, 255, 255);
}

#bannerprint h1 {
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}


#banner {
	display: none;
}

#login {
	display: none;
}

#content {
	padding: 5px 0 0 0;
	margin-left: ;
	background-color: white;
}

#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 {
	display: none;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: ;
	font-color: grey;
	font-size: .8em;
	text-align: center;
	background-color: rgb(255, 255, 255);
}

.article {
	padding: 2px 0 0 0;
	margin-top: 2px;
	margin-bottom: 5px;
}

.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;
	font-weight: normal;
	text-decoration: none;
	padding:0;
}

.article a:hover{
	color: #ff213b;
	font-weight: normal;
	text-decoration: underline;
	padding:0;
}





#navcontainer {display: none; }

#navcontainer ul
{
display: none;}

#navcontainer li {display: none;}

#navcontainer a
{
display: none;}

#navcontainer a:hover
{
display: none;}

#navcontainer ul ul li { display: none;}

#navcontainer ul ul a
{
display: none;}

#navcontainer ul ul a:hover
{
display: 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 */


