body {
	margin: 0px;
	background: #572e6f url(images/bg.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

.errorbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF3300;
	font-weight: bold;
	background-color: transparent;
}



a { 
color: #572e6f;
 }
a.noline { 
	color: #666666;
	text-decoration: none; }
a.noline:hover { text-decoration: underline; }
a.noline:visited { color: #666666; }
a.noline:hover:visited { color: #666666; }

a.home { 
	color: #ffffff;
	text-decoration: none; }
a.home:hover { text-decoration: underline; }
a.home:visited { color: #ffffff; }
a.home:hover:visited { color: #ffffff; }

a.home2 { color: #ffffff;}

.clear {
	height:0;
	clear:both;
	overflow:hidden;
	} 
h1  {
	font-weight: bold;
	color: #572e6f;
	font-size: 14px;
	margin:30px 0 0 0;
	padding:0;
}
h1 a {
	color: #572e6f;
	text-decoration:none;
	}
#home h1 {
	color: #fff;
	font-style: italic;
	font-size:19px;
	font-weight:normal;
	margin:30px 0 0 0;
	*margin:50px 0 0 0;/*IE double padding fix  */
	}
p {
	*margin:10px 0 0 0;/*IE double padding fix  */
	}
h3 { /* use for page titles only  */
	background:url(images/title_bg.gif) no-repeat right top;
	color:#572E6F;
	font-style: italic;
	font-size:19px;
	height:174px;
	font-weight:normal;
	padding:30px;
	margin:0;
	left:523px !important; 
	top:0 !important;
	left:481px; /* IE6 fix  */
	top:4px; /* IE6 fix  */
	position:absolute;
	text-align:right;
	width:150px;
	line-height:23px;
}

#container { 
	width: 946px; 
	margin: 0 auto;
}

a#logo {
	display:block;
	width:430px;
	height:99px;
	background:url(images/logo.gif) no-repeat 15px 27px;
	
	}

#pageContent {
	margin: 0 0 0 205px;
	border:#725082 solid 4px;
	background:#fff url(images/pageContent_bg.jpg) no-repeat left bottom;
	padding:0 180px 50px 42px;
	*padding:40px 180px 50px 42px; /* IE fix  */
	position:relative;
	 /*min-height:550px;*/
	}
	
#home #pageContent { 
	height: 409px;
	min-height: 409px;
	padding:30px 300px 0 42px;
	background: url(images/home_bg.jpg) -4px;
	color:#FFFFFF;
	line-height: 20px;
	
}

#navbar {
	float: left; 
	width: 205px;
}

#navbar a {
	background:url(images/nav.gif) no-repeat 14px center;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial;
	padding:8px 0 8px 30px;
	font-size:15px;
}
#navbar a:hover, #navbar a.select {
	background:url(images/nav_on.gif) no-repeat 14px center;
	}
a#login {
	background:url(images/login_button.gif);
	padding:0;
	width:71px;
	height:27px;
	text-align:center;
	margin:15px;
	line-height:22px;
	
	}
a#logout {
	background:url(images/login_button.gif) no-repeat;
	padding:3px 12px;
	text-align:center;
	margin:58px 0 0 10px;
	font-family: "Trebuchet MS", Arial;
	font-size:15px;
	color:#fff;
	height:40px;
	float:right;
	text-decoration:none;
	 }
a#login:hover, a#logout:hover {
	background:url(images/login_button_over.gif)  no-repeat;
	}
#greeting {
	color:#fff;
	font-weight:bold;
	float:right;
	width:400px;
	text-align:right;
	padding-top:62px;
	}

#footer {
	font-family: Tahoma;
	color: #ffffff;
	text-align:right;
	padding:10px 0;
}
#footer a{
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
