body {
	margin:10px 0px 10px 0px;
	background-color: #D2DADF;
}
table {
	height: 100%;
	width: 100%;
	border: 0;
}

.bg_top {
	height: 4px;
	background-image: url("img/bg_top.gif");
	background-repeat: repeat-x;
}
.bg_top2 {
	height: 4px;
	background-image: url("img/bg_top2.gif");
	background-repeat: repeat-x;
}

.bg_bot {
	height: 4px;
	background-image: url("img/bg_bot.gif");
	background-repeat: repeat-x;
}
.bg_bot2 {
	height: 4px;
	background-image: url("img/bg_bot2.gif");
	background-repeat: repeat-x;
}

#bg_left {
	padding-right: 30px;
	height: 240px;
	width: 320px;
	
	background-color: #fff;
	text-align: right;
	vertical-align: middle;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1F1A17;
	line-height: 15px;
}
#bg_left a:active, #bg_left a:link, #bg_left a:visited {color: #707477; text-decoration: underline}
#bg_left a:hover {color: #1F1A17; text-decoration: underline}

#menu {
	width: 170px;
	background-color: #B1A090;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
	
	#menu a {
		font-family: Tahoma, Times, Arial, sans-serif;
		font-size: 12px;		
		color: #fff;
	}
	#menu a:active, #menu a:link, #menu a:visited {color: #fff; text-decoration: none}
	#menu a:hover {color: #fff; text-decoration: underline}
	
	#menu a.red:active, #menu a.red:link, #menu a.red:visited {color: #920000; text-decoration: none}
	#menu a.red:hover {color: #DA0000; text-decoration: underline} 
	
	ul {
		list-style: none;
		margin: 40px 0 0 25px;
		width: 120px;
		padding: 0;
		text-align: left;
	 }
	li {
		border-bottom: 1px solid #D4CBC2;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 2px;
	}

#content {
	width: 510px;
	background-color: #fff;
	vertical-align: middle;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1F1A17;
	
	line-height: 16px;
}
a:active, a:link, a:visited {color: #707477; text-decoration: underline}
a:hover {color: #1F1A17; text-decoration: underline}

p {
	margin: 20px 15px 25px 20px;
}

#flash {
	height: 300px;	
	text-align: center;
	vertical-align: middle;
}

#copy {
	height: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #5A5D5F;
	
	text-align: right;
	vertical-align: bottom;
}

#copy a:active, #copy a:link, #copy a:visited {color: #5A5D5F; text-decoration: none}
#copy a:hover {color: #5A5D5F; text-decoration: underline}

