/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#74705e; /* fc7600;
	/*
	background-image: url(../images/layout/background.gif);
	background-repeat: repeat;*/
}

html>body #container { height: auto; }

#container {
	width: 700px;
	height: 100%;
	min-height: 100%;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 1px dashed #e5ecf3; /*#AAAAAA;*/
	/*border-right: 1px dashed #e5ecf3; /*#AAAAAA;*/
	background-color: #FFFFFF; /*#535353;*/
}

#header {
	width: 700px;
	height: 150px;
	background-image: url(../images/header_tvob.jpg);
	position:absolute;
	top: 0px;
}


#menu-bar {

	width: 700px;
	height:20px;
	position:absolute;
	border-top:1px solid #FFFFFF;
	top:150px;
	background-color:#5c8727; /*e5ecf3; /*333333;*/
	background-image: url(../images/menu_tvob.gif);
	
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	
	color: #FFFFFF;	
}

.menu a, .menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	color: #fc7600;
	text-decoration:none;
}

#body {
	
	background-color:#FFFFFF;
	padding: 190px 10px 100px 10px;
	
}

.main-content {
	font: 12px arial;
	color: #000000;
	vertical-align: top;
}

.main-content-orange {
	font: 12px arial;
	color: #fc7600;
	vertical-align: top;
}

.main-content-page-header {
	font: 12px arial;
	font-weight:bold;
	color: #fc7600;
	vertical-align: top;
}

.main-content-highlight {
	font: 12px arial;
	
	color: #5c8727;
	vertical-align: top;
}

.main-content-ul {
	font: 12px arial;
	color: #000000;
}

.main-text-cell {
	width: 480px;
	vertical-align:top;
}

.main-image-cell {
	vertical-align:top;
	padding-left:10px;
}


.main-content a:hover {
	text-decoration: underline;
	color: #1b5790;
}

.main-content a {
	text-decoration: none;
	color: #666666;
}



.main-content a:visited {
		text-decoration: none;
	color: #666666;
}

.main-content img {
	
	borer:1px solid #5c8727;
}





#footer {
	position:absolute;
	bottom: 50px;
	font: 9px Arial;
	color: #5c8727;
	right: 40px;
	text-align: right;
}


#footer a, a:visited {
	color: ##5c8727;
	text-decoration:none;
}

#footer a:hover {
	color: #fc7600;
	text-decoration:none;
}


/* form styles */

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submit input
{
	margin-left: 4.5em;
}


