body {
	 behavior: url(csshover.htc); /* WinIE behavior call */
	font-size:12px;
	font-family:"Trebuchet MS", sans-serif;
	float: none;
	text-align:center;
	color: #333;
	background: #fff;
}
html {
margin : 3px 0;
padding : 0;
}

/*WRAP*/
#wrapper {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #FFFFFF;
	border: 2px solid #421952;
	text-align:left;
}
			/*BANNER*/
#masthead {
height:131px;
padding: 0;
margin-bottom: 0;
background: #ffffff url(images/header08.gif) top center no-repeat;
}
#masthead h1 {
display:none;
}

/*MAIN CONTENT*/

#side1 {
	position: absolute;
	width: 155px;
	top: 190px;
	left: 5px;
	padding: 0px 10px 10px 5px;
	background: #fff;
}
#side2 {
	position: absolute;
	width: 155px;
	top: 190px;
	right: 10px;
	padding: 0px 10px 10px 5px;
	border-left: 0;
	background: #fff;

}
.menubar {
	background-color: #421952;
	color: fff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	border-top: 1px solid #fff;
	height:40px;
}
#globalNav{
	margin:0;
	padding: 0;
	background-color: #421952;
	height: 30px;
	width: 100%;
}
#mainContent { 
	margin: 0 185px; 
	padding:15px 10px 25px 10px; 
}


.clear {
	clear: both;
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
			/*FOOTER*/
#footer {
	padding: 0;
	margin:0;
	text-align: center;
	color: #411a53;
	border-top: 1px solid #411a53;
}
#footer a:link, {
color : #411a53;
text-decoration : underline;
}
#footer a:hover {
	color : #cc9900;
	text-decoration : none;
	}
	#footer a:visited {color : #cc9900;
	text-decoration : none;
}
			/*TYPOGRAPHY*/
h1 {
	margin: 0;
	padding: 20px 0 20px 5px;
	font-size: 18pt;
	letter-spacing: 3px;
	color: #FFFFFF;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #000000;
}
			/*IMAGES*/
.right {
float: right;
border: 0px solid #656C4A;
margin: 5px 0 10px 0;
padding: 10px;
}	
			/*LINKS*/
a:link, a:visited {
	color : #cc9900;
	text-decoration : none;
}
a:hover {
	color : #cc9900;
	text-decoration : none;
}
a img {
border: 0;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-style: italic;
	color: #000000;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-family: "Trebuchet MS";
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
.mybox {
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	border: 2px solid #CC9900;
	width: 90%;
}	
.style1 {
	color: #420063;
	font-weight: bold;
	font-size: 16px;
	line-height:18px;
	text-align:left;
}

.style2 {
	font: bold 18px/18px;
	text-align: center;
	
}
.adbox {
	padding:10px;
	margin: 1em auto 1em auto;
	border: 1px solid #41225b;
	background-color: #420063;
	width: 95%;
	font: 110%/115% "Trebuchet MS",Arial, Helvetica, sans-serif; 
	text-align: center;
	color:#FFFFFF;
}
.adbox2 {
	padding:10px;
	margin: 1em auto 1em auto;
	border: 1px solid #41225b;
	background-color:#CC9900;
	width: 95%;
	font: 110%/115% "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
	color:#420063;
}
.adbox3 {
	padding:10px;
	margin: 1em auto 1em auto;
	border: 1px solid #41225b;
	background-color:#8EE822; 
	width: 95%;
	font: 110%/115% "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
	color:#420063;
}
.imgborderwh {
	border:5px solid #ffffff; 
	}
	.head2white{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}
.head2black{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	color: #000;
}