/*RGB
Grays
Dark 	- (51,51,51)
		- (112,112,112)
		- (175,175,175)
Light	- (234,234,234)
White	- (255,255,255)
Soft Greens
Dark	- (39,89,43)
		- (59,139,65)
		- (131,201,137)
		- (188,225,191)
Light	- (228,243,230)
*/

body {
	background: rgb(233,233,233);
	background-image:url(images/homebtm.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: rgb(51,51,51);
	margin: 0;
}
#outer {
	margin: 0px auto 0 auto;
	width: 800px;
}
#header {
	text-align: center;
}
#title{
	position:absolute;
	left:39px;
	top:60px;
	color:rgb(59,79,98);
	font-family:Times New Roman;
	font-variant:small-caps;
	font-size:35px;
	text-align:center;
	margin-bottom:0px;
}
#title a{
	color:rgb(59,79,98);
	text-decoration:none;
}

/*begin .nav section*/
.nav {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	width: 800px;
	margin: 0px 0px 1px 0px;
	padding: 4px 0px 4px 0px;
}
.nav a {
	text-decoration:none;
	color:rgb(59,79,98);
	padding:5px;
	cursor:hand;
}
.nav a:hover {
	text-decoration:none;
	color:rgb(123,165,204);
	cursor:hand;
}
#navindent {
	margin-left:65px;
}
/*end .nav section*/
#img {
}
#subtitle {
	width: 800px;
	border-bottom: solid 1px rgb(123,165,204);
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	color:rgb(59,79,98);
	font-variant: small-caps;
}
#subtitle a {
	text-decoration: none;
	color: rgb(59,79,98);
	cursor: hand;
}
#subtitle a:hover {
	text-decoration: none;
	color: rgb(130,55,0);
	cursor: hand;
}
.content {
	font-size: 14px;
}
.content a {
	text-decoration: none;
	color: rgb(0,0,0);
	cursor: hand;
}
.content a:hover {
	text-decoration: none;
	color: rgb(100,100,100);
	cursor: hand;
}
#bluetoorange {

}
#bluetoorange a {
	text-decoration: none;
	color: rgb(59,79,98);
	cursor: hand;
}
#bluetoorange a:hover {
	text-decoration: none;
	color: rgb(255,133,43);
	cursor: hand;
}
#left {
	padding: 0px 10px 0px 0px;
	font-size: 14px;
}
#left a {
	text-decoration: none;
	color: rgb(59,79,98);
	cursor: hand;
}
#left a:hover {
	text-decoration: none;
	color: rgb(123,165,204);
	cursor: hand;
}
#right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
}
#right a {
	text-decoration: none;
	color: rgb(59,79,98);
	cursor: hand;
}
#right a:hover {
	text-decoration: none;
	color: rgb(123,165,204);
	cursor: hand;
}
#righttop {
	color: rgb(233,233,233);
	vertical-align: top;
	font-size: 14px;
	text-align: left;
	border: dotted 1px rgb(123,165,204);
	background: rgb(59,79,98);
	margin: 0px 0px 0px 10px;
	padding: 10px;
}
#righttop a {
	text-decoration: none;
	color: rgb(123,165,204);
	cursor: hand;
}
#righttop a:hover {
	text-decoration: none;
	color: rgb(255,133,43);
	cursor: hand;
}
#rightmid {
	vertical-align: top;
	color: rgb(233,233,233);
	font-size: 12px;
	border: dotted 1px rgb(123,165,204);
	background: rgb(59,79,98);
	margin: 5px 0px 0px 10px;
	padding: 10px;
}
#rightmid a {
	color: rgb(123,165,204);
	text-decoration: none;
	cursor: hand;
}
#rightmid a:hover {
	text-decoration: none;
	color: rgb(255,133,43);
	cursor: hand;
}
#rightbtm {
	vertical-align: top;
	color: rgb(233,233,233);
	font-size: 14px;
	border: dotted 1px rgb(123,165,204);
	background: rgb(59,79,98);
	margin: 5px 0px 0px 10px;
	padding: 10px;
}
#rightbtm a {
	color: rgb(123,165,204);
	text-decoration: none;
	cursor: hand;
}
#rightbtm a:hover {
	text-decoration: none;
	color: rgb(255,133,43);
	cursor: hand;
}
#footer {
	border-top: solid 1px rgb(123,165,204);
	padding: 10px 0 0 0;
	margin: 5px 0 10px 0;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: rgb(59,79,98);
	cursor: hand;
}
#footer a:hover {
	text-decoration: none;
	color: rgb(123,165,204);
	cursor: hand;
}
#authors {
	font-family: Times New Roman;
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}