html, body{
	height: 100%;
	margin:0;
}
body,td,th {
	background-color:#CCFFFF;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

a:link {color:#FF0000;
		text-decoration: none;
}

a:visited {text-decoration: none;
		   color:#990000;
}

a:hover {text-decoration: none;}

a:active {text-decoration: none;}

h1,h2,h3 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:xx-large;
	margin-top:-4px;
}

#wrapper{
	position:relative;
	width: 800px;
	margin: auto
}
#header {
	width: 800px;
	height: 197px;
	text-align: center;
	background-image:url(images/confeitti.png);
}

#logo {
	position:absolute;
	top: 20px;
	right: 230px;
	z-index:0;
}

#content {
	width:800px;
	background-color:#FFFFFF;
	padding-top:10px;
}

#dividingline {
	width:776px;
	height:5px;
	background-color:#000000;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
}

#leftside {
	width:430px;
	float:left;
	margin-left:12px;
	margin-top:30px;
	background-color:#FFFFFF;
}

#rightside {
	width: 320px;
	float:right;
	margin-right:12px;
	margin-top:30px;
}

#footer {
	background-color:#666699;
	height:90px;
	width:800px;
	text-align:center;
	font-size:smaller;
	margin:auto;
	clear: both;
	padding-top:12px;
	line-height:140%;
}

.sideimageheader {
	width:430px;
	height:124px;
	background-color:#666666;
}

  
/*Navigation Styles*/
#navcontainer{
	width:776px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	position:relative;
	z-index:5;	
}
   
#nav {
	width:776px;
	margin:auto;
	float:left;
	padding: 0;
	list-style: none;
	background-color:#000000;
}
   
#nav li {
    float: left;
}
   
#nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    display: block;
    padding: 7px 6px;
    text-decoration: none;
    font-weight: bold;
    color:#FFFFFF;
}
   
#nav li a:hover {
    color:#FF0000;
    background-color: #fff;
} 


/*Form Styles*/

select, input {
	font-size:small;
	padding: 5px 2px;
	width: 250px;
	border: 1px solid #000000;
}

textarea {
	font-size:small;
	padding: 5px 2px;
	width: 250px;
	height: 120px;
	border: 1px solid #000000;
}

label {
	font-size:smaller;
}

input.submitbutton {
	width: 70px;
	font-size:smaller;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:776px;
		height:220px;
		overflow:hidden;
		margin-left:auto;
		margin-right:auto;
		}				

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-18px;
	top:220px;
	}	
#nextBtn{ 
	left:787px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/next.png) no-repeat 0 0;	
	}	
	
	
/* // Easy Slider */


