/*//////////////////////////// page setup /////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

html 
{
	margin: 0; /* to get rid of opera/mozilla defaults */ 
	padding: 0; /* to get rid of opera/mozilla defaults */
} 

body
{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333; 
	text-align: center;
	height: 100%;
}

/*//////////////////////////// divs ///////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

#docbody
{
	margin: 0px auto; /* auto is very important */
	padding: 0px;
	width: 755px;
	text-align: left;
	border-style: solid; 
	border-width: 1px; 
	border-color: #460D09; 
	border-top: 0;
	border-bottom: 0;
}

#crown
{
	background:  url("../../images/crown.gif") no-repeat 0 0;
	text-indent: -2000px;
	margin: 0px auto;
	padding: 0;
	width: 757px;
	height: 13px;
}

#head
{
	background:  url("../../images/head.jpg") no-repeat 0 0;
	text-indent: -2000px;
	margin: 0;
	padding: 0;
	width: 755px;
	height: 122px;
}
/*////////////////////////////////////////////////////////////////////////////////*/

#foot
{
	background:  url("../../images/shoe.gif") no-repeat 0 0;
	text-indent: -2000px;
	margin: 0px auto;
	padding: 0;
	width: 757px;
	height: 11px;
}

/*////////////////////////////////////////////////////////////////////////////////*/

#nav
{	
	background: #AFD0EF url("../../images/program_overview.gif") no-repeat 0 0;
	margin: 0px 0px 0px 0px;
	padding: 50px 10px 40px 10px;
	width: 133px;
	text-align: left;
}

/*ie box model hack*/
* html div#nav
{	
	background: #AFD0EF url("../../images/program_overview.gif") no-repeat 0 0;
	margin: 0px 0px 0px 0px;
	padding: 35px 10px 40px 10px;
	width: 133px;
	text-align: left;
}

/*////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////*/

#text
{
	background: #ffffff;
	margin: 20px 25px 40px 50px;
	width: 475px;
}

.imgright
{
	margin: 0px 0px 10px 10px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #333333; 
}

.imgleft
{
	margin: 0px 10px 10px 0px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #333333; 
}

.imgborder
{
	border-style: solid; 
	border-width: 1px; 
	border-color: #333333; 
}

.word
{
	margin: 0px 5px 0px 0px;

}

/*.space {
line-height: .75 em;*/

p { margin-top: 0px; }

/*//////////////////////////// fonts //////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

#text h2
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	background:  url("../../images/pin.gif") no-repeat 0 0;
	/*text-indent: 40px;*/
	color: #333355;
	margin: 0; 
	height: 40px;
	padding: 20px 0px 0px 40px;
	/*line-height: 20px;*/
	vertical-align: bottom; 
}

/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

.bobytext 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
}

.bobytext a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #07005A;
}

.bobytext a:active
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #07005A;
}

.bobytext a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #07005A;
}

.bobytext a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #07005A;
	text-decoration: underline;
}

/*////////////////////////ie text hack////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*
* html .bobytext 
{
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}

* html .bobytext a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	color: #460D09;
}

* html .bobytext a:active
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	color: #460D09;
}

* html .bobytext a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	color: #460D09;
}

* html .bobytext a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: underline;
	color: #460D09;
}
*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

.hidden
{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}


/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

#nav ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#nav li
{

border-bottom: 1px dotted #666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold;
color: #AFD0EF;
}

* html div#nav li
{
border-bottom: 1px dotted #666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold;
color: #AFD0EF;
}

#nav li a:link
{
text-decoration: none;
color: #07005A;
}

#nav li a:active
{

text-decoration: none;
color: #07005A;
}

#nav li a:visited
{
text-decoration: none;
color: #07005A;
}

#nav li a:hover
{
background-color: #07005A;
color: #ffffff;
text-decoration: none;
}

/*/////////////////////////////////////////////colors ///////////////////////////////////*/

.red a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.red a:active
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.red a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.red a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.blue a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

.blue a:active
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

.blue a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

.blue a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

.format
{
   background-color:#FBF8CE;
   font-weight:bold;
}



.boldlink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.boldlink a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.boldlink a:active
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.boldlink a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.boldlink a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

 li{margin-left:0px;} 
