/* default links */

a:link {
text-decoration: none;
color: #CC0000;
}
a:visited {
text-decoration: none;
color: #CC0000
}
a:hover {
	text-decoration: underline;
	color: #660033;
}


.para1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}
.para2 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
}
.para3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}
.para4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #000066;
}
.para4box {
	background-color: #FFFFCC;
	padding: 3px;
	width: 500px;
	border: 1px solid #CC0000;
}


#leftnav {
	line-height: 2em;
	text-decoration: none;
	text-indent: 2px;
	list-style-position: outside;
	list-style-type: none;
	width: auto;
}
#leftnav a:link,#leftnav a:visited {
	color: #660000;
	background-color: #DAE8F8;
	list-style-type: none;
	line-height: 20px;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 300px;
	padding: 4px;
	margin: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#leftnav a:hover {
	color: #F3D9D8;
	background-color: #FF0000;
	border-top-color: #CCCCCC;
	border-right-color: #F3D9D8;
	border-bottom-color: #F3D9D8;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.newsletter {
	background-color: #FFFFCC;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;

}
.calloutbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFCCFF;
	width: 250px;
	border: 1px solid #993399;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}
.calloutbox2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #CCFFFF;
	width: 250px;
	border: 1px solid #993399;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}
.calloutbox3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFF99;
	width: 250px;
	border: 1px solid #993399;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}
.clear {
	clear: both;
}

