@charset "utf-8";

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

body {
	color: #40496A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DBDEF7;
	font-style: normal;
}

#wadLeft	{
	float: left;
	height: 190px;
	width: 250px;
	background-image: url(images/paperwadweb250.gif);
	background-repeat: no-repeat;
}
#wadLeftWithoutBackground {
	float: left;
	height: 190px;
	width: 250px;
	text-align: left;
	vertical-align: bottom;
	background-color: #FFFFFF;
}

#bannerRight {
	height: 190px;
	margin-left: 250px;
	background-image: url(images/maingraph.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
#bannerRightWithoutBackground {
	height: 190px;
	margin-left: 250px;
	background-color: #FFFFFF;
}


#navigLeft	{
	float: left;
	width: 250px;
}


#mainContent	{
	width: 530px;
	margin-left: 250px;
	padding-top: 20px;
}
.largeBlueFont {
	font-size: 16px;
	color: #2817B9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.largeBlueFontCenter {
	font-size: 18px;
	color: #2817B9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 60px;
}
.mediumBlueFontCenter {
	font-size: 16px;
	color: #2817B9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 60px;
}


.imageCentered {
text-align: center;
}

.style1	{
	color: #2817B9;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
	left: 30px;
	margin-right: 80px;
}


.navigation	{
	color: #BF9900;
	font-size: 13px;
	font-weight: bold;
	font-family: Papyrus, cursive;
	line-height: 27px;
	font-style: normal;
}
.navigationBold {
	color: #2817B9;
	font-size: 15px;
	font-weight: bold;
	font-family: Papyrus, cursive;
	line-height: 27px;
	font-style: normal;
}
.bulletBlue {
	font-family: "Times New Roman", Times, serif;
	color: #2817B9;
	font-size: 12px;
	left: 30px;
	margin-right: 80px;
	position: relative;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}


a:visited {
	color: #BF9900;
	text-decoration: none;
}
a:link {
	color: #BF9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #BF9900;
}
a:active {
	text-decoration: none;
	color: #BF9900;
}

