html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 73% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
background : #fff;
color : #000;
} 
#back{
background :url(images/bg.jpg) top center repeat-y;
}
			/*WRAP*/
#wrap { 
width : 770px;
margin-left : auto;
margin-right : auto;
padding : 0;
color : #333;
/*background : transparent url(images/wrap_bg.jpg) repeat-x;*/
} 
			/*BANNER*/
#masthead { 
height : 100px;
padding : 0;
margin-bottom : 0;
border-top: 10px solid #E80202;
} 
			/*MAIN CONTAINER*/
#container { 
width : 770px;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
padding : 0;
line-height : 1.8em;
} 
				/*MAIN CONTENT*/
#content { 
padding : 1em;
margin : 0 240px 0 0;
border-right : 1px solid #eee;
padding-right:15px;
} 
				/*SIDEBAR*/
#sidebar { 
float : right;
width : 220px;
margin-top : 0;
padding : 1em;
} 
				/*FOOTER*/
#footer { 
clear : both;
height : 50px;
padding : 0;
margin-bottom : 0;
margin-top : 40px;
text-align : center;
border-top : 5px solid #E80202;
background : #eee;
} 
				/*TYPOGRAPHY*/
h1 { 
margin : 5px;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #E80202;
} 

#masthead h1{
	font-size:200%;
	font-weight:bold;
	margin-left:10px;
}
h2 { 
margin : 5px;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 1px;
color : #E80202;
} 
h3,A.reg{
margin : 0;
padding : 10px 0 10px 0;
border-bottom : 1px solid #aaa;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #E80202;
}

blockquote {
font-weight : bold;
font-style : italic;
border-bottom : 1px solid #aaa;
border-top : 1px solid #aaa;
color : #b29b35;
} 
			/*LINKS*/
a:link, a:visited { 
color : #E80202;
background : inherit;
text-decoration : underline;
} 
a:hover { 
color :  #636363;
background : inherit;
text-decoration : none;
} 
a img {
border: 0;
} 
			/*IMAGES*/
.left { 
float : left;
border : 0 solid #656c4a;
margin : 5px 0 10px 0;
padding : 10px;
}
			/*SEARCH BOX*/
legend { 
color : #E80202;
} 
input { 
background : #eee;
} 



/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#menucontainer {
height:24px;
background:#fff;
background:#ccc;
display:block;
padding:1px 0 1px 15px;
/*border-bottom:2px solid #ccc;*/
}
#menu {
position:relative;
display:block;
height:24px;
font-size:11px;
font-weight:bold;
font-family:Arial,Verdana,Helvitica,sans-serif;
}
#menu ul,#sidebar ul {
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}
#menu ul li {
display:block;
float:left;
margin:0 1px 0 0;
}
#menu ul li a {
display:block;
float:left;
color:#fff;
text-decoration:none;
padding:5px 20px 0 20px;
height:19px;
background:transparent url(images/menu_bg-off.gif) no-repeat top left;
}
#menu ul li a:hover {
color:#fff;
background:transparent url(images/menu_bg-over.gif) no-repeat top right;
}
#menu ul li a.current,#menu ul li a.current:hover {
color:#000;
background:#fff;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */



A.reg{
font-weight:bold;
color:blue;
border:0px;
text-align:center;
display:block;
padding-left:25px;
background:url(reg.png) no-repeat top left;
}

#masthead h1{
background:url(logo.png) no-repeat top left;
padding-top:35px;
margin-bottom:0;
padding-bottom:0;
}
#masthead h2{
margin:0;
margin-left:5px;
}
p{
text-align:justify;
}

#content h2{
font-size:175%;
}
