@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d7c5a6;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a{
	color:#030;
	font-weight:900;
}
a:hover{
	text-decoration:none;
	color:#630;
}
	
.twoColFixRt #head{
	background-color:  #EBEBD6;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 780px;
}
.twoColFixRt #headw{
background-image:url(../images/headw.gif);
background-color:  #EBEBD6;
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 780px;
}
.twoColFixRt #head #nag{
	color: #201000;
	font-size:16px;
	text-indent:20px;
	position:relative;
	top:170px;
	width:650px;
	font-weight:900;
}
.twoColFixRt #headw #nag{
	color: #201000;
	font-size:16px;
	text-indent:20px;
	position:relative;
	top:170px;
	width:650px;
	font-weight:900;
}
#idvad{
	text-align:center;
}
#menu{
	float:left;
margin-left: 10px;
margin-top: 5px;
background: url(../images/b.jpg) repeat center center;
}
.twoColFixRt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBD6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#300;
	font-size:12px;
	margin-top:10px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 115px;
	padding: 2px;
	text-decoration: none;
	background: url(../images/b.jpg) repeat center center;
	color: black;
	font: 900 13px Tahoma;
	border-top: 1px solid #202020;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #202020;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;

}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;

}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 150px; /*width of sub menu levels*/
font-weight: 900;
padding: 2px 5px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
background: url(../images/b.jpg) repeat center center;
}

.horizontalcssmenu ul li a:hover{
	background: url(../images/1b.jpg) repeat center center;
	font-weight: 900;
	color: #630;
	border: 1px solid #FF0000;
}

.horizontalcssmenu ul li ul li a:hover{
background: #F96;
background: url(../images/1b.jpg) repeat center center;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background-color: transparent;
	background-image: url(../images/menuarrow.png);
	background-repeat: no-repeat;
	background-position: center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

img{
	border:0px;
}
h1{
	font-size:18px;
	color:#630;
}
h2{
	color:#330;
	font-size:16px;
}
#divlink{
	text-align:center;
	width:800px;
	font-size:10px;
	margin:80px auto;
}
#footer{
	font-size:10px;
	color:#300;
	font-weight:700;
	text-indent:20px;
}