@charset "UTF-8";
/* Graphic Expressions CSS Document */

/* ----- global styles ----- */
body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/*height: 500px;*/
	margin: 0;
	padding: 0;
	voice-family: "\";}\"";
	voice-family: inherit;
}
a {
	color: #66c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
#pageWrapper {
	height: 786px;
	left: 50%;
	margin: 50px 0 0 -450px;
	position: absolute;
	width: 900px;
}

/* --- "navigationTop" styles --- */
#navigationTop {
	height: 36px;
	margin: 100px 0 0 240px;
}
#navigationTop img {
	margin-right: 10px;
}

/* --- "contentArea" styles --- */

#contentArea {
	height: 403px;
	margin: 0 0 0 59px;
	padding: 0;
	width: 785px;
}
#content {
	height: 390px;
	overflow: auto;
	padding: 10px 10px 0 300px;
}
#content h1 {
	color: #66c;
	font-size: 110%;
	margin: 0;
	text-align: center;
}
#content h2 {
	border-bottom: 1px solid #66c;
	color: #66c;
	font-size: 100%;
}
#content p {
	/*text-align: center;
	letter-spacing: 1px;*/
}
#content img {
	border: 2px solid #309;
}
#content li {
	margin-left: 30px;
}
.form td {
	padding: 2px;
}
.form label {
	color: #66c;
	font-weight: bold;
	margin-right: 15px;
}

/* --- "navigationBottom" styles --- */
#navigationBottom {
	height: 36px;
	margin: 0 0 0 74px;
}
#navigationBottom img {
	margin: 0 10px 0 0;
}
#navigationBottom a {
	margin: 0;
}

/* --- "footer" styles --- */
#footerR, #footerL {
	font-size: 85%;
	font-weight: bold;
	float: left;
	margin: 80px 40px 0 50px;
	
}
#footerR {
	float: right;
	text-transform: uppercase;
}