@charset "utf-8";
* {
	margin: 0px;
}


body {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);


}
a, a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #000;
	text-decoration: none;
}
ul {
	color: #666;
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

form  {

}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	color: #666;
}
h4     {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: repeat-x;
	background-color: #6D91DB;
	padding: 5px;
	color: #FFF;
}
h1     {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: repeat-x;
	background-color: #6D91DB;
	padding: 5px;
	color: #FFF;
}
h2 {
	font-weight: bold;
	color: #F60;
	font-size: medium;
	padding-left: 10px;
	padding-top: 10px;
}

.whiteRight{
		border-bottom-width: 3px;
	border-right-style: solid;
		border-right-color: #FFF;
}
.text1 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
}
.text2 {
	font-size: 12px;
	background-color: #6D91DB;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}


h3 {
	font-size: 12px;
	color: #666;
	padding: 6px;
}


.rounded-corners {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
}


#shadow {
	width: 840px;
	background-image: url(../images/dropShad.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
#navBar {
	background-color: #F3F3F3;
	clear: both;
	height: 30px;
	padding: 1px;
}
#wrapper #headerArea  {
	padding: 3px;
}
form input {

}
#headerArea #logo  {
	height: 100px;
	width: 275px;
}
#headerArea #searchbar   {
	float: right;
	width: 250px;
	vertical-align: bottom;
	height: 100px;
}
#headerArea {

}

#headerImg  {
	width: 800px;
	float: left;
}
#navigation  {
	background-color: #06C;
	clear: both;
}
#bodyArea {
	background-color: #FDFDFD;




}
#emailList {
	background-color: #F9F9F9;
	border: 1px solid #CCC;
}

#bodyArea #left  {
	float: left;
	width: 170px;
	margin: 5px;
}
#bodyArea #leftLarge {
	float: left;
	width: 585px;
	margin: 5px;
}

#bodyArea #middle   {
	clear: none;
	float: left;
	width: 410px;
	margin: 5px;
}
#bodyArea #right  {
	float: right;
	border-left-color: #CCC;
	width: 190px;
	margin: 5px;
}
#footer   {
	background-color: #F93;
	font-size: 10px;
	clear: both;
	height: 20px;
	padding: 5px;
}
#divider {
	height: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	margin-bottom: 5px;
}
#bodyArea ul li {
	margin-left: 10px;
}

