body {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
}

a:link img {
        border: none;
}

a:vlink img {
        border: none;
}

/* ID Styles */

#wrapper {
	width: 762px;
	margin: 10px auto;
	background: url(images/innerwrapper_bg.jpg) repeat-y;
}

#header {
	background-color: #FFFFFF;
	height: 150px;
}

/*#navbar {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 770px;
	height:22px;
	left: 6px;
	top: 162px;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF; 
}*/

#leftcolumn {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	width: 190px;
        height: 100%;
	float: left;
	background-color: #E7E8E9;
        border-left: 1px solid #CCCCCC;
}

#leftcolumn a:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

#leftcolumn a:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

#leftcolumn a:hover {
	text-decoration: underline;
}

#rightcolumn {
        font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin-left: 204px;
	width: 550px;
	background-color: #FFFFFF;
}

#rightcolumn a:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

#rightcolumn a:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

#rightcolumn a:hover {
	text-decoration: underline;
}

#rightcolumn h1 {
	font-family: "Arial";
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin-left: 25px;
}

#footer {
	border-top: 1px solid #000000;
	font-family: Verdana;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
	background: url(images/footer_bg.jpg);
        padding: 3px;
	clear: both;
}

#footer a:link, a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#credit, #credit a {
	color: #333333;
}

#credit a:hover {
	color: #999999;
}