@charset "UTF-8";
body {
	margin: 0px;
}

p {
    margin-bottom: 0.9em;
	margin-top: 0em;
}

/* FOR NAVBAR */
td img {display: block;}

a:link {
	color: #66002B;
	text-decoration: none;
}
a:visited {
	color: #66002B;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

hr {
    border:0px;
	color:#999999;
	background-color:#999999;
	height:1px;
    margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
}

ul {
   margin: 0px;
   padding-left: 15px;
   padding-bottom: 0.9em;
}

li {
   margin: 0px;
   
}

.btn { 
    border: 1px solid #FF0000;
	background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.textfield {
    border: 1px solid #666666;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* layout divs */

#container {
	/* height: 570px; */
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

/* drop shadow divs */

#top_space {  
     height:20px;  
     width: 792px;
	 margin-left: auto;
	 margin-right: auto;  
 }
#shadow-container {  
     position: relative; 
     left: 3px;
	 top: 3px;  
     width: 792px;
	 margin-left: auto;
	 margin-right: auto;  
 }  
#shadow-container .shadow2,  
#shadow-container .shadow3,  
#shadow-container .container {  
     position: relative;  
     left: -1px;  
     top: -1px;  
}  
#shadow-container .shadow1 {  
         background: #F1F0F1;  
}  
#shadow-container .shadow2 {  
         background: #DBDADB;  
}  
#shadow-container .shadow3 {  
         background: #B8B6B8;  
}  
#shadow-container .container {  
         background: #ffffff;  
         border: 1px solid #848284;  
         padding: 10px;  
} 
/* end of drop shadow */

#clear_floats {
	clear:both;
	height: 5px;
}

#header {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#navbar {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#main_img {
	height: 250px;
}
#main_img2 {
    width: 570px;
	float: right;
}
#heading_welcome {
	width: 185px;
	height: 32px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFD400;
	margin-bottom: 8px;
}
#heading_services {
	width: 185px;
	height: 32px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00BDA2;
	margin-bottom: 8px;
}
#heading_contact {
	width: 185px;
	height: 32px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #66002B;
	margin-bottom: 8px;
}
#heading_register {
	width: 185px;
	height: 32px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008130;
	margin-bottom: 8px;
}
#welcome_txt1 {
    position:relative;
	width: 250px;
	float: left;
}
#welcome_txt2 {
    position:relative;
	width: 250px;
	float: left;
	margin-left: 20px;
}
#services_txt1 {
	position:relative;
	width: 185px;
	float: left;
}
#services_txt2 {
	position:relative;
	width: 185px;
	float: left;
	margin-left: 10px;
}
#contact_txt1 {
	position:relative;
	width: 200px;
	float: left;
}
#register_txt1 {
	position:relative;
	width: 185px;
	float: left;
}
#register_txt2 {
	position:relative;
	width: 370px;
	float: left;
	margin-left: 20px;
}
#register_txt3 {
	position:relative;
	width: 185px;
	float: left;
	margin-left: 10px;
}


/* text styles */

.maincopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}