/* CSS Document */

html, body {
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
}
html>body #container {
    height: auto;
}
#content a {
	text-decoration: none;
	border: 1px solid #ffffff;
}
#content a:hover {
	text-decoration: none;
	border: 1px solid #dddddd;
}
#container {
    position: relative;
    min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

#container .spacer {
	height: 82px;
}

#container .page_title {
	padding-top: 30px;
	padding-right: 30px;
}
#container h1 {
	font-face: Georgia;
	font-size: 24px;
	font-weight: bold;
}
#container h2 {
	font-face: Georgia;
	font-size: 18px;
	font-weight: bold;
}
#navigation {
	width: 100%;
	height: 40px;
	background-color: #760000;
	font-family: Georgia;
	font-size: 18px;
	color: #ffffff;
	padding-top: 1px;
}

#navigation ul {
	list-style-type: none;
	display: inline;
}

#navigation .spacer {
	height: 10px;
}

#navigation ul li a {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-family: Georgia;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #edf1cc;
	text-decoration: none;
	border-bottom: 2px solid #333333;
}

#navigation li {
	display: inline;
}

img { display: block; }

.box_outline {
	padding: 3px;
	border: 1px solid #333333;
}

.topright_bar {
	width: 100%;
	height: 39px;
	background-color: #edf1cc;
	padding-left: 10px;
}

#content {
	width: 100%;
}

#content p {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

#content p span {
	font-family: Arial;
	font-size: 12px;
	color: #760000;
}

#content .projectbox {
	padding: 3px;
}

#content .projectbox_alt {
	padding: 3px;
}

#content .projectbox span {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	border: 1px solid #dddddd;
	padding: 3px;
	width: 97%;
	background-color: #F7F7F7;
	display: block;
}

#content .projectbox_alt span {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	border: 1px solid #edf1cc;
	padding: 3px;
	width: 97%;
	display: block;
}

.rightcontent {
	height: 370px;
}
#footer {
	width: 100%;
	height: 40px;
	background-color: #760000;
	font-family: Georgia;
	font-size: 10px;
	color: #ffffff;
	position: absolute;
    bottom: 0px;
}

#footer ul {
	list-style-type: none;
	display: inline;
}
#footer li {
	display: inline;
}
#footer .spacer {
	height: 12px;
}
#footer a {
	font-family: Georgia;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #edf1cc;
	text-decoration: none;
}

