@charset "iso-8859-1";
/* CSS Document */

#container
{
width: 750px;
margin: 0px auto;
}

#top
{
/*padding: .5em;*/
background-color: #ddd;
}
#links
{
/*padding: .5em;*/
background-color: #ddd;
border-bottom: 1px solid gray;
text-align:right;
padding:5px;
}


#leftnav
{
float: left;
width: 211px;
margin: 0;
padding: 0;
}

#content
{
margin-left: 220px;
border-left: 1px solid gray;
padding: 1em;
max-width: 500px;
}

#footer
{
clear: both;
margin: 0;
/*padding: .5em;*/
color: #333;
background-color: #ddd;
/*border-top: 1px solid gray;*/
}

#leftnav p { margin: 0 0 1em 0; }


body{
background-color:#ffffff;
margin-top:0px;
margin-left:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
color: #333333;
}
/* NAVIGATION BUTTONS */
			.cssnav {
						position:relative;
						font-family: Verdana, Arial, Helvetica, sans-serif;;
						background-image:  url(../overbtn.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 211px;
						height: 44px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav1	{
						position:relative;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						background-image:  url(../overbtn1.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 211px;
						height: 66px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 211px;
						height: 44px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}
			.cssnav1 a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 211px;
						height: 66px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}

			.cssnav img {width: 211px; height: 44px; border: 0; }
			.cssnav1 img {width: 211px; height: 66px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}
			.cssnav1 a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 30px;
						top: 15px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: center;
						
			}
						.cssnav1 span {
						position: absolute;
						left: 30px;
						top: 15px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 28px;
						text-align: center;
						line-height:15px;
			}
			/* END OF NAVIGATION */

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	color: #666666;
	text-align: center;
}
h2 {
	font-size: large;
	font-weight: 600;
	padding-left:15px;
}

h3 {

	font-size: medium;
	font-weight: 400;
	padding-left:15px;
	padding-top:20px;
}

h4 {
	
	font-size: medium;
	font-weight: 300;
	padding-left:15px;
	padding-top:20px;
}

h1,h2,h3,h4{
color: #606060;
text-align:left
font-family: Verdana, Arial, Helvetica, sans-serif;
border-bottom:1px dotted #999999;
padding-bottom:12px;
}

.content_big{
	color: #000000;
	padding: 5px;
	text-align:justify;
	line-height:1.5;
	letter-spacing:0.5;
	/*border: thin dotted #333333;*/
}
li{
padding-bottom:10px;
}

a:link{color:#333;
text-decoration:none}
a:over{color:#333;
text-decoration:none;
}
a:hover{color:#333;
text-decoration:underline;
}
a:active{color:#000000;
text-decoration:none;
}