/* CSS Document */


/* Burgundy #481200 */
/* Light Brown #993300 */

/* Light background #E4DCD9 */

html, body {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	background-color: #481200;
	background-image: url(../images/bk.jpg);	
	background-repeat: repeat-x;
	color: #383838;
	margin: auto;
	margin-top: 10px;
	text-align: center;

	}

	body a {
		color: #333333;
		text-decoration:underline;
		}
		
	body a:hover {
		color: #990000;
		border-bottom: none;
		}


#pgcontainer {
	width: 780px;
	margin: auto;
	height: auto;
	background-color:#FFFFFF;
	min-height: 600px;
	text-align: left;
	}



#top {
	width: 780px;
	margin: auto;
	height: 200px;
	background:  url(../images/nav-back.gif) no-repeat;
	}

#logo {
	float: left;
	border: none;
	}
	#logo a {
	text-decoration: none;
	border: none;
	}
	#logo a:hover {
	text-decoration: none;
	border: none;
	}	
	#logo a:visited {
	text-decoration: none;
	border: none;
	}
		
	#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 200px;
	margin-left: 570px;
	line-height: 22px;
	clear: none;
	}
	#nav .padding {
	padding-top: 38px;
		}

	#nav a {
	padding: 4px;
	color: #000000;
	text-decoration: none;
	}

	#nav a:hover {
	text-decoration: none;
	background: #990000;
	color: #FFFFFF;
	}

	#nav a:active {
	color:#1C1A1A;
	text-decoration: none;
	}


#middle {
	width: 780px;
	margin: auto;
	background: url(../images/middle-back.gif) repeat-y;
	min-height: 200px;
	clear: both;
	}
	
	#image {
	float: left;
	width: 290px;
	}
	
	#copy {
	margin-left: 340px;
	width: 390px;
	}
	#copy .padding{
	padding-top: 45px;
	padding-bottom: 35px;
	}
	
	#copy .pagetitle {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#990000;
	padding-bottom: 25px;
	line-height: 30px;
	}

#footer {
	clear: both;
	border-top: solid 1px #CCCCCC;
	height: 100px;
	font-size: 10px;
	color: #999999;
	line-height: 13px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#footer .padding {
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-left: 10px;
	}
	
	#footer a {
		color: #6B6458;
		text-decoration: none;
		}
	
	#footer a:hover {
		color: #B78547;
		text-decoration: none;
		}
	
	#footer a:active {
		color: #6B6458;
		text-decoration: none;
		}	
		
	#footer #swiglogo {
	float: right; 
	width: 155px;
	text-align: left;
	}
	
	li {
	margin: 0px;
	padding: 0px;
	}
	
	ul {
	margin-left: 5px;
	padding-left: 10px;
	}