.Frame {
	border: 2px solid #AD49A9;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
}
.style2 {
	color: #999999;
	font-size: x-small;
}
.bodyText {font-size: small}
.style3 {font-size: small}
a:link {
	color: #003399;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
}
.style4 {
	color: #AD49A9;
	font-weight: bold;
}
.style3 a:link {
	color: #AD49A9;	
}

.style3 a:visited {
	color: #AD49A9;	
}

.style3 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.style3 a:active {
	color: #FF9900;
	text-decoration: none;
}

.style3 li {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	list-style-type: disc;
	color: #AD49A9;
}
div#topBar{
	width:100%;
	background-image: url(images/topBarBG.jpg);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-repeat: repeat-x;
}
div#leftnav{
	float:left;
	width:180px;
	text-align:left;
	background-color: #FFFFB0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
div#content{
	width:570px;
	padding:10px 0;
	background-color: #B0FFFF;
}
div#nav{
	float:right;
	width:200px;
	background-color: #E4FFCC;
	padding: 10px;
}
div#content2{
	width:770px;
	background-color: #B0FFFF;
	padding: 10px;
}

div#flowright{
	float:right;
	padding: 10px;

}
.colorBlock {
	background-color: #C4FFFF;
	border: thin dashed #FF9900;
	padding: 5px;
	width: 520px;
}
