body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #FFFFFF;
	background-position: right;
	background-repeat: repeat-y;
}
#header {
	background-color: #000000;
	min-width: 800px
	}
#header h1 {
	margin: 0;
}

/* 	The parent container for the sidebar and maincontent DIVs */
#mainwrapper {
}

/* 	We float both the maincontent and sidebar DIVs right.
	Since sidebar comes first in the markup, it assumes
	the rightmost position. By floating both DIVs, we
	eliminate inherent bugs in IEPC and create a more
	stable layout.
	
	Width is calculated so that the sum of the sidebar and
	maincontent DIVs plus their left padding, right padding,
	left border, and (or) right borders is equal to the width
	of the mainwrapper DIV. */
#maincontent {
	margin: 0;
	padding: 20px 20px 20px 40px;
	font-size: 0.9em;
	text-align: left;
	background-image: url(images/grayleft.gif);
	background-position: left;
	background-repeat: repeat-y;
	float: left;
	width: 450px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar {
	float: left;
	padding: 20px 20px;
	font-size: 0.6em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #848E75;
	width: 110px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(images/logos/gradient.jpg);
}

/* 	We set the top margin on the UL that holds the navbar */
#photo
{
	font-weight: bold;
	font-size: 0.6em;
	border-left: #CCCCCC 1px solid;
	border-right: #000000 2px solid;
	border-top: #CCCCCC 1px solid;
	border-bottom: #000000 2px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}#nav {
	margin: 1em 0 1em 0;
	padding: 0;
}

/* 	We set the bottom margin of each list item to 1px and
	we turn off the default bullet character. */
#nav li {
	list-style-type: none;
}

/* 	For navbar links only - We turn off underlines, assign
	3px padding, a border, a background color, a text color
	and we set the link to display block which makes it act
	like a "button" */
#nav a, #nav a:visited {
	text-decoration: none;
	padding: 5px 5px 5px 0px;
	display: block;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

/* 	the hover class is obvious. Active serves a dual purpose. In
	all browsers, it is triggered when the mouse is down and
	releases when the link loses focus. In IEPC it also is the
	state of the link when tabbed to using the keyboard. Focus
	is triggered when the link is tabbed to in browsers other
	than IEPC. */
#nav a:hover, #nav a:active, #nav a:focus {
	text-align: left;
	border-top-color: #010000;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 1.2em;
	margin: 24px 0px 0px;
}

#footer {
	padding: 10px;
	clear: both;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	text-decoration: none;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #848E75;
}
#footer p {
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em
	}
