body {
	background: #bbb;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	clear:both;
	overflow:hidden;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 171px;
	background-color: #3C3;
}
#mainContent {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 800px;
	float: left;
	background-image: url(../images/bg_maincontent.gif);
	background-repeat: repeat-y;
	clear:both;
}

#Content {
	background-color: #FFF;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	width: 530px;
	float: left;
}


#navigation_bar {
	background-color: #041927;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#side_bar {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin: 0px;
	padding:0px;
	width: 234px;
	background-image: url(../images/programs_arrows.gif);
	background-repeat: no-repeat;
}
#footer {
	background-color: #900;
	margin: 0px;
	padding: 0px;
	height: 70px;
	clear: both;
}


#programs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 230px;
	line-height: 24px;
	text-align: left;
	overflow:hidden;

}



/* SUBNAV
--------------------------------------------*/
#subnav
{
	width:230px;
	margin: 0px;
	padding: 0px;
	clear:both;
}


/* First-Level */
#subnav UL
{
	margin:0px 0px 0px 0px;
	padding:40px 10px 0px 10px;
}

#subnav UL LI
{
	margin:0px;
	padding:8px 10px 8px 5px;
	list-style-type:none;
	border-bottom: 1px dashed #02aecd;
}

#subnav UL A
{
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:0 0 0 6px;
	line-height:1.5em;
	font-size:12px;
}

#subnav UL A:link, #subnav UL A:visited
{
	color:#FFF;
	text-decoration:none;
	padding:0px 10px 0px 25px;
	background: url(../images/li.gif) no-repeat 0px 2px;
	
}
#subnav UL A:hover
{
	color:#FC0;
	text-decoration:none;
	background: url(../images/li2.gif) no-repeat 0px 2px;
}


#subnav UL A.active
{
	color:#900;
	text-decoration:none;
	background:transparent url(../images/li.png) no-repeat 0px 5px
}

#subnav UL A.on
{
	color:#FFFFFF;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #249ed0;
}



/* TAGS
_______________________________________________*/
h1 {
	padding: 5px 10px 0px 10px;
	font-size: 24px;
	color:#FF9900;
	text-align:left;
	font-weight:normal;
	margin:0px;
}

h2 {
	padding: 5px 10px 10px  5px;
	font-size: 18px;
	line-height:22px;
	color:#452606;
	text-align:left;
	font-weight:bold;
	margin:0px  40px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #452606;
}

h3 {
	padding: 10px 10px 5px 9px;
	font-weight: bold;
	font-size: 16px;
	line-height:21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#452606;
	margin:0px;
}

h4 {
	padding: 0px 10px 5px 0px;
	font-weight: normal;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#452606;
	line-height:17px;
	margin:10px 20px 10px 10px;
	border-bottom: 1px dashed #FF9900;
}


h5 {
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	color:#452606;
	margin:0px;
	font-weight: normal;
	line-height:16px;
}


h6 {
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	color: #262723;
	margin:0px;
	font-weight: normal;
	line-height:16px;
}

p {
	padding: 0px 10px 5px 10px;
	margin:0px;
	font-size: 13px;
	font-weight:normal;
	line-height:20px;
	color:#212121;
}
sl {
	padding: 0px 10px 5px 0px;
	font-weight: normal;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#452606;
	line-height:17px;
	margin:10px 20px 10px 10px;
	border-bottom: 1px dashed #FF9900;
}
#wrapper #mainContent #Content #frmRegistration {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000;
}
#wrapper #mainContent #Content #frmRegistration fieldset legend {
	font-size: 24px;
	margin-top: -5px;
	padding-top: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
