/*
	*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
.slideshow {
	width:800px;
	height:450px;
	overflow:auto;
}
a {
	color:#30008A;
	text-decoration:none;
	
}
a:hover {
	color:purple;
	text-decoration:underline;
}
blockquote {
	background:#F2F2D4;
	border-left:2px solid #E08719;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:white;
	;
	color:black;
font-family: "Courier New", Arial;
}

/* header */
#header {
	background:url('images/background_header6.gif');
	height:120px;
	margin:0 auto;
	position:relative;
	width:800px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:white;
	font-size:45px;
	font-weight:bold;
	margin:0px 30px 30px 30px;
	left:40;
	letter-spacing:-2px;
	position:absolute;
	top:80px;
	width:130px;
}
#header p {
	bottom:46px;
	font-weight:bold;
	color:#0C0143;
	font-size:20px;
	margin:0px 0px 0px 32px;
	left:40;
	letter-spacing:-1px;
	position:relative;
	top:164px;
	width:170px;
}
/*#header ul {
	list-style:none;
	position:absolute;
	top:88px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:17px;
	padding:9px;
	width:190px;
}
#header ul li a:hover {
	background:#74A839;
	color:#eee;
	text-decoration:none;
}
*/
/* content */
#content {
	height:auto;
	margin:0 auto;
	padding-left:20px;
	width:780px;
	background:white;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:190px;
}
#sidebar h1 {
	border-bottom:2px solid #557333;
	color:#444;
	letter-spacing: +1px;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:1 10px;

}

#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#F2F2D4;
	color:#555;
	display:block;
	font-size:120%;
	line-height:18px;
	margin:10px 0;
	padding:7px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #74A839;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */
#main {
	float:right;
	width:525px;
}
#main p {
	color:#555;
	margin:10px 0;
	line-height:18px;
	padding:11px;
	font-size:120%;
	padding:8px;
}
#main h1 {
	
	border-bottom:2px solid #557333;
	color:#444;
	letter-spacing: +1px;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:1 10px;
}
.selectBox{
	
	border:1px solid #557333;
	background:#f1f1f1;
	}
	/*Main2*/
#main2 {
	float:center;
	width:760px;
}
#main2 p {
	color:#555;
	line-height:19px;
	padding:10px;
	font-size:120%;
	text-align:center;
	
}
#main2 h1 {
	
	color:#444;
	letter-spacing: +1px;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	text-align:center;
}
/* footer */
#footer {
	margin:10px auto;
	width:760px;
	position:bottom;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #557333;
	color:#555;
	font-size:85%;
	line-height:20px;
	padding:10px;
	text-align:center;
}

	 .smallBold {
	font-size: 40px;
	line-height: 75px;
	font-weight: bold;
	font-family:"Courier New", Arial;
}
.imagebox{
	height:200px;
	width:250px;
	overflow: auto;

	}
	 .LargeBold {
	font-size: 58px;
	font-weight: bold;
}
.menulink {
	color: Yellow;
	text-decoration: underline;
	font-size: 32px;
}
.maintext {
	
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.maintext2 {
	
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
 .maintext2 td{
border: 1px solid black;
text-align:center;
padding:10px;
	}
.maintext4 {
	
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.maintext3 {
	
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: white;
	background:#0C0143;
}
.mainlink{
		color: blue;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	
	}
.whitelink {
	border:none;
	outline: none;
	text-decoration: "none";
	font-size: 11px;
}