* { margin:0; padding:0; }



body {
	/*
	scrollbar-Base-Color:#f1f1f1;
	scrollbar-3dLight-Color:#CCCCCC;
	scrollbar-Highlight-Color:#f1f1f1;
	scrollbar-Face-Color:#f1f1f1;
	scrollbar-Arrow-Color:#000000;
	scrollbar-Shadow-Color:#f1f1f1;
	scrollbar-DarkShadow-Color:#CCCCCC;
	scrollbar-Track-Color:#f1f1f1;
	*/
  text-align:left;
	margin:0px;
	background:url(images/bg_page.jpg) left top repeat-x scroll #000;
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:#333333;
}

#global_home{
	width:800px;
	height:600px;
}

.box{
	float:left;
	width:400px;
	height:300px;
}

#global{
	width:800px;
}

#header{
	width:800px;
	height:150px;
	display:block;
	background:url(images/bg_header.jpg) left top repeat-x;
}

#content{
  
	/*background:url(images/bg_content.jpg) left top;*/
	width:800px;
	display:block;
	text-align:left;
}

#inner_content{
  background:url(images/bg_content.jpg) left top no-repeat scroll;
	padding-left:200px;
	padding-right:200px;
	padding-top:31px;
	padding-bottom:31px;
	background-color: #bfbfbf;
	color:#000;
	font-size: 80%;
}

form#mailform fieldset.csc-mailform{
  border: 1px solid #ccc;
  padding: 5px 5px 5px 5px;
}

form#mailform .csc-mailform-field{
  margin-bottom:3px;
}

form#mailform label, input, textarea{
  font-family:"Trebuchet MS", Arial, Helvetica;
  font-size:90%;
}

form#mailform input, textarea{
  padding: 1px 1px 1px 1px;
  background: url(images/bg_formfield.gif) repeat-x #fff;
  border: 1px solid #ccc;
  width: 284px;
}

form#mailform input:hover, textarea:hover, input:focus, textarea:focus{
  border: 1px solid #a70825;
}

form#mailform label {
  float:left;
  width: 100px; 
}

form#mailform input#mailformformtype_mail {
  margin-left:100px;
  width: 80px;
  
}

/*H1{
	font-size:18px;
	color:#000000;
	font-weight:normal;
	padding-bottom:12px;
}*/

#menu{
	width:400px;
}

.menu1_no a{
	padding:5px 10px 5px 10px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

.menu1_no a:hover, .menu1_act a{
	padding:5px 10px 5px 10px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	float:left;
}


img {
  border:0px;
  margin-bottom:20px;
}


p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6,ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 0px;
}

ol {margin-bottom:1.5em;margin-top:0px;}

h1,h2,h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a70825;
	}

h1 {
	
	
	font-size:180%;
	margin-bottom:0.8em;
	font-weight:normal;
	}

h2 {
  border-bottom: 1px solid #fff;
	font-size:120%;
	padding-bottom:0.4em;
	margin-bottom:0.4em;
	margin-top:2em;
	font-weight:normal;
	}

h3 {
	padding-bottom:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:1.0em;
	font-weight:bold;
	}

h4 {
	padding-bottom:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:1em;
	font-weight:normal;
	}

h5 {
  color:#000;
  font-weight:bold;  
  margin-bottom:0.7em;
}


ul {
	list-style-type: none;
}

li {
	padding:0px;
	margin:0px;
	margin-bottom:0.5em;
	margin-left:15px;
	
}

ul li {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1.1em;
	background-image: url(/resources/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:10px;
	line-height:1.4em;
	}

a {
	color: #333333;
	}

a:hover {
	color: #c4002f;
	}



