body {
	color : Black;
	background-color : #EFEFEF;
}
body, html, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 955px;
	position : relative;
}
div#header {
	width: 955px;
	padding : 0px;
	margin : 0px;
	height : 113px;
	background-color : #0066FF;
}
#inside {
	background-image : url(../images/bkgrnd_vert.jpg);
	background-repeat : repeat-y;
	background-color : White;
	position : absolute;
	top : 113px;
	width : 955px;
}
div#menu {
	float : left;
	background-color : #666666;
	width : 150px;
	border : 1px solid Black;
	margin : 20px 0 0 10px;
}
div#content {
	float : left;
	width : 530px;
	padding-left : 60px;
	margin-top : 20px;
}
div#rightside {
	float : right;
	width : 150px;
	padding : 10px 15px;
	background-color : #6699CC;
	border : 1px solid Black;
	margin : 20px 10px 0 0;
}
.clearit {
	clear : both;
}
.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	display : block;
}
.menu a:link {
	color : White;
	text-decoration : none;
	font-weight : bold;
	padding : 6px 10px 6px 16px;
	width : 100%;
}
.menu a:visited {
	color : White;
	padding : 6px 10px 6px 16px;
	text-decoration : none;
	font-weight : bold;
	width : 100%;
}
.menu a:hover {
	color : #CCCCCC;
	text-decoration : none;
	font-weight : bold;
	padding : 6px 10px 6px 26px;
	width : 100%;
	background-color : #6699CC;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #0099CC;
	padding-left : 20px;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #CC3333;
}
p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	line-height : 175%;
	text-align : justify;
}
p a:link {
	color : #333333;
}
p a:visited {
	color : #333333;
}
p a:hover {
	color : #999999;
}
.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Silver;
}
.copyright a {
	color : Silver;
	text-decoration : none;
}
.copyright a:visited {
	color : Silver;
}
.copyright a:hover {
	color : Gray;
}

