html, body, table, div, td, img
{
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	font-family: tahoma;
	font-size: 12px;
}

html, body
{
	height: 100%;
}

table
{
	width: 100%;
}

body
{
	/*background: #3f4c6b;*/
	background: url('../images/img_background.png');
}

img
{
	padding: 0;
	margin: 0;
	border: 0;
}

#container_site
{
	margin: 0 auto 0 auto;
	width: 800px;
}

#container_header
{
	padding-top: 75px;
	background: url('../images/img_header.png') top left no-repeat;
}

#container_nav
{
	height: 33px;
}

#container_nav ul
{
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	list-style: none;
	background: #3f4c6b;
	border: 0;
}

#container_nav ul li
{
	float: left;
	width: 120px;
	background: #ff0000;
	margin: 0 0 0 4px;
	padding: 0;
	border: 0;
}

#container_nav ul li a
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#container_page
{
	background: #ffffff;
	padding: 10px;
	color: #000000;
}

#container_footer
{
	height: 20px;
}

#divDesignBy
{
	float: left;
	padding: 10px;
	color: #f4e109;
}

#divCopyright
{
	float: right;
	padding: 10px;
	color: #f4e109;
}

td.imagecell
{
	width: 33%;
	height: 180px;
	vertical-align: middle;
	text-align: center;
}

td.imagecell a img
{
	border: 1px solid #CDCDCD;
}

div.divSectionHeader
{
	background: url('../images/img_sectionheaderbar.png') top left repeat-x;
	height: 25px;
	color: #FFFFFF;
}

div.divSectionHeaderArrow
{
	background: url('../images/img_sectionheaderarrow.png') top left no-repeat;
	height: 25px;
}

div.divSectionHeaderYellow
{
	background: url('../images/img_sectionheaderbar_yellow.png') top left repeat-x;
	height: 25px;
	color: #222266;
}

div.divSectionHeaderArrowYellow
{
	background: url('../images/img_sectionheaderarrow_yellow.png') top left no-repeat;
	height: 25px;
}

div.divSectionHeaderPadding
{
	padding: 5px 0 0 9px;
}

div.divSectionContent
{
	padding-bottom: 20px;
	padding-left: 3px;
}

#divGalleryTable
{
	padding: 0 0 20px 0;
}

td.formlabel
{
	width: 130px;
	padding: 10px 0 10px 0;
	vertical-align: top;
}

td.formfield
{
	padding: 10px 0 10px 0;
}

input.textbox
{
	width: 300px;
}

textarea.textbox
{
	width: 300px;
	height: 200px;
}

ul.contentlist
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.contentlist li
{
	padding: 0 0 12px 12px;
}