body
{
	background-color:white;
	margin:0px;
	font-size: 100%;
	text-align:center;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	background-image:  url(../imgs/body_background.jpg);
	background-repeat:repeat-x;
}

#header
{
	clear:both;
	vertical-align:top;
	text-align:left;
	width:1000px;
	height: 175px;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    background-image: url(../imgs/banner_top.jpg);
    background-repeat:repeat-y;
}

#header .title
{
	display:block;
	color:#407AB0;
	text-align:center;
	font-size: 26px;
	font-family: "Arial Black";
	word-spacing: -1px;
	letter-spacing: -1px;
	margin: 1px 0px 1px 0px;
	padding: 0px;
}

#header .subtitle
{
	display:block;
	color:#407AB0;
	text-align:center;
	font-size: 14px;
	font-family: "Times New Roman", times;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu_top
{
	clear:both;
	vertical-align:top;
	text-align:center;
	width:100%;
	height: 34px;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    background-image: url(../imgs/menu_top_background.jpg);	
    background-repeat:repeat-x;
    color: white;
}


#container 
{
	padding: 0px 0px 0px 0px;
	width:1000px;
	text-align:center;
	display: block;
	margin-left: auto;
    margin-right: auto;
    background-image: url(../imgs/container_background.jpg);	
    background-repeat:repeat-y;

}

#content
{
	float: left;
	width: 565px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: Black;
	background-color: white;
}

#content .currentpage 
{
	display:block;
	color:#91d73d;
	text-decoration:none;
	font-weight:bold;
	text-align: right;
}

#content a
{
	color: #04689B;	
	text-decoration: none;
}

#content a:hover
{
	color:#91d73d;
	text-decoration:underline;
}

#menu_left
{
	float:left;
	clear:left;
	width:160px;
	height: 420px;
	padding:0px 10px 0px 25px;
	background-image: url(../imgs/menu_left_background.jpg);
	background-repeat:no-repeat;
	text-align:left;
	font-size:14px;
	font-weight: normal;
	line-height: 18px;
}

#menu_left .title 
{
	display: block;
	color: white;
	text-align: left;
	border-bottom: 1px solid white;
	margin: 20px 0px 5px 0px;
	font-weight: bold;
	font-size: 130%;
}

#menu_left a
{
	color:white;	
	text-decoration: none;
}

#menu_left a:hover
{
	color: #91d73d;
	text-decoration:underline;
}

#menu_left .currentpage 
{
	display: block;
	color: #91d73d;
	text-decoration: none;
	font-weight: bold;
}

#menu_left .futurelink 
{
	display: block;
	color: white;
	text-decoration: none;
}

#menu_left a.submenu
{
	color:white;	
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	padding-left: 20px;
}

#menu_right
{
	float:right;
	clear:right;
	width:175px;
	height: 420px;
	text-align: right;
	padding: 0px 15px 0px 10px;
	background-image: url(../imgs/menu_right_background.jpg);
	background-repeat:no-repeat;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

#menu_right .title 
{
	display: block;
	color: white;
	text-align: right;
	border-bottom: 1px solid white;
	font-weight: bold;
	font-size: 130%;
	margin: 20px 10px 5px 0px;
}

#menu_right a
{
	color: white;	
	text-decoration: none;
	
}

#menu_right a:hover
{
	color: #91d73d;
	text-decoration: underline;
}

#menu_right .currentpage 
{
	display: block;
	color: #91d73d;
	text-decoration: none;
	font-weight: bold;
}

#menu_right .futurelink 
{
	display: block;
	color: white;
	text-decoration: none;
}

#menu_right .news 
{
	display: block;
	color: white;
	text-decoration: none;
	text-align: right;
	font-size: 90%;
	line-height: 90%;
	padding:5px 10px 5px 5px;
}


#footer
{
	clear:both;
	width: 1000px;
	text-align:center;
	color: Black;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	font-size:75%;
	font-weight: normal;
    background-image: url(../imgs/footer_background.jpg);	
    background-repeat:repeat-y;
}

#table_credits
{
	margin: 0px 0px 0px 0px;
	background: url(../imgs/Credits_Background.gif);
	background-repeat:no-repeat;
	width: 400px;
	height: 315px;
}

#table_credits td
{
  padding: 100px 70px 70px 90px;
}


#table_registration_fees
{
	margin: 0px 0px 0px 0px;
	border: 1px dotted;
	border-color: #407AB0;
	width: 450px;
}

#table_registration_fees td
{
	 padding: 1px 5px 1px 0px;
	 border-top: 1px dotted;
	 border-color: #407AB0;
	 text-align: left;
	 font-size: 12px;
}


#table_program
{
	margin: 0px 0px 0px 0px;
	border: 1px dotted;
	border-color: #407AB0;
	width: 100%;
}

#table_program td
{
	 padding: 1px 5px 1px 5px;
	 border-top: 1px dotted;
	 border-color: #407AB0;
	 text-align: left;
	 font-size: 12px;
}

#table_program a:hover
{
	color: #FF4500;	
	text-decoration: none;
}

#table_of_links
{
	margin: 0px 0px 0px 0px;
}

#table_of_links td
{
  border-bottom: dotted;
  border-bottom-width: thin;
  border-color: Black; 
  padding: 2px 2px 2px 2px;
}

#table_news_home
{
	margin: 0px 0px 0px 0px;
	border: 1px dotted Blue;
}




a
{
	color:#3366CC;	
	text-decoration: none;
}

a:hover
{
	color:#598ABB;
	text-decoration:underline;
}

p
{
	padding: 0px 0px 12px 0px;
	vertical-align:top;
	vertical-align:left;
	font-size:13px;
	font-weight: normal;
	line-height: 18px;
	color: Black;	
	margin: 0px 0px 0px 0px;
}

.content_highlight
{
	color: Red;
	font: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
   text-align: center;	
}


h1 
{
	display:block;
	color:black;
	text-align:left;
	font-size: 17px;
	border-bottom: 1px solid #006633;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

h2 
{
	display:block;
	color:black;
	text-align:left;
	font-size: 15px;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}

h3 
{
	display:block;
	color:black;
	text-align:left;
	font-size: 13px;
	border: 1px;
	margin: 0px 0px 10px 0px;
}

h4 
{
	display:block;
	color:#006633;
	text-align:left;
	font: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}


