@charset "UTF-8";

html{
	width: 100%;
	height: 100%;
}

* {
	font-size:1em;
	font-family: "Tahoma",Arial,Helvetica,sans-serif;
	color:#666666;
	line-height:15px;
}

a img{
	border:0;
}

.clear{
	clear:both;
}


body {	
	padding: 0;
	margin: 0;
	background-color: #CCCCCC;
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 100%;
	font-size: 82.5%;
	text-align:center;
	color: #556068;
}

 h1 {
 	color: #5b7181;
	font-weight: bold;
	line-height: 25px;
	margin-bottom:5px;
	font-family: "Trebuchet MS", "Tahoma", Arial, Verdana, sans-serif;
	font-size:3em;
	text-align:right;
	text-transform:lowercase;
	/*border-bottom: 1px solid #f0eeeb;*/
 }
 
  h2 {
 	color: #818e98;
	font-weight: bold;
	font-family: "Trebuchet MS", "Tahoma", Arial, Verdana, sans-serif;
	font-size:2em;
	text-align:left;
	text-transform:lowercase;
	margin:3px;
 }

a, a:active, a:visited {
	color:#717c92;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

input, textarea, option, select {
border:1px solid #5b7181;
background-color:#cccccc;
padding:1px;
}

#container {
	width:760px;
	text-align:center;
	min-height: 100%; 
	margin: 0 auto; 
	text-align:center;
}

#header {
	width:760px;
	height: 377px;
}

#body-content {
	width:760px;
	height:100%;
	min-height:100%;
	text-align:justify;
}
#body-content a {
	font-weight:bold;
	text-decoration: none;
}
#body-content a:hover {
	text-decoration: underline;
}
#body-content div.left-column {
	width:130px;
	float: left;
}
#body-content div.center-column {
	width:430px;
	float: left;
}
#body-content div.right-column {
	width:200px;
	float: right;
}

#footer {
	width:535px;
	height:31px;
}

.menu {
	
}
.menu a {
	text-decoration:underline;
}
.menu a:hover {
	text-decoration:none;
}

.small {
	font-size:9px;
	text-align:center;
	line-height: 10px;
}

blockquote {
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-color: #a1a6a9;
}


