/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(images/background.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	color:#000000;
	margin-top: 15px;
}

h1 {
	margin-top:10px;
	margin-left:10px;
	color:#003300;
}
h2 {
	color:#333333;
}

a {
	text-decoration:underline;
	color:#006600;
}
a:hover {
	text-decoration:underline;
	color:#009900;
}

#wrapper {
}

#header {
	width:800px; 
	height:100px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(images/header.png)
}
/* --------------Menu ------------*/
#menu {
	/*total height 30 + 5 = 35*/
	font-size:18px;
	width: 800px;
	height: 30px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	background: url(images/shaded.png);
}

#menu ul {
	text-align:center;
}

#menu li {
	margin-left:10px;
	margin-right:10px;
	display: inline;
}

#menu a {
	color:#FFFFFF;
}
#menu a:hover {
	color:#00CC00;
}
#menu a.active {
	color:#009900;
	font-weight:bold;
}
/* --------------Frame ------------*/
#frametop {
	width:800px;
	height:20px;
	margin:0 auto;
	margin-top:10px;
	
	background-image:url(images/frametop.png);
}

#frame {
	width: 800px;
	margin: 0 auto;
	background-image:url(images/frame.png);
}

#framebottom {
	width:800px;
	height:20px;
	margin:0 auto;
	margin-bottom: 20px;
	
	background-image:url(images/framebottom.png);
}
/* --------------CONTENT ------------*/
#content {
	float: left;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	width: 760px;
}
#contentLeft {
	float: left;
	padding-left:20px;
	padding-right:10px;
	width: 370px;
}
#contentRight {
	float: right;
	padding-left:10px;
	padding-right:20px;
	width: 370px;
}
/* link tables */
#linktable {
}
#linktable table {
	width: 700px;
}
#linktable tr {
	height:160px;
}
#imageIcon {
	width:210px;
	border:thin;
}
#linktable a {
	font-size:20px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
/* --------------END OF CONTENT ------------*/
#legal {
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	margin-bottom:20px;
}
#legal a{
	color:#FFFFFF;
}
