* {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border:0;
}


body {
	text-align:center;
	margin:0;
	padding:0;
	margin-top: 10px;
}

div.container {
	text-align:left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

table td{
	vertical-align:top;
}

table {
	padding:0;
	margin:0;
}



#main_left, #projects_left {
	width: 305px;
	text-align:right;
	padding-right: 20px;
	padding-bottom: 20px;
}


#main, #projects_main {
	width: 375px;

}


#main, #main_left {
	padding-top: 20px;

}

#main h1, #projects_main h1 {
	font-size: 18px;
	margin:0;
	padding:0;
	margin-bottom: 5px;
}

#projects_main h1 {
	margin-bottom:0;
}

#main h2, #projects_main h2 {
	color: #850E34;
	margin:0;
	padding:0;
	padding-top: 5px;
}

#main p, #projects_main p {
	padding:0;
	padding-top: 2px;
	padding-bottom: 5px;
	margin:0;
}


#projects_main h1 a {
	font-size: 18px;
	color: black;
	text-decoration:none;
}

#projects_main a:hover {
	text-decoration:underline;
}

#footer {
	font-size: 10px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
	margin-top: 10px;
}

#footer table {
	width:800px;
}

#footer td {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer a {
	font-size: 10px;
	color: white;
	text-decoration: none;
}

#footer td.left {
	font-weight: bolder;
}

#footer a:hover {
	text-decoration: underline;
}

#footer td.right {
	text-align:right;
}


#footer td.bottom {
	color: black;
}

#footer td.bottom span {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer td.bottom a {
	color: black;
}












#navigation {
	margin-top: 3px;
	background-repeat: repeat-x;
	font-size: 13px;
	padding-top: 9px;
	padding-bottom: 12px;
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
	height: 13px;
	padding-left: 70px;

}



div#navigation span.spacer {
}


#nav, #nav ul {
	list-style:none;
	margin:0;
	padding:0;
}


#nav ul li {
	text-align:left;
	font-size: 10px;
	background-color: white;
	color: black;
	border-bottom: 1px solid #666;
}

#nav ul li a {
	color: black;
	text-decoration: none;
	display:inline;
	font-weight:normal;
}
#nav ul li a:hover {
	text-decoration: underline;
}

#nav a {
	color: white;
	text-decoration: none;
	z-index:99;
	/*width: 10em;*/
	padding-bottom: 8px;
	display:block;
}

#nav li {
	float:left;
	/*border: 1px solid black;*/
	width: 110px;
	text-align:center;
}

#nav li ul {
	position: absolute;
	background-color: #eee;
	left: -999px;
	letter-spacing: 0px;
	margin:0;
	padding:0;
	border: 1px solid #666;
	border-bottom:0;
	width:150px;
}

#nav li ul li {
	text-align:left;
	background-color: #eee;
	padding:0;
	margin:0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	width:140px;
}

#nav div {
	text-align:left;
}

#nav ul {
	/* border-top: 5px solid #9a663f;*/
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}

.ccolor, .ccolor a {
	color: #fecc00;
	text-decoration: none;
}

.ccolor2, .ccolor2 a {
	color: #C96600;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}
