@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-right-style: non;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	
	
}
#wrapper #logo {
	height: 149px;
}

#wrapper #nav {
	font-size: 14px;
	color: #33CCFF;
	text-align: center;
	height: 100px;
	background-color: #333333;
}
#wrapper #nav a {
	color: #CC9966;
	text-decoration: none;
}
#wrapper #nav a:hover {
	color: #33CCFF;
}




#wrapper #nav a:active {
}
#wrapper #nav li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
#wrapper #headerImg {
	height: 370px;
	background-image: url(../../jpegs/Header.jpg);
	clear: both;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 14px;
}
h2 {
	font-size: 16px;
	color: #666666;
	padding-left: 16px;
}


td {
	margin: 0px;
	padding: 10px;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	
}

p {
	font-family: "Times New Roman", Times, serif;
	padding: 16px;
}



a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #left {
	width: 699px;
	height: 3000px;
	float: left;
	color: #333333;
}

#wrapper #bodyArea #left #table {
	height: 2200px;
	clear: both;
	padding-left: 3px;
	padding-top: 20px;
}
#wrapper #bodyArea #right {
	width: 250px;
	height: 3000px;
	float: right;
	background-color: #E2E2E2;
	color: #333333;
}
#bodyArea #right #table1 {
	padding-top: 20px;
	padding-left: 25px;
	clear: both;
	width: 220px;
	height: 1100px;
}
#wrapper #bodyArea #right #table1 td {
	border-bottom-right-radius: 0px;
	border-radius: 20px 0px 0px 20px;
	margin: 0px;
	padding: 0px;
	
}

#wrapper #footer {
	height: 150px;
	clear: both;
	background-color: #333333;
	vertical-align: middle;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	font-size: 12px;
}
