/* CSS Document */
@import url(displayclasses.css);
@import url(menus.css);
@import url(graphics.css);

html,body{
	margin: 0px 0px 0px 0px;
	background-image:url(images/bg_slice.jpg);
	background-repeat:repeat-x;
	
	background-color:#babdbb;
	padding:0
	}


body{
	font: 76% arial,sans-serif;

	
}



.break10{
margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
 	padding-top:10px;

}

 div#header_wrapper {
		display:block;
		height:75px;
		margin-left: auto;
		margin-right: auto;
		color:#FFFFFF;
	 	width: 1000px;
}



div#site{

	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:650px;
}
div#flash{
	
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	width:420px;
	height:340px;
}


	
}


#wrapper {
	
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;

	clear: both;
	margin: 0 auto;
  }
  



div#container {
	
	width:885px;
	
}




div#textarea {
	display:inline;
	background-color:#00f9FF;
	width:100%;
	text-align:left;
	vertical-align:top;
	
}

div#footer{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	clear: both;
	margin: 0 auto;
	text-align:center;
	


}



#text {

	height:500px;
  width: 600px;
  padding: 5px 10px 5px 10px;


}

 

.
input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;
  background-color: #dee3f1;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}



h1 span {
  display: block;
  padding: 2px;
  background: url(images/rounded_br.gif) no-repeat bottom right;
}



#text a { text-decoration: none; font-weight: normal;}
#text a strong { text-decoration: none; font-weight: normal;}
#text a:hover { text-decoration: none; font-weight: normal;}


#text a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}
p, h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }


p { font-size: 0.8em; line-height: 1.4em; text-align: justify }
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }	/* site heading */
h2 { font-size: 1.0em; line-height: 1.4em;}	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color: #FF0000  }				/* sub headings */
h4 {font: 700 1.2em "trebuchet ms", serif;color: #Ffffff;}
h5 {font: 700 1.1em "trebuchet ms", serif;color: #ffffff;}
h6 {font: 700 1em "trebuchet ms", serif;color: #ffffff;}

/*ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em }*/



form {
width:270px;
}
.text_area {
	width:200px;
	height:15px;
	background-color:#FFF;
	border:solid #00617C 1px;
	float: right;
	clear: none;
	margin-top: -4px;
	position: relative;
}






