/* CSS Document */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #e1f3c5;
	color:#000;
	padding: 0px;
	text-align: center;
}
#main{
	background-color: #FFFFFF;
	left: 50px;
	width: 805px;
	height: 100%;
	top: 0px;
	border: 2px #4682B4 solid;
	text-align: left;
	margin: auto auto;
}
#gradient{
	background:#FFFFFF url(images/gradient_full_30.gif) repeat-y;
	left: 50px;
	width: 834px;
	height: 100%;
	margin: auto auto;
	z-index:10;
}
#left{
	float: left;
	margin: 5px;
}
#center1{
	float: left;
	margin: 5px;
}
#center2{
	float: left;
	margin: 5px;
}
#right{
	float: left;
	margin: 5px;
}
#wrapper{
	width: 135px;
	margin-bottom: 0px;
	padding: 1px;
 	border: 1px #4682B4 solid;
	font: bold;
	color: #FFA07A;
}
#largebox{
	width: 581px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px #4682B4 solid;
	background-color: #FFFFFF
}
#largebox h1 {
	background-color: #4682B4;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin:0px 0px 0px 0px;
}
#largebox p {
	margin: 5px;
}
#superlargebox{
	width: 781;
	margin-bottom: 2px;
	padding: 0px;
	border: 1px #4682B4 solid;
	background-color: #FFFFFF;
}
#superlargebox h1 {
	background-color: #4682B4;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin:0px 0px 0px 0px;
}
#superlargebox p {
	margin: 5px;
}
#smallbox{
	width: 180px;
	margin-bottom: 5px;
	padding: 3px;
 	border: 1px #4682B4 solid;
}
#smallbox h1 {
	background-color: #4682B4;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin:0px 0px 0px 0px;
}
#smallbox h3 {
	background-color: #FFFFFF;
	color: #FFA07A;
	font-size: 18px;
	text-align: center;
	margin:0px 0px 0px 0px;
}
#smallbox p {
	margin: 3px;
}
#smallbox B {
	color: #FFA07A;
}

#links{
	width: 190px;
	margin-bottom: 5px;
	padding: 0px;
 	border: 1px #4682B4 solid;
}

#links h1 {
	background-color: #4682B4;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin:0px 0px 0px 0px;
}

#links p {
	margin: 5px;
}
#links B {
	color: #FFA07A;
}
h1 {
	background-color: #4682B4;
	color: #FFFFFF;
	text-align: center;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	background-color: #FFFFFF;
	color: #708090;
	text-align: center;
	font: bold italic 14px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	font-weight:normal;
	color: #006699;
	background:transparent;
}
a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#993300;
	background:transparent;
}
ol {
	list-style-type:none;
	margin:0px 0px 0px 20px;
}
ul {
	list-style-type: disc;
	margin:0px 0px 0px 20px;
}
li {
	margin-bottom:0px;
}
blockquote{
	margin:0px 0px 0px 20px;
}
UL{
	list-style-image: url(images/arrow_bullet_15.gif);
}
.style1 {
	color: #3366FF;
	font-weight: bold;
}
.style2 {color: #3366FF}
.style7 {font-size: 12px; font-weight: bold; }
		
