html {
	height: 100%;
}
body {
	margin: 0;
	background-color: #ffffcc;
	width: 100%;
	height: 100%;
	font-family: "trebuchet ms", tahoma;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #4e771e;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-image: url('images/list_green.png');
}
h1,h2,h3,h4 {
	color: #000066;
}
dd {
	font-weight: bold;
}
input, textarea, select, submit {
	font-family: sans-serif;
	font-size: 10pt;
	border: 1px solid #999999
}
hr {
	color: #ccff99;
	width: 70%;
}
#CenterCol {
	background-image: url('images/bkgCenCol.png');
	background-repeat: repeat-y;
	margin: 0 auto -18px;
	width: 820px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	background-color: #ccff99;
	background-image: url('images/headback.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 150px;
}
#logo {
	float: left;
}
/*************************** Main Links ********************/
#navLinks {
	float: left;
}
#mainLinks {
	width: 475px;
	height: 30px;
	vertical-align: middle;
	text-align: center;	
	margin: 18px;
}
.topLinks {
	margin: 12px;
}
a:hover#link1 {
	border-bottom: 2px solid #0E1169;
}
a:hover#link2 {
	border-bottom: 2px solid #5F777E;
}
a:hover#link3 {
	border-bottom: 2px solid #B36B9A;
}
a:hover#link4 {
	border-bottom: 2px solid #749852;
}
a:hover#link5 {
	border-bottom: 2px solid #574C46;
}
#subLinks, a#sublinks {
	margin: 5px;
	text-align: center;
	font-family: "trebuchet ms", tahoma;
	font-size: 14pt;
	text-decoration: none;
}
.eachSubLink {
	padding: 20px;
}
.eachSubLinkA {
	text-decoration: none;
}
a:hover.eachSubLinkA {
	text-decoration: underline;
}
.smallLinks {
	font-size: 12pt;
	padding: 10px;
}
/********************** End Links *****************************/
.about {
	color: #0E1169;
}
.tech {
	color: #5F777E;
}
.art {
	color: #B36B9A;
}
.travels{
	color: #749852;
}
.etc {
	color: #574C46;
}
#content {
	padding: 0px 25px;
	font-size: 10pt;
}
/************************** Section styles *****************/
.floatRight {
	float: right;
	padding: 0px 20px;
}
.floatLeft {
	float: left;
	padding 0px 20px;
}
/********** Footer **********/
#footer, #push {
	height: 18px;
	text-align: center;
	font-size: 8pt;
}
