@import url('menu.css');

body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

h1
{
	display: none;
}

#website
{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	background-color: #ffffff;
	background-image: url('../img/bg_content.jpg');
	background-repeat: no-repeat;
	background-position: 0px 129px;
	min-height: 590px;
	_height: 590px;
}

#top
{
	width: 975px;
	height: 99px;
	background-color: #001532;
	background-image: url('../img/top.gif');
	background-repeat: no-repeat;
}

#logo
{
	position: absolute;
	margin-left: 35px;
	margin-top: 27px;
}

#menu
{
	width: 975px;
	height: 30px;
	background-color: #4da360;
	background-image: url('../img/bg_menu_normal.gif');
	background-repeat: repeat-x;
}

#content
{
	margin: 0px;
	padding: 10px;
	width: 915px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 30px;
}

#content a
{
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#bottom
{
	width: 945px;
	text-align: right;
	padding-right: 30px;
	padding-top: 5px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	color: #001532;
	margin-bottom: 16px;
}

#bottom a
{
	color: #001532;
	text-decoration: none;
	margin-left: 10px;
}

#bottom a:hover
{
	color: #86c340;
}

#row1_col1
{
	width: 615px;
	min-height: 280px;
	_height: 280px;
	margin-top: 20px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url('../img/bg_cell_large.png');
	background-repeat: no-repeat;
	color: #001532;
}

#row1_col1 a
{
	color: #001532;
}

h1,h2,h3,h4
{
	font-size: 17px;
}

input, select, textarea
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	border: solid 1px #d1cece;
}

.button
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #00aeef;
	border: solid 1px #d1cece;
	padding-left: 10px;
	padding-right: 10px;
}

.borderblock_error
{
	border: solid 2px #810021;
	padding: 10px;
	color: #810021;
}