/*************/
/* Structure */
/*************/

body {
	background: #918963;
	font: 11px helvetica, verdana, arial, sans-serif;
	color: #ffffff;
}

a {
	color: #19352e;
	text-decoration: none;
	border-bottom:1px dotted;
}

a:hover {
	color: #afa780;
	background: #19352e;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 0px;
	text-align: center;
}


/*************/
/* Container */
/*************/

#container {
	background: #d6cc99;
	min-height: 750px;
	width: 1000px;
	margin-top: 20px;
	border-right: 	4px solid #19352e;
	border-bottom: 	3px solid #19352e;
}

#title {
	background: #d6cc99 url("../images/sa-title.png");
	background-repeat:no-repeat;
	width: 1000px;
	height: 75px;
}

#title-text {
	float:left;
	width: 100%;
	margin-top: -10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font: 22pt times, arial, sans-serif;
}

#title-sub {
	padding-left: 10px;
	text-align: left;
	font: 10pt arial, sans-serif;
}

#title-sub a {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

#title-sub a:hover {
	color: #ffffff;
}

#login {
	background: transparent;
	width: 975px;
	height: 15px;
	text-align: right;
	color: #19352e;
}

#login a {
	color: #19352e;
	text-decoration: none;
	border-bottom:1px dotted;
}

#login a:hover {
	color: #afa780;
	background: #19352e;
}

#body {
	color: #19352e;
	min-height: 750px;
	background: transparent;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#left {
	width: 275px;
	height: 100%;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}

#right {
	background: #ffffff;
	height: 700px;
	overflow: scroll;
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 685px;
	float: right;
}

#ad {
	margin-top: 10px;
}

#error {
	background: #ffffff;
	color: #ff0000;
	font-size: 14pt;
}

#footer {
	color: #19352e;
	background: transparent;
	width: 1000px;
	min-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#footer-left {
	padding-left: 20px;
	text-align: left;
}
#footer-right {
	padding-right: 20px;
	text-align: right;
	float: right;
}

/*************/
/* Classes   */
/*************/


.lnav {
	padding-left: 5px ;
	padding-top: 5px ;
	text-align: left;
}

.lnav li {
	list-style-type: none;
}

.lnav li a {
	color: #19352e;
	text-decoration: none;
	border-bottom:none;
}

.lnav li a:hover {
	color: #ffffff;
	background: #19352e;
}

