body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: rgb(255,255,255);
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
#wrapper {
	width: 960px;
	background-color: rgb(255,255,255);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 36px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #666;
}
h3 {
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
}
p4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #555;
}
p7 {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #555;
}


p {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #555;
}
p2 {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #F00;
}
p3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #FFF;
	
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	color: #FFF;	
}
#rightcol {
	height: 200px;
	width: 760px;
	background-color: rgb(255,255,255);
	float: right;
	padding-left: 20px;
}
#leftcol {
	/*background-color: #333;*/
	background-color: #666;
	height: 245px;
	width: 158px;
	float: left;
	padding-left: 22px;
}
#mainbody {
	background-color: #666;
	height: auto;
	width: 375px;
	align: center;
	
}
p5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	color: #555;
}
p6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #555;
}
.graycol {
	color: #999;	
}
.whitecol {
	color: #FFF;	
}

a:link, a:visited {
	color: #39F;
}

/* mouse over link */
a:hover {
	color: #0C0;
}

/* selected link */
a:active {
	color: #F36;
}

a.temp:link { color: white; text-decoration: none }
a.temp:active { color: black; text-decoration: none }
a.temp:visited { color: white; text-decoration: none }
a.temp:hover { color: black; text-decoration: nounderline; background: white }

.menuitem {
	display:            	block;
	border-width:       	1px;
	border-style:       	solid;
	text-decoration:    	none;
	
}

div.menuitem {
	background-color:   	#000;
	border-color:       	#fff;
}

a.menuitem {
	color:              	#ffffff;
	border-color:       	#666; 
/*	border-color:       	#1874cd;*/
}

a.menuitem:hover {
	background-color:   	black;/*#0077ff;#46bbde;*/
	border:             	1px black solid;
/*	border:             	1px #bbf solid;*/
	color:              	white;
}
