html {
	height: 100%;
	margin-bottom: 1px;
	background: #FFFFFF;
}
body {
	background: #FFFFFF url(../images/body_bg.png);
	background-position: top center;
	background-repeat:repeat-x;
	font-size: 67.5%;
}
* {
	margin: 0;
	padding: 0;
}
p, ul, li {
	font-family: "Century Gothic", Calibri, arial, verdana, helvetica, sans-serif;
	color: #000000;
	font-size:1.2em;
	margin-bottom:10px;
}

img {
	border:0px;
}
/* styling */
a {
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
text-decoration:underline;
}
a:active {
	color: #6C4243;
}
a:link {
	color: #6C4243;
}
a:visited {
	color: #6C4243;
}
a:hover {
	color: #4F3637;
}
.red {
	color:#FF0000;
}
.blue {
	color:#6C4243;
}
.southwest {
	font-size: 0.7em;
	font-style:italic;
}

.frame{
padding:5px;
border:1px solid #CCCCCC;
}

/* h1s etc */
h1 {
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 3.5em;
	color: #eeeeee;
	font-weight:normal;
	margin-top:10px;
}
h2 {
	font-family: "Century Gothic", Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 2.5em;
	line-height:1.5em;
	color: #eeeeee;
	font-weight:normal;
	margin-bottom:15px;

}
h3 {
	font-family: "Century Gothic", Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	color: #000;
	font-weight:normal;
	margin-bottom:15px;


}
h4 {
	font-family: "Century Gothic", Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 1.7em;
	padding-top: 10px;
	color: #000000;
	font-weight:normal;

}
/*floats/clear/etc */

.title{
	position:absolute;
	left:0px;
	top:11px;
}

.left {
	float: left;
}
.right {
	float: right;
}

.righturl {
	position: absolute;
	top: -5px;
	right: 0px;
	z-index:2;
}

.right a, .righturl a {
	color:#FFFFFF;
}
.clear {
	clear:both;
}
.line {
	border-bottom:#2A6688 1px solid;
	margin-bottom:10px;
}
/* site */
#wrapper {
	width: 795px;
	height:auto;
	margin:-247px auto 0px auto;
	padding-bottom:20px;
	text-align:left;
	position: relative;
}

#topblock{
height:247px;
width:100%;
background-image:url(../images/header.jpg);
background-position:center;
}

#header {
	width: 795px;
	height: 288px;
}
#content {
	width: 795px;
	margin-top: 20px;
	margin-bottom:30px;
	background-image:url(../images/content.jpg);
	background-repeat: repeat-y;
	clear:both;
}
#left {
	width: 575px;
	margin-left: 10px;
	line-height: 20px;
	min-height:600px;
}
#left ol {
	margin-left: 20px;
}
#left ol li {
	margin-top: 5px;
}

#left ul {
	margin-left: 20px;
}
#left ul li {
	margin-top: 5px;
	font-size: 1em;
}

#left ul ul li {
font-size: 0.8em;

}

#left h2, #right h2 {
	color:#000000;
}
#right {
	float: right;
	width: 160px;
}
#right_content {
padding:0 5px;
}
#right a {
	color:#6C4243;
}
#bottomleft {
	width: 300px;
}
#bottomleft h2, #bottomright h2 {
	font-size: 1.4em;
}
#bottomright {
	float: right;
	width: 250px;
}

#footer {
border-top:#2A6688 1px solid;
margin-top: 10px;
margin-bottom: 0px;
text-align:center;
}

#accreditations {
border-top:#2A6688 1px solid;
padding-top: 10px;
margin-bottom: 10px;
text-align:center;
}

#accreditations img {
margin-right:10px;
}

#footer p {
margin-top: 20px;
margin-bottom: 20px;

}

ul{
margin-bottom:20px;	
}
