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

/* basic elements */

body { 
	font: 8pt/16pt Arial, Helvetica, sans-serif; 
	color: white; 
	background: #f2ac50; 
	margin: 0px; 
	}
	
	
p { 
	font: 12pt Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	text-align: justify;
	color: #ffffff;
	}
	
h3 { 
	font: italic normal 12pt Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}



.masthead {
	height: 215px;
	width: 615px;
	margin-left:auto;
	margin-right:auto; 
	}

.mastbuttons {
	position:relative;
	top: -35px;
	height: 20px;
	width: 615px;
	background-color: #990000;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
	margin-left:auto;
	margin-right:auto;
	}


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

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

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

#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: -30px;
	background: url(images/bg2.jpg) repeat;
	width: 780px;
	height: 700px;
	margin-left:auto;
	margin-right:auto;
	}

.main {
	position:relative;
	float:left;
	top:10px;
	width: 70%;
	padding: 15px;
	}
	
.sidebar {
	padding-top: 40px;
	margin-right: 20px;

}
	
.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;
	}
