@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	text-align:left;
	background-image:url(website_images/background_pattern.gif);
	background-repeat:repeat;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:13px;
	line-height:20px;
}

a:link{
	text-decoration:none;
	color: #0000CC;
}

a:visited{
	text-decoration:none;
	color: #0000CC;
}

a:hover{
	text-decoration:none;
	color: #FF0099;
}

a:active{
	text-decoration:none;
	color: #0000CC;
}

.wysiwyg_bg {
   background: #E0D3ED;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #E0D3ED;
}

.test_style1{
font-size:24px;
color:#FFFF00;
}

.test_style2{
font-size:34px;
color:#22FF00;
}

.Main_Head {
	font-family: "Times New Roman", Times, serif;
	font-size:36px;
	color:#000066;
	letter-spacing: -0.04em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 100%;
	position:relative;
	left:-4px;
}

.Blue_Subhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0066cc;
	font-weight: bold;
	}

.Purple_Subhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#660099;
	font-weight: bold;
}

.box2 {
	text-align:center;
	background-color: #90c3f4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D0C6DF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #D0C6DF;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 4px;
}

.box2narrow {
	text-align:center;
	background-color: #90c3f4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D0C6DF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #D0C6DF;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	width:458px;
}
