


/* general */

body {
	background-color: #E8E8E8;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color:#333333;
}
html {
	height: 100%;
}

/* font */
a {
	text-decoration: none;
}

a:hover {
	/*text-decoration:underline;*/
}
h2 {
	margin-top:10px;
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h2, a, h3, #navigation a:hover, #footer_nav a:hover, .news_title, .news_title a, .news_title_ver, .news_title_ver a, .news_intro_c{
color:#c90022;
}

/* header */
#header {
	background-image:url(../images/header.jpg);
	background-position:center;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	height: 350px;
	width:100%;
}
#site_container {
	position: relative;
	width: 802px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/cont_back_top.jpg);
	background-repeat: no-repeat;
	background-color:#EDECED;
}


/* navigation */
#navigation {
	padding-top: 105px;
}
#navigation a {
	color:#333333;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:1%;
	padding-right: 1%;
}


/* content */
#content {
	clear: both;
	padding: 0px 7px 0px 7px;
	/*min-height: 365px;*/
	min-height: 250px;
	border-left-style:solid;
	border-left-width: 1px;
	border-left-color: #C1C0C1;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #C1C0C1;
}	

#content_text {
	margin-top: -7px;
}

.text_box {
	vertical-align:top;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #C1C0C1;
	padding-right: 7px;
}
.side_picture {
	padding-left: 7px;
}
td#feedbackform {
	padding: 0px 20px 10px 20px;
}
.fb_input {
	width: 360px;
}

.news_box {
	background-image:url(../images/news_back.jpg);
	background-repeat: no-repeat;
	width: 279px;
	height: 109px;
	padding: 6px;
}
.news_title {
	font-size: 13px;
	width: 150px;
	z-index: 10;
}
.news_title a:hover {
	text-decoration:underline;
}

.news_intro {
	font-size: 12px;
	width: 170px;
}

.news_box_ver {
	background-image:url(../images/news_back_ver.jpg);
	background-repeat:repeat-x;
	width: 98%;
	height: 109px;
	padding: 6px;
}

h2.news_title_c, .news_intro_c {
	padding-left:20px;
}

h2.news_title_c {
	padding-top: 2px;
	font-size: 20px;
}

.news_intro_c {
	font-size: 13px;
	padding-bottom: 9px;
}

.news_title_ver {
	font-size: 13px;
	width: 450px;
	padding-top: 2px;
}
.news_title_ver a:hover {
	text-decoration:underline;
}

.news_intro_ver {
	font-size: 12px;
	width: 470px;
	padding-top: 10px;
	padding-bottom: 15px;
}


/* footer */
#footer {
	clear:both;
	width: 100%;
	/*background-color:#FFFFFF; */ 
	background-color: #E8E8E8; 
	height: 120px;
	font-size: 10px;
	color:#333333;
}



#footer_nav {
	padding: 5px 0px 0px 3px;
}

#footer_nav a{
	color:#333333;
	font-size:11px;
	font-weight: bold;
}



#footer_cot_bottom {
	margin-top: -6px;
}





