html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-image: url(images/dot_wide.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#banner {
	position: absolute;
	width: 100%;
	height: 164px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	color: #666666;
	
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
}
#banner a, #banner p {
	padding-left: 324px;
}
#mainmenu {
	position: absolute;
	margin: 0px;
	padding: 60px 0px 0px 8px;
}
#mainmenu p {
	margin: 0px;
	padding: 4px;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
}
#mainmenu p a:link, #mainmenu p a:visited {
	color: #666666;
	text-decoration: none;
}
#mainmenu p a:hover, #mainmenu p.sel a {
	color: #99CC33;
	text-decoration: none;
}
#menu {
	width: 295px;
}
#left_menu {
	position: absolute;
	width: 300px;
	margin-top: 165px;
	padding-top:7px;
}
#content {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	
	position: absolute;
	margin: 165px 0px 0px 311px;
	padding: 8px;
}
#content h2 {
	color: #333;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
}
.english_desc {
	color: #666666;
	width: 600px;
}
.spanish_desc {
	color: #999999;
	width: 600px;
}
.nav_title {
	color: #666666;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}

#content p {
	margin-top: 0px;
	padding-top: 0px;
}
#content table {
	padding-bottom: 12px;
}
#content a:link, #content a:visited {
	color: #666666;
	text-decoration: none;
}
#content a:hover {
	color: #99CC33;
	text-decoration: none;
}
#details {
	visibility: hidden;
	width: 600px;
}
#site_title {
	padding-top: 20px;
}


.cv_table {
	width: 600px;
	border: 0px solid #cccccc;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
.cv_tablecontent {
	border: 0px solid #cccccc;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
.cv_tablecontent .english_desc {
	color: #666666;
	width: auto;
}
.cv_tablecontent .spanish_desc {
	color: #999999;
	width: auto;
}
.cv_tablecontent p {
	padding-top: 0px;
	margin-top: 0px;
}
.cv_tablecontentdate {
	border: 0px solid #cccccc;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	color: #666666;
	width: 115px;
}
.cv_header {
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #666666;
}

.nav_thumb{
	border: 1px solid #999999;
	margin: 2px;
	margin-right:10px;
}

a:hover .nav_thumb{
	border: 2px solid #99CC33;
	margin: 1px;
	margin-right:9px;
}

.backtotop {
	text-align:right;
}