/* CSS Document */
BODY {
	margin: 0px;
	background-color: #CCCCCC;
	background-attachment: fixed; 
	background-repeat: repeat-y; 
	background-position: center top;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

#wrapper {
	margin: 0px auto;
	background-color: #FFFFFF;
	width: 773px;
	height: auto;
	text-align: center;
	vertical-align: top;}
#banner {      
         background-image: url(images/head.jpg);
         width: 773px;
         height: 150px;
         float: left;
}
#menu_bar {
	background-image: url(images/menu_bar.jpg);
	width: 674px;
	height: 33px;
	float: left;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thick;
}	
.menu_bar_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	cursor: hand;
	vertical-align: middle;
	text-align: left;
}

#middle{
	width: 674px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thick;
}
		
		
.imag {
	background-image: url(images/image.jpg);
	float: left;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	vertical-align: top;
	border-top-width: thick;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #7A6244;
	vertical-align: top;
	text-align: justify;
	border-top-width: thick;
}
.text h1{
font-size:120px;
}
.floatright{
padding:5px;
float:right;
}
#footer{
	background-image: url(images/menu_bar.jpg);
	width: 674px;
	height: 33px;
	float: left;
	border-left-width: thick;
	border-left-color: #FFFFFF;
	border-left-style: solid;
}		
#sidebar{ 
		   background-color: #FFFFFF;
           width: 93.7px;
		   height: auto;
		   float: right;
}
#sidebar_f{
		   background-color: #FFFFFF;
           width: 93.7px;
		   height: 3360px;
		   float: right;
}
#sidebar_sb{
		   background-color: #FFFFFF;
           width: 93.7px;
		   height: 100%;
		   float: right;
}				
  .application {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
#link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
#sidebar_ap{
		   background-color: #FFFFFF;
           width: 93.7px;
		   height: 6000px;
		   float: right;
}
#sidebar_l{
		   background-color: #FFFFFF;
           width: 93.7px;
		   height: 599px;
		   float: right;
}	
#sidebar_s{
		   background-color: #FFFFFF;
           width: 93.7px;
		   height: 405px;
		   float: right;
}
.floatleft{
float:left;
padding:5px;
}