/* CSS Document */

body {
background-color:#eeeeee;
text-align:center;
margin-top:0px;
}
#container {
width:1000px;
height:785px;
background-image:url(img/back.jpg);
background-repeat:repeat-y;
}
#containerbigger {
width:1000px;
height:1060px;
background-image:url(img/back.jpg);
background-repeat:repeat-y;
}
#header {
width:970px;
height:120px;
margin-left:7px;
}
#headerleft {
width:190px;
height:120px;
float:left;
text-align:right;
}
#headercenter {
width:645px;
height:120px;
float:left;
background-image:url(img/header_center.jpg);
}
#headerright {
width:130px;
height:120px;
float:left;
text-align:left;
}
#box {
width:950px;
height:600px;
margin-top:5px;
float:left;
}
#boxbigger {
width:950px;
height:750px;
margin-top:5px;
float:left;
}
#boxright {
width:740px;
height:490px;
float:right;
}
#banner {
width:740px;
height:145px;
float:left;
}
#titlepage {
width:720px;
height:35px;
background-image:url(img/back_title.jpg);
background-repeat:repeat-x;
margin-top:5px;
padding-top:20px;
padding-left:20px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
letter-spacing:-1px;
font-weight:normal;
color:#990000;
float:left;
}
#text {
width:600px;
height:270px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#999999;
float:left;
margin-left:10px;
border-top-style:dotted;
border-top-color:#666666;
border-top-width:1px;
}
#text a:link {
color:#990000;
text-decoration:none;
}
#text a:visited {
color:#990000;
text-decoration:none;
}
#text a:hover {
color:#CC0000;
text-decoration:none;
}
#textbelow {
width:600px;
height:150px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:justify;
color:#999999;
float:left;
margin-top:10px;
}
#textright {
width:100px;
height:270px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color:#999999;
float:right;
margin-left:5px;
}
#scroll {
	width: 100px;
	height: 120px;
	overflow: auto;
	background-color: #FFFFFF;
	}
#menu {
width:185px;
height:600px;
background-color:#FFFFFF;
float:left;
margin-left:10px;
}
#menucontent {
width:150px;
font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
text-align:left;
margin-left:20px;
margin-top:15px;
}
#menucontent a:link {
color:#333333;
text-decoration:none;
}
#menucontent a:visited {
color:#666666;
text-decoration:none;
}
#menucontent a:hover {
color:#990000;
text-decoration:none;
}
#title1 {
width:150px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#990000;
font-weight:bold;
text-align:left;
margin-left:15px;
margin-top:20px;
}
#box1 {
width:155px;
height:95px;
text-align:left;
margin-left:15px;
margin-top: 5px;
}
#title2 {
width:150px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#990000;
font-weight:bold;
text-align:left;
margin-left:15px;
margin-top:10px;
}
#box2 {
width:155px;
height:95px;
text-align:left;
margin-left:15px;
background-image:url(img/box_back.gif);
}
#box2text {
width:145px;
height:85px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
margin-left:10px;
padding-top:10px;
}
#footer {
width:990px;
height:30px;
background-image:url(img/footer_back.gif);
background-repeat:no-repeat;
margin-left:12px;
margin-top:17px;
float:left;
}
#footercontent {
width:990px;
height:15px;
margin-top:7px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
text-align:left;
margin-left:10px;
}
#footercontent a:link {
color:#FFFFFF;
text-decoration:none;
}
#footercontent a:visited {
color:#FFFFFF;
text-decoration:none;
}
#footercontent a:hover {
color:#CCCCCC;
text-decoration:none;
}
/*classes*/
.noborder {
	border-style:none;
	border-color:#FFFFFF;
}
.title_font_red {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#990000;
}
.little_font {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#666666;
}
.little_font_red {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#990000;
}
.maintext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#999999;
}
.form {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px;
color:#999999;
background-color:#eeeeee;
width:200px;
height:20px;
border-color:#CCCCCC;
border-style:solid;
border-width:1px;
}
.formmultiline {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px;
color:#999999;
background-color:#eeeeee;
width:200px;
height:100px;
border-color:#CCCCCC;
border-style:solid;
border-width:1px;
}
.formbutton {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
background-color:#CC0000;
width:100px;
height:25px;
border-color:#990000;
border-style:solid;
border-width:1px;
}
.textcontactus {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#999999;
}













