body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	color: #666666;
	margin: 0;
	padding: 0;
	background: #ebdcc5 url('images/bg.jpg') repeat-x;
}

img {
	border: 0;
}

/*-------[ Bullet Points ]-------*/
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	padding: 2px;
}

/*-------[ END Bullet Points ]-------*/

/*-------[ Links ]-------*/

a
{
	color: #195e82;
	text-decoration: none;
}

a:hover
{
	color: #277fad;
	text-decoration: underline;
}

/*-------[ END Links ]-------*/

/*-------[ Heading Sizes ]-------*/

h1
{
	color: #b319f3;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
}

p
{
	margin: 0px;
	padding: 0px;
}

/*-------[ END Heading Sizes ]-------*/


/*-------[ Messages ]-------*/

.error
{
	font-weight: bold;
	font-size: 1.1em;
	color: #CC0000;
	padding-top: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success
{
	font-weight: bold;
	font-size: 1.1em;
	color: #3AB331;
	padding-top: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success a
{
	color: #219318;
	font-weight: bold;
	text-decoration: underline;
}

.success a:hover
{
	color: #3CC531;
}

/*-------[ END Messages ]-------*/






/*---------[ Forms ]---------*/

form
{
	margin: 0px;
	padding: 0px;
}

label
{
	font-weight: bold;
	display: block;
	font-size: 0.9em;
	margin-top: 4px;
}

.field, .field-nh {
	border: 1px solid #195e82;
	color: #666666;
}

.field:hover {
	border: 1px solid #277fad;
}

.field:focus {
	border: 1px solid #195e82;	
}

.highlight {
	border: 1px solid #277fad;
}

/*---------[ END Forms ]---------*/


/*-------------------------------------
		Main layout
-------------------------------------*/


/*-------[ Head Layout ]-------*/

#head-container
{
	margin: 0 auto;
	width: 800px;
	height: 230px;
}

#head-image
{
	width: 800px;
	height: 197px;
}

#head-top-menu
{
	padding-top: 5px;
	color: #fceb82;
	width: 800px;
	height: 25px;
	*height: 30px;
	background-color: #f3a019;
}

#head-top-menu a, #head-top-menu a:hover
{
	color: #fceb82;
}

/*-------[ END Head Layout ]-------*/


/*-------[ Page Layout ]-------*/

table {
	font-size: 1em;
}

#wrapper { /* content centering div */
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

#white-page-spacer {
	width: 832px;
	background: url('images/main-bg.png') repeat-y;
	margin: 0 auto;
	height: 100%;
	text-align: center;
}

#page-container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

#content-container
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

#left-content
{
	margin-top: 10px;
	float: left;
	width: 190px;
}

#left-image
{
	float: left;
	width: 190px;
	height: 190px;
}

#left-menu
{
	margin-top: 10px;
	float: left;
	width: 190px;
	background-color: #ebdcc5;
}

#left-menu-title
{
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	width: 180px;
	height: 25px;
	*width: 190px;
	*height: 30px;
	color: #fceb82;
	font-size: 2em;
	font-weight: bold;
	background-color: #f2ba5e;
}

#left-menu-item
{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 180px;
	color: #b319f3;
}

#left-menu-item a, #left-menu-item a:hover
{
	color: #b319f3;
}

#main-content
{
	float: left;
	width: 580px;
	padding: 10px;
}

/*-------[ END Page Layout ]-------*/


/*---------[ Footer ]---------*/

#footer-container {
	width: 832px;
	margin: 0 auto;
	text-align: center;
	height: 37px;
	background: url('images/foot.png');
}

#footer {
	float: left;
	margin-top: -5px;
	width: 832px;
}
#pjwd {
	padding-right: 20px;
	padding-top: 5px;
	float: right;
	font-size: 0.8em;
	color: #FFFFFF;
}

#pjwd a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#pjwd a:hover {
	text-decoration: underline;
}

/*---------[ END Footer ]---------*/


/*-------------------------------------
		END Main layout
-------------------------------------*/
