@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* default elements */
* {margin: 0; padding: 0;
  
   }

body {
	background-color : #FFFFFF;
	text-align: center;
	margin: 0 auto;
	line-height : 100%;
	font-size : 80%;
	color : #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}
.clear{
	clear: both;
}


a {
	color: #000000;
}
a:hover {
	color: #CC0000;
}

big {font-size: 1.1em;}

ul{
	font-size: 1.1em;
	padding-left: 12px;
	line-height: 1.4em;
	vertical-align: top;
}
.blue {
	font-weight: bold;
	color: #2C80AD;
}


li {
	width: 390px;
	padding-top: 10px;
	list-style-type: none;
}


h1, h2 {
	letter-spacing: 0.10em;
}




h1 {
	font-size: 1.6em;
	color: #CC0000;
	font-weight: bold;
	line-height: 1.8em;
		}

h2 {
	font-size: 1.2em;
	color: #3398CC;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
}
h3 {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

p{
	font-size: 1.1em;
	line-height: 1.5em;
}

p em{
	color: #CC0000;;
}
.heading {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 125%;
	height: 117px;
	width: 117px;
}



.photo {
	text-align: center;
}

#wrapper{
	width: 780px;
	margin: 0 auto;
}

#banner{
	height: 95px;
	width: 780px;
	padding-top: 30px;
}
#main{
	width: 780px;
	text-align: center;
}
#content{
	width: 712px;
	background-color: #D9ECF5;
	text-align: left;
	margin-right: 24px;
	margin-left: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.left{
	float: left;
	width: 430px;
}
.right{
	float: right;
	width: 262px;
}
.lefteq{
	float: left;
	width: 350px;
}
.righteq{
	float: right;
	width: 350px;
}
.box{
	width: 680px;
	border: 1px double #CC0000;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}
.contact {
	font-size: 1.1em;
	color: #FFFFFF;
	text-align: right;
	line-height: 1.4em;
	padding-right: 40px;
}
.contact a {
	color: #FFFFFF;
}
