@charset "utf-8";
/* CSS Document */

body {
	background-color:#9991E4;
	}
	
#main {
	margin:0 auto;
	width:650px;
	}
	
#header {
	position:relative;
	margin:0 auto;
	width:650px;
	height:106px;
	}
	
#content {
	position:relative;
	margin:0 auto;
	width:650px;
	overflow:auto;
	}
	
#leftcon {
	float:right;
	width:443px;
	min-height:400px;
	padding:15px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C6C6C;
	border-right-color: #6C6C6C;
	border-bottom-color: #6C6C6C;
	border-left-color: #6C6C6C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
#rightcon {
	float:left;
	width:170px;
	padding-right:5px;
	background-color:#9991E4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:right;
	}
	
#homeright {
	float:left;
	width:196px;
	height:600px;
	padding-right:15px;
}

#homeleft {
	float:right;
	width:232px;
	height:600px;
}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #FF9D7B;

}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
	
p {
	color:#333;
	font:Arial, Helvetica, sans-serif;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	}
	
.style2 {
	font-size:9px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 9px;
	}