@charset "UTF-8";
/* CSS Document */

body {
	background: #cee2f7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1 {
	font-size:180%;
	font-weight:normal;
}

h2 {
	font-size:115%;
}

blockquote {
	font-style:italic;
}

a {
	color:#5a2cba;
	outline:none;
}

img {
	border:0;
}	

.title{
position: relative;
  bottom: -10px;}	

#header {
	margin: 0 auto;
	width:800px;
	height:148px;
	background:url(../images/header.jpg) no-repeat;
	border-top:solid #4c6880 10px;
	border-bottom: solid #4c6880 10px;
	border-left: solid #333333 1px;
	border-right:solid #333 1px;
}

/*nav drop down menu*/

#nav, 
#nav ul, #lownav, #lownav ul {
	padding:0;
	list-style:none;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
	z-index:100;
}

#nav, #lownav {margin:0 auto;width:800px; padding:0;  border-left:solid #000000 1px; border-right:solid #000000 1px;}

#nav {background:#7d68ad;height:23px; }

#lownav {height:19px; background:#FFFFFF; border-top:solid #ccc 3px;}

#nav ul, #lownav ul {
	margin:0;
}	

#nav table, #lownav table {border-collapse:collapse;}
#nav li, #lownav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:23px; 	
 line-height:22px; text-decoration:none; white-space:nowrap;	border-left:dotted #cccccc 1px;	width: 113px; text-align:center;
 }
 
 #lownav li a {display:block; float:left; color:#7d68ad; height:14px; 	
 line-height:22px; text-decoration:none; white-space:nowrap;width: 113px; text-align:center;
 }
 
#nav li li a {height:21px; line-height:20px; float:none;}

#nav li:hover,{position:relative; z-index:100;}
#nav a:hover,{position:relative; z-index:100; background:#451e97; color:#fff; }
#nav li:hover > a { background:#451e97; color:#fff;}

#lownav a:hover, #footer a:hover {color:#451e97;}

/*change 2nd level background*/
#nav :hover  ul {left:0; top:23px; z-index:300;background:#7d68ad;}
#nav a:hover ul {left:-1px;}

#nav ul{position:absolute; left:-9999px; top:-9999px;}


/*hover bg for 2nd level*/
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#451e97; color:#fff;}

#nav li a:hover ul li a:hover {background:#451e97;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}	

#nav .active {
	background:#451e97;
}	
/*end of nav dropdown menu*/

#wrapper {
	border:solid #000 1px;
}	


#page {
	margin:0 auto;
	width:800px;
	height:100%;
	background:#FFF;
	border-left: solid #333333 1px;
	border-right:solid #333 1px;
	border-top:solid #B3B3B3 3px;
}	

#content {
	width: 547px;															
	padding: 10px 20px 10px 20px;
	background:#FFFFFF;
	
}

#sidebar{
	float:right;
	width:208px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
 }

td {
	padding-bottom:20px;
}
	 
.index td, .begin td, .contact td{
 	padding:0px;
}
	
   
#button {
	margin:0 auto;
	width: 79px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#button ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#button a {
	background:#7d68ad;	
	display: block;
	width: 79px;
	height: 35px;
	padding-top:4px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-style:italic;
	color: #FFFFFF;
	border:groove #7d68ad 1px;
}

#button a:hover{
	border:inset #451e97 1px;
	background:#451e97;
}

#img {
	float:left;
	width:179px;
	height:290px;
	padding:0 20px 20px 0;
	background:url(../images/hopePic.jpg) no-repeat;
}	

#footer {
	margin:0 auto;
	width:800px;
	height:30px;
	background:#4c6880;
	border-top:solid #B3B3B3 2px;
	border-bottom:solid #000000 1px;
	border-left: solid #333333 1px;
	border-right:solid #333 1px;	
	padding-bottom:10px;
}		

#footer p, #footer a{
	font-size:9px;
	text-align:center;
	color:#CCCCCC;
	margin-top:10px;
}	

#footer a {
	text-decoration:none;
}	

/*Form Styling*/
.form #content , .form #sidebar {
	height:auto;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-top: 5px;
	margin-left:1px;
	font-size:12px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
	padding-top:8px;
}

br {
	clear: left;
}

#input {
	border:solid #000000 1px;
	padding:10px 20px 5px 20px;
}	

input.purple {background-color: #7d68ad; color:#FFFFFF; font-size:11px;}

fieldset
{
border: 1px solid #4c6880;
width: 450px;
height:250px;
padding-bottom:60px;
font-size:11px;
}

legend
{
color: #4c6880;
font-size:12px;
background: #d3dee5;
border: 1px solid #4c6880;
padding: 2px 6px;
text-align:center;
}

.flash #page {
	width:481px;
	height:449px;
}	