* {
	margin: 0;
	padding: 0;
	
}

body {
	margin: 0px 0;
	background-color: #DFEAF6;
	/*background-image: url(images/background.jpg);*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: blue;	
	text-decoration: underline;
}

img
{  border-style: none;
}




div.img {
	text-align: left;
	width: 200px;
	height: 275px;
	
	
}


h2 {
	color: #000;
	border-bottom: thin solid #ccc;
	font-size:  20px;
	padding-top: 15px;
}

h3 {

	font-size: 13px;
	font-family: arial;
	color: #000;
	font-weight: lighter;
	background-color: #FFFEBF;
	text-align: center;
	border-style:solid; border-color:#555; border-width:thin
	}
	
h4 {

	font-size: 13px;
	font-family: arial;
	color: #000;
	font-weight: lighter;
	background-color: #fff   ;
	text-align: center;
	border-style:solid; 
	border-color:#045FB4; 
	border-width:0px;
	padding: 3px 3px 3px 3px;
	}

h5 {

	font-size: 13px;
	font-family: arial;
	color: #000;
	font-weight: lighter;
	background-color: #E0ECF8;
	text-align: center;
	border-style:dotted; 
	border-color:#555; 
	border-width:1px;
	padding: 3px 3px 3px 3px;
	}
h6 {
	color: #000;
	font-size: 14px;
	text-align: center;
}	

a:hover {
	text-decoration: none;
	
	/*font-weight: bold; */
}

/* Header */

#header {
	margin: 0 auto;
	padding: 10px 0 0 0;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 185px;
	width: 720px;
	

}

#header h1 {
	margin: 0;
	padding: 50px 0px 0px 5px;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 10px;
	font: normal 40px Arial, "Times New Roman", Times, serif;
	color: #222;
}

#header h1 a {
	/*color: #888;*/
}

#header h1 a:hover {
	color: #fff;
	
	}
	


#header h2 {
	margin: -5px 0 0 0;
	padding: 20px 210px 20px 20px;
	text-transform: lowercase;
	text-align: right;
	font: normal 30px Garamond, "Times New Roman", Times, serif;
	font-style: italic;
}

#header a {
	text-decoration: none;
}


#belowheader {
	width: 700px;
	height: 25px;
	margin: 0 auto;
	padding: 0 0px 0 0;
	background: #df3333;
	
	}
	
#belowheader p {
	text-align: center;
	color: #000;
	margin: 0 auto;
}




#page {
	width: 720px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
    height: auto;
	background: url(images/page.png) repeat-y 0px 0px;

}


#content {
	
	width: 680px;
	padding: 0px 0px 100px 10px;
	color: #000;
	margin-left: 10px;
	
}



#contentright {	
	float: right;
	width: 150px;
	margin:  auto;
	padding: 0px 0px 0px 0px;
	color: #000;
	
	
}



#contentright p {
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 10px 5px;
	font-size: 100%;
	color: #000;
	background: #eeeeee;
	letter-spacing: -1px;
}


#frontpage {
width: 700px;
height: 610px;
 background-color: none;
 padding: 0 0 0px 0px;
 margin: 0 0 0px 0;
 /* background-image: url('images/gradient.png'); */
 

}


#frontpage h1 {
 padding: 20px 0 0 20px;
 font-size: 25px;
}
#frontpage img.join {
 float: left;
 padding-top: 10px;
 padding-left: 20px;
}

#frontpage img.frontpic {
 float: right;
 padding-top: 10px;
 padding-right: 20px;
}

#frontpage hr {
 width: 90%;
 padding-left: 45px;
 }

#frontpage ul {
 font-size: 15px;
 margin: 0px 0 90px 50px;
 color: #333;
 
}

#frontpage li {
 padding: 5px 0px 5px 17px;
 
}

#frontpage p {
 line-height: 20px;
 color: #333;
 padding-left: 20px;
 
}

#frontpage h2 {
 padding-top: 30px;
 padding-bottom: 10px;
 padding-left: 15px;
 border: none;
}

#frontpage .backgroundfront {
 background-image: url(images/back.png);
 padding-bottom: 0px;

}

#frontpage .alignleft {
 width: 300px;
 float: left;
 
 margin-right: 30px;
}

#frontpage .alignleft2 {
 width: 340px;
 float: left;
 
 margin-right: 30px;
}

#frontpage .alignleft2 p {
 padding: none;
 margin: none;
}

#belowbody {
	width: 700px;
	height: 0px;
	margin: 0 auto;
	padding: 0 0px 0 0;
	background: #fff;
	border:0px solid #000; 
	border-color:#fff #DFEAF6 #000 #DFEAF6; 
	border-width:0px 0px 0px 0px; 
	}

#footer {
	width: 720px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
	text-align: center;
	background-image: url(images/bottom.jpg);
	
	}
	
	
#footer p {
	margin: 0;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 85%;
	color: #000;
	letter-spacing: 1px;
}
#footer a{
color: #000;
}


#footer li{
padding: 10px;
text-decoration: none;
display: inline;
}

#designby {
	width: 700px;
	height: 5px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	background-color: #DFEAF6;
}

table.foot {
 margin: 0 auto;
 background-color: none;
}
/* Table #1 */

	
table.helpT
{ text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }

td.helpHed
{ border-bottom: 1px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 15px;
color: #404040; }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 1px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

td.sup {
	border: 1px #6699CC solid;
	border-bottom: 1px solid #9CF;
	
}

table.sofT{
border: 1px #000 solid;
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 15px;
color: #000;
width: 680px;
background-color: #fafafa;
border: 1px #6699CC solid;
/*border-collapse: collapse;*/
border-spacing: 0px; } 	
	
	
/* Table #2 */

table.schedule {
    border-spacing: 0px;
    border-collapse: collapse;
	text-align: left;
}
table.schedule th {
    text-align: left;
    font-weight: normal;
    padding: .5em 3em;
    border-bottom: 2px solid #FFFFFF;
    background: #DFEAF6;
}
table.schedule td {
    text-align: center;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #DFEAF6;
}
 
table.schedule thead th {
    background: #104e8b;
    color: #FFFFFF;
    text-align: right;
	
}
table.schedule th.Corner {
    text-align: left;

}
 
	
	
	
/*-----------------------MENU-------------------------------*/	


#nav, 
#nav ul {
	padding:5px 0px 5px 0; margin:-1px; list-style:none; font: 12px verdana, sans-serif; border:1px solid #000; border-color:#fff #DFEAF6 #000 #DFEAF6; border-width:1px 1px 1px 1px; background:#104E8B; z-index:200; width: auto; }

#nav {height:25px; width:700px; padding:0;}

#nav table {border-collapse:collapse;}
#nav li {float:left; padding:0 20px 0 10px;}
#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:25px; padding-right:5px; line-height:25px; text-decoration:none; white-space:nowrap; text-transform: uppercase}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:300; }
#nav a:hover {position:relative; z-index:300; text-decoration:underline; background: none;}

#nav :hover ul {left:0; top:26px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

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

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {}


/* 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:-1px;}

/* 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;}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	