/* ------------ STYLE ------------ */

body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #D5D3D3;
}

.content {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.copyright {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color:#000000;
}


/* ------------ HEADINGS ------------ */

.pagetitle {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color:#959494;
	}
	
.newstitle {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color:#2A2D4E;
	}

.title {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #2A2D4E;
}

.smalltitle {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}



.titleblack {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.testimonials {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
	



#h1 {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

#h3 {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}


/* ------------ TABLES ------------ */

#table {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}

.navtable {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #ffffff;
	padding-bottom: 5px;
	background-color: #2A2D4E;
}

.table {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	background-color: #2A2D4E;
	
}

/* ------------ LAYOUT ------------ */

#content {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 680px;
	min-width: 679px;
	height: 100%;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

#sidecontent {
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	width: 170px;
	min-width: 170px;
	height: 100%;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
}


#backcontent {
	width: 700px;
	min-width: 700px;
	padding-bottom: 10px;
	background-color: #ffffff;
	margin: 0px auto;
	background-color: #ffffff;
}


#copyright {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 640px;
	min-width: 660px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
}


#footer {
	position: relative;
	float:  left;  
	clear: all ;
}

/* ------------ IMAGES ------------ */

img.floatRight { 
	float: right; 
	margin: 5px;
	left: 5px;
}


img.floatLeft { 
	float: left; 
	margin: 5px;
	left: 5px;
}
/* ------------ NAVIGATION ------------ */

#bottomnav {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #656D84;
}


/* ------------ LINKS ------------ */

#content a:link {
	color: #656D84;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color:#656D84;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #BBB683;
	font-weight: bold;
	text-decoration: none;
}

#content a:active {
	color:#656D84;
	font-weight: bold;
	text-decoration: none;
}

#table a:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#table a:visited {
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
}

#table a:hover {
	color: #BBB683;
	font-weight: normal;
	text-decoration: none;
}

#table a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


#copyright a:link {
	color: #656D84;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:visited {
	color:#656D84;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover {
	color: #BBB683;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:active {
	color:#656D84;
	font-weight: bold;
	text-decoration: none;
}

.buttonclass {
	border: 1px solid #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #2A2D4E;
	color: #FFFFFF;
}

.listtable {
	border: 1px solid #000000;
	color: #000000;
}
	
