/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(images/bg.gif);
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 40px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:bold;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom:5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}

.links{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
a:link {
	color: #526464;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #526464;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	font-weight:bold;
}

.right{
float:right;
margin:10px;}
.style2 {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.image{
margin-left:2px;
margin-right:2px;
margin-top:10px;}

.image1{
margin-left:1px;
margin-right:1px;
margin-top:10px;}

#left {
	margin: 0px;
	width: 246px;
	height:400px;
	float: left;
	background-image:url(images/leftbg.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#right {
	margin: 0px;
	width: 685px;
	float: left;
	background-color:#FFFFFF;
}

#bot{
	clear:both;
	background-color:#000000;
	height:12px;}

#wrap {
	width: 931px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
.image_right{
	float:right;
	margin:10px;}
	
	

