body {
	background-color: #4c5b2d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	margin-bottom:25px;
}
a:link {
	color: #1059bc;
	text-decoration:none;
}
a:hover {
	color: #1059bc;
	text-decoration:underline;
}
a:visited {
	color: #1059bc;
	text-decoration:none;
}
img {
	border:0px;
}

#frame {
	margin-top: 5px;
	position: absolute;
	margin-left:-414px;
	left: 50%;
	width: 836px;
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}
#main {
	width: 836px;
	padding:10px;
	padding-bottom:21px;
  	background: black url(../images/bottom.gif) repeat-x bottom left;
	
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 816px;
}
/* ie6 ignores this selector */
html>body #main {
	width: 816px;
}
#navbar {
	background-color: #a6450b;
	width: 816px;
	height: 159px;
}
#login {
	text-align:right;
}
#login a:link {
	color: orange;
	text-decoration:none;
}
#login a:hover {
	color: orange;
	text-decoration:none;
	font-weight:bold;
}
#login a:visited {
	color: orange;
	text-decoration:none;
}
.content {
	position:relative;
	background-color: #FFFFFF;
	padding:10px;
	border-width:10px;
	border-style:solid;
}
.red {
	border-color:#e5a77e;
}

.green {
	border-color:#a7d09c;
}

.blue {
	border-color:#9ad2e5;
}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	position:absolute;
	padding:5px;
    bottom:0px;
	margin-bottom:0px;
}

.prop {
	height:640px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.googlevert {
	float:right;
}

.googlevert {
	position:absolute;
	right:5px;
	top:5px;
}

.googlehoriz {
	margin:20px;
	text-align:center;
}
.centercopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	text-align:center;
}

/**************************************************************************
Shadows
*/

div.shadow {
	float:left;
	padding-right: 11px;
	background: url(../images/right.gif) repeat-y top right;
	position: relative;
}

div.shadow div.topright {
	width: 11px;
	height: 11px;
	background: url(../images/top-right.gif) no-repeat top right;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.shadow div.bottomleft {
	width: 11px;
	height: 11px;
	background: url(../images/bottom-left.gif) no-repeat bottom left;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

div.shadow div.bottomright {
	width: 11px;
	height: 11px;
	background: url(../images/bottom-right.gif) no-repeat bottom right;
	position: absolute;
	bottom: -1px;
	right: 0px;
}
