* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #D0E2EE;
	background-image: url(../design/gradient_out.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../design/gradient_in.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 633px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -20px; /* the bottom margin is the negative value of the footer's height */
	margin-left: auto;
	background-color: #FFF;
}
#top {
	height: 310px;
	width: 633px;
	vertical-align: middle;
	background-image: url(../design/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top img {
	border-width: 0px;
	border-style: none;
	}
	
#slideshowtop {
	height: 300px;
	width: 633px;
	vertical-align: middle;
	background-image: url(../design/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slideshowtop img {
	border-width: 0px;
	border-style: none;
	}
#top-left {
	float: right;
	height: 275px;
	width: 460px;
}
#slideshowlanguage {
	float: right;
	height: 275px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#language {
	float: right;
	height: 275px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation {
	height: 72px;
	width: 633px;
	background-image: url(../design/navbar.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
}
#navigation a {
	margin-left: 30px;
	display: block;
	float: left;
}
#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 603px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 16px;
}
#content img {
	margin-right: 0px;
	margin-left: 20px;
}
#content .news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	float: right;
	width: 190px;
	padding-right: 0px;
	padding-left: 5px;
}
#content .news p{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8A8B0;
}

#content a{
	text-transform: uppercase;
	color: #F05B21;
	text-decoration: none;
	}
#content h1{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}
#content h2{
	color: #F05B21;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}

/* FORM css */
.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding-left: 155px;
	height: 1%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/* FOOTER STYLES */
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
#push {
	height: 20px;
}

#footer {
	/*position:absolute;*/
	color:#000;
	bottom:0;
	height:20px;
	width:633px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F05B21;
	vertical-align: middle;
	background-color: #E0E8EB;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
#footer a {
	text-decoration:none;
	color:#666;
	}
#footer a:hover {
	text-decoration:none;
	color: #F60;
	}
#tcntag {
	float: right;
}
#add {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#add a{
	font-size: 10px;
	color: #F05B21;
	text-decoration: none;
}

