/******************************************************************************/
/*  GENERAL SETTINGS                                                          */
/******************************************************************************/
body, p, h1, h2, h3, h4, h5, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: white url('../images/bg_body.gif') repeat-x;
	font-family: "Arial CE", "Arial", "Verdana CE", Verdana, "Helvetica CE", Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	height: 100%;
	text-align: center;
}
td {
	font-size: 12px;
	padding: 0;
}
th {
	font-size: 12px;
	text-align: left;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #00aeef;
}
a:hover {
	color: #216a86;
}
div.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/******************************************************************************/
/******************************************************************************/

#container {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
}
#container td {
	vertical-align: top;
	font-weight: bold;
}

#container td.leftSpacer {
	width: 50%;
}
#container td.rightSpacer {
	width: 50%;
}
	
#topSpacer {
	height: 24px;
}

/******************************************************************************/

#header {
	height: 109px;
	width: 609px;
	padding: 1px 0 0 0;
	margin: 0 0 4px 0;
	background: white;
}
#header h1 span {
	display: none;
}
#header h1 {
	margin: 8px 0 0 24px; 
	background: url('../images/logo.gif') no-repeat;
	display: block;
	width: 105px;
	height: 91px;
}

/******************************************************************************/

#menuBar {
	height: 150px;
	margin: 0 0 4px 0;
	background: white url('../images/bg_menubar.jpg') 4px 0 no-repeat;
}

#menuBar ul.menu {
	margin: 0 4px 0 374px;
	width: 231px;
	list-style: none;
}
#menuBar ul.menu li a {
	padding: 8px 0 0 9px;
	display: block;
	background: #fff200;
	text-decoration: none;
	color: black;
	height: 22px;
	_height: 30px;
}
#menuBar ul.menu li a:hover {
	text-decoration: underline;
}
#menuBar ul.menu li.active a {
	background: #939598;
	color: white;
}

/******************************************************************************/

#content {
	background: white;
	padding: 4px 4px 30px 4px;
}

#content h2 {
	background: #939598;
	color: white;
	font-size: 14px;
	padding: 7px 0 0 32px;
	margin: 0 0 20px 0;
	height: 23px;
	_height: 30px;
}

#content p {
	font-size: 14px;
	line-height: 120%;
	margin: 0 32px 0 32px;
}

#content ul {
	list-style: none;
	font-size: 14px;
	margin: 0 32px 0 32px;
}
#content ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 14px;
	background: url('../images/bullet.gif') no-repeat 0px 4px;
}

#content table.columns td.col1 {
	width: 374px;
}

/******************************************************************************/

#content table.contactForm td.label {
	padding: 3px 20px 0 32px;
	font-weight: bold;
}
#content table.contactForm input.text {
	width: 410px;
	margin-bottom: 4px;
}
#content table.contactForm textarea {
	width: 410px;
	height: 120px;
}
#content table tr.buttons td {
	padding: 6px 0 0 0;
}

#content p.error {
	color: red;
	margin-bottom: 12px;
}
#content p.success {
	color: #00aeef;
	margin-bottom: 12px;
}

/******************************************************************************/

#footer {
	background: #939598;
	padding: 4px 0;
	height: 20px;
	text-align: center;
}
#footer a {
	color: whitesmoke;
}

/******************************************************************************/


