html, body {margin: 0px; padding: 0;}

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	}

h1 {font-size: 1.2em; color: #000000}
h2 {font-size: 1.5em; color: #FF6600; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}
h3 {color: #3399CC; font-size: 1em;}

.indent {padding-left: 30px;}

#header {
	position: absolute;
	width: 100%;
	height: 155px;
	top: 0px;
	left: 0px;
	background-image: url(../layout/header_back.gif);
	background-repeat: repeat-x;
	}

#menu {
	position: absolute;
	width: 175px;
	top: 170px;
	padding-left: 5px;
	}
	#menu .nav {padding-left: 0px;}
	#menu .menu {padding-left: 2px;}
	#menu a.nav:link, a.nav:visited {	color: #666666; text-decoration: none; font-weight: bold;}
	#menu a.nav:hover, a.nav:active { color: #FF6600; text-decoration: underline; font-weight: bold;}
	#menu a.menu:link, a.menu:visited {	color: #0066CC; text-decoration: none; padding-left: 2px;}
	#menu a.menu:hover, a.menu:active { color: #FF6600; text-decoration: underline; padding-left: 2px;}

#content {
    position: absolute;
    width: 420px;
	top: 170px;
	left: 190px;
	color: #333333;
	line-height: 150%;
	}
	#content .content {padding-left: 30px; padding-right: 30px;}
	#content .highlight {color: #FF6600;}
	#content .item {color: #336699;}
	#content .intro {color: #333333; font-weight: bold;}
	#content .fade {color: #808080; }
	#content ul {list-style-image: url(../layout/rlist.gif); line-height: 18px}
	#content .imgicon {float: left;	margin-right: 10px;}
	#content .imgpage {float: right;	margin-right: 10px; }
	#content a:link, a:visited {color: #0066CC; text-decoration: underline; }
	#content a:hover, a:active {color: #FF6600; text-decoration: none; }
	#content hr {color: #f1f1f1; height: 1px; border: none; background-color: #f1f1f1;}
	#content .quotes {color: #FF6600; font-weight: bold;}
	#content .sq_corner {background-image: url(../layout/sq_corner.gif); background-repeat: no-repeat; padding-top: 20px; padding-left: 20px}

#gutter {
	position: absolute;
	width: 140px;
	top: 170px;
	left: 620px;
	line-height: 150%;
	}
	#gutter .nav  {padding-left: 0px;}
	#gutter .menu  {padding-left: 2px;}
	#gutter a:link, a:visited {color: #0066CC; text-decoration: underline; }
	#gutter a:hover, a:active {color: #FF6600; text-decoration: none; }

#footer {
	color: #808080;
	padding-top: 20px;
	padding-bottom: 50px;
	}
	#footer hr {color: #f1f1f1; height: 4px; width: 100%; border: none; background-color: #f1f1f1;}
	#footer a:link, #footer a:visited {	color: #333333; text-decoration: none;}
	#footer a:hover, #footer a:active { color: #0066CC; text-decoration: underline;}

#branding {
	visibility: hidden; 
	text-align: center;
	}

#contact {
	visibility: hidden; 
	text-align: center;
	}
