a:link, a:visited, a:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #003300;
}

a:hover {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: white;
}


a.sidebarcomment:link, a.sidebarcomment:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: white;
}

a.sidebarcomment:hover, a.sidebarcomment:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: gray;
}


a.bluebox:link, a.bluebox:visited, a.bluebox:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #ADB583;
}

a.bluebox:hover {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: white;
}

a.redbox:link, a.redbox:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #ADB583;
}

a.redbox:hover, a.redbox:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: white;
}





a.linkbox:link, a.linkbox:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #003300;
}

a.linkbox:hover, a.linkbox:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: white;
}

a.sub:link, a.sub:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #ADB583;
}

a.sub:hover, a.sub:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: white;
}



/* I probably would have left off the border on the container, but
   Safari puts some sort of weird top margin on the div if there's
   no border. Silly, really. */

body {
	font: 12px Verdana;
	color: #000;
	background: white; 
	margin: 5px 0 5px 50%;
}  


#container {
	position: relative;
	width: 900px;
	background: white;
	margin: 0 0 0 -450px;
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
	border: 1px solid #003300;
}

#resume_container {
	padding: 10px;
}

#logincontainer {
	position: relative;
	width: 500px;
	background: white;
	margin: 0 0 0 -250px;
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
}

h3 a:link  {
	color: #003300;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
	
}

h1 {
	color: white;
	font: 35 px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
	text-align: left;
}
h2 {
	color: #003300;
	font: 30px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
}
h3 {
	color: #003300;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
}

h4 {
	color: #660000;
	font: 18px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
}

h5 {
	color: #660000;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
}




#header {
	color: white;
	height: 50px;
	padding: 10px;
	background: #003300;
	border-bottom: 1px dashed white;
}

#subtitle {
	font: 12px "Trebuchet MS", Verdana;
	width:600px;
	color:white;
	min-height:10px;
	padding:3px;
	background: #003300;
	
}

#bluebox {
	font: 14px "Trebuchet MS", Verdana;
	color:white;
	padding:3px;
	background: #003300;
	
}

#redbox {
	font: 14px "Trebuchet MS", Verdana;
	color:white;
	padding:3px;
	background: #660000;
	
}


#linkbox {
	color: white;
	min-height: 10px;
	padding: 3px;
	background: #ADB583;
	border-bottom: 1px solid #003300;
}




#leftcolumn{
	float:left;
	width: 145px;
	padding: 5px;
	margin-left: 5px;
}

#article_leftcolumn{
	float:left;
	width: 105px;
	padding: 5px;
	margin-left: 45px;
}


#rightcolumn{
	float:right;
	width: 195px;
	padding: 5px;
	margin-left: 5px;
}



#column{
	min-height: 600px;
	padding: 10px;
}

#middlecolumn{
	min-height: 600px;
	margin-right: 206px;
	margin-left: 161px;
	border-right: 1px solid #003300;
	border-left: 1px solid #003300;
	padding: 5px;
}

#article_middlecolumn{
	min-height: 600px;
	margin-right: 206px;
	margin-left: 161px;
	border-right: 1px solid #003300;
	border-left: 1px solid #003300;
	padding: 5px;
}



#footer {
	color:white;
	min-height: 10px;
	padding: 2px;
	background: #003300;
}

#pagetitle {
	padding: 5px;
	font: 16px "Trebuchet MS", Verdana;
	background: #ADB583;
	color: white;
	border: 1px solid #003300;
	}

#quote_box {
	padding: 5px;
	font: 12px "Trebuchet MS", Verdana;
	background: #ADB583;
	color: white;
	border: 1px dashed #003300;
	}



#pagesorter 
	{
	width:590px;
	padding: 5px;
	font: 12px "Trebuchet MS", Verdana;
	background: #ADB583;
	color: #003300;
	border: 1px solid #003300;
	}
	


#loginbox {
	width: 450px;
	padding: 5px;
	font: 16px "Trebuchet MS", Verdana;
	background: #ADB583;
	color: white;
	border: 1px solid #003300;
	}

	
#update
	{
	font: 30px "Trebuchet MS", Verdana;
	color: #660000;
	}

#comment
	{
	width: 500px;
	padding: 3px;
	border-top: 1px solid #ADB583;
	}

table {font-size: 100%;}






