html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	margin: 0px auto;
	font: 12px Arial,Tahoma;
	color: #000;
	background-color: #3c4b5f;
	width: 100%;
}

img
{
	border: 0px;
	display: block;
}

table
{
	border: 0px;
	border-collapse: collapse;
}

table td
{
	padding: 0px;
	vertical-align: top;
}

.layout
{
	background: url('imgs/mainBkg.jpg') no-repeat 628px 0px;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}

.container { width: 628px; }
:focus { -moz-outline-style: none; }

a
{
	font: 12px Arial,Tahoma;
	color: #45233c;
	text-decoration: none;
}

a:hover
{
	color: #313131;
	text-decoration: underline;
}

.gen td
{
	padding: 5px;
	|: ;
}

/**************navigation******************/
#nav
{
	background-color: #5f6e82;
	vertical-align: top;
	width: 173px;
	height: 100%;
}

#nav a
{
	font: bold 12px Arial,Tahoma;
	color: #d6d6d6;
	line-height: 24px;
	padding-left: 5px;
	margin-bottom: 0px;
	text-decoration: none;
	border-bottom: 0px solid #0f492e;
	display: block;
}

#nav a:hover
{
	color: #fff;
	text-decoration: underline;
}

#nav ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
	clear: left;
}

#navmain li
{
	padding: 0px;
	margin: 0px;
	float: none;
	clear: left;
}

#navmain
{
	border: 0px solid red;
	list-style-type: none;
	margin: 0px 10px 0px 15px;
	font-weight: bold;
	color: #d6d6d6;
}

#navmain .mainli
{
	padding: 0px 5px 1px 0px;
	margin: 0px 0px 0px 0px;
}

#navmain a.catlink
{
	padding-bottom: 0px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	color: #d6d6d6;
	text-decoration: none;
	border-bottom: 0px solid #3a4c63;
}

#navmain a.catlink:hover { text-decoration: none; }

#navmain .cat
{
	display: none;
	margin: 0px;
}

#navmain .catli
{
	border-top: 0px solid #eaeaea;
	padding: 0px 0px 0px 7px;
}

#navmain a.sublink { color: #d9d9d9; }
#navmain a.sublink:visited { color: #999; }

#navmain .subli
{
	display: block;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 2px;
	height: auto;
}

#navmain a.item
{
	color: #d6d6d6;
	border: 0px;
	display: inline;
	padding: 0px 0px 0px 4px;
	font-weight: normal;
	text-transform: none;
}

#navmain a.item:visited { color: #ecdec6; }
#navmain .subli a:hover { text-decoration: underline; }

#nav_email
{
	padding-top: 6px;
	padding-bottom: 8px;
	font: 11px arial,tahoma,sans-serif;
	color: #d9d9d9;
}

/******************************/
#header
{
	background: url('imgs/header.png') no-repeat #9d7c54;
	height: 125px;
	width: 874px;
	border: 0px;
}

.title
{
	font: bold 20px Arial;
	color: #3a4c63;
}

#left
{
	background: url('imgs/leftBkg.jpg') no-repeat #3a4c63;
	width: 127px;
	height: 100%;
}

#projects table { width: 775px; }
#projects td { padding: 0px; }

#show td
{
	vertical-align: top;
	padding: 5px;
}

#projects a
{
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#projects a:hover { color: #CFBDA8; }

#projects .project_pages a
{
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#projects .project_pages a:hover { color: #9D7C54; }

#bottom
{
	width: 1000px;
	height: 59px;
	border: 0px;
}

#foot
{
	background-color: #9d7c54;
	font: 12px arial;
	color: #5f6e82;
	padding: 10px;
	height: 24px;
}

#foot a
{
	font: 12px arial;
	color: #5f6e82;
	text-decoration: none;
}

#foot a:hover
{
	color: #5f6e82;
	text-decoration: none;
}


.textareabox
{
	font: 11px Arial,Verdana;
	border: 1px solid black;
}

.selectbox { font: 11px Arial,Verdana; }

.inputbox
{
	font: 11px Arial,Verdana;
	border: 1px solid black;
}

.inputbutton
{
	font: bold 11px Arial,Verdana;
	background-color: #CCCCCC;
	border: 1px solid black;
}