@charset "UTF-8";
/* CSS Document */

/* basic elements */

body { 
	font: 8pt/16pt arial; 
	color: white; 
	background: #f2ac50; 
	margin: 0px; 
	}
	
	
p { 
	font: 11pt arial; 
	margin-top: 0px; 
	text-align: justify;
	color:#000000;
	}
	
h3 { 
	font: italic normal 12pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #333333;
	}



.masthead {
	height: 241px;
	width: 780px;
	margin-left:auto;
	margin-right:auto; 
	background: url(images/srtop.jpg);
	}

.mastbuttons {
	position:relative;
	top:-38px;
	height: 25px;
	width: 774px;
	background-color: #990000;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	}

/* here is the navigation related css*/	
ul#navlist
{
padding-top: 3px;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 2px 19px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #990000;
text-decoration: none;
}

#navlist a:hover 
{
color: #fef377;
background-color: #990000;
text-decoration: none;
}

#navlist li a#current
{
color: #fef377;
background-color: #990000;
text-decoration: none;
}

/* to here */
	
.body {
	position:relative;
	top: -37px;
	background: url(images/bodybg.jpg) repeat;
	width: 780px;
	height: 1000px;
	margin-left:auto;
	margin-right:auto;
	}

.main {
	position:relative;
	float:left;
	top:10px;
	width: 500px;
	padding: 15px;
	}
	
.sidebar {
	position:relative;
	background: url(images/testright2.gif) no-repeat;
	float:right;
	top: 30px;
	padding:20px;
	height: 1000px;

}
	
.footer {
	position:relative;
	top: 400px;
	height: 40px;
	width: 780px;
	background-color: #ffffff;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
	margin-left:auto;
	margin-right:auto;
	 }
	
	
	
 
/* This is the background image */
#bg {
	width: 400px;
	height: 300px;
	background: url(leaf.gif) repeat;
	border: 2px solid black;
	}
	
/* This is the transparent box */
#transbox {
	width: 300px;
	margin: 0 50px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
