@charset "UTF-8";
/* General */

body {
	background-color: #f5f5f5;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #3a466e;
}
a:active {
	text-decoration: none;
	color: #000000;
}

h1{
	font-size: 14px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h2{
	font-size: 17px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #3a466e;
	font-style: italic;
}


.style1{
	font-size: 14px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #3a466e;
}
.style2{
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #000000;
}
.style3{
	font-size: 1.5em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
.style4{
	font-size: 1.8em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #3a466e;
	font-weight: bold;
	text-transform: capitalize;
}
.style5{
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-transform: none;
	font-style: italic;
	line-height: 120%;
}
.li{
	background:
	list-style-position: inside;
	list-style-type: circle;
}

/* Content */

.box{
	border: 2px solid #ffffff;
}

.table-border-left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0c9d6;
}

.table-border-bottom3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;	
}
.table-border-bottom2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	
}
.table-border-bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.menu-right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #969696;
}

#wrapper {
	width:1070px;
	height: 100%;
	padding:0;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
}


.border-left {
	background-image:url(images/left-border.gif);
	background-repeat:repeat-y;
	background-position:left;
	}

.border-right {
	background-image:url(images/right-border.gif);
	background-repeat:repeat-y;
	background-position:right;
	}

.bodycopy{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin-right: 25px;
	padding-right: 25px;
}

	
.footer{
	font-size: 10px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	background-image:url(images/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#quote{
	font-style:italic;
	font-size:1.5em;
	color:#3a456e;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	background-image: url(images/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 75px;
	}

.button{
	background-image:url(images/go-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	}