@import url("dropdown.css");
@import url("home.css");
@import url("general.css");



/* Main Template Technique------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


* {
	margin: 0;
	padding: 0;
}
 
body {
	background: #edeafb;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	color:#000000;
    text-align: center;
	line-height: 160%;
 }

#wrapper {
     width: 900px;
     margin: 0 auto;
     text-align:left;
     background:#ffffff;
}


#banner {
	width: 900px;
	height: 142px;
	margin: 0 auto;
	background: #133e52 url(images/banner2.jpg) no-repeat;
}



#menuwrapper {
	width: 900px;
	margin: 0 auto;
	background: #660066;
}

#navmenu {
       width: 900px;
       margin: 0 auto 10px auto;
       height:24px;
       font:100% Verdana,Tahoma,Arial,sans-serif;
       color: #ffffff;
       font-weight:bold;
}



#content {
	float: left;
	width: 900px;
        background: #ffffff;
}


#footer  {
        color:#67009a;
        text-align:center;
        font-weight:bold;
        clear:both;
        height:44px;
	width: 900px;
	margin: 0 auto;
        background: #ffffff url(images/footer.jpg) no-repeat;
        padding-top:15px;
  }



img {
border:none;
}


/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 2px solid #dcf6fd;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 2px solid #dcf6fd;
        margin-left:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imagealone {
       border: 2px solid #dcf6fd;
        margin-bottom:10px;
        margin-top:10px;
}






/* Contact Page Layout----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#contactform {
margin-left:20px;
}

/*Css to style contact form submit button*/

#cfContact {
margin-top:10px;
margin-bottom:20px;
background-color:#660066;
color:#ffffff;
font-weight:bold;
}