@CHARSET "ISO-8859-1";

html {
	min-height: 100%;
}

body {	
	background-color: #FFF;
	background-image: url('../_images/white_3.jpg');
	background-repeat: repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: normal;
	color: #000080;
	margin: 0px;
}

#outer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

h2 {
	font-size: 24px;	
}

h3 {
    font-size: 20px;
}

div#banner {
	background-image: url('../_images/new logo banner3.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 135px;	
}

div#hiddentitle {
	width: 100%;
	height: 50px;
	text-align: right;
	color: #0147C0;
}

div#hiddentitle h1 {
	font-size: 0px;	
}

div#hiddentitle h2 {
	font-size: 0px;	
}

div#languages {
	width: 990px;
    text-align: right;
    padding-top: 13px;
    padding-right: 5px;
    }
    
div#phone {
	margin-top: 20px;
	padding-left: 255px;
	float: left;
	font-weight: bold;
	color: #000080;	
}

img.one {
float: left;
padding-right: 10px;
}

img.two {
float: right;
}

/*
div#swf {
	margin-bottom: 0px;	
}
*/


div#main {
	background-color: #0147C0;
	width: 1000px;	
}

div#content {
	float: left;
	width: 780px;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

div#right {
	float: right;
	width: 200px;
}

p#signature {
	font-family: Freestyle Script;
	font-size: 24px;
	font-weight: bold;
}

p#copyright {
	text-align: center;
	font-size: 12px;	
}

div#rightnav {
	height: 100%;
    font-weight:bold;
	color: #FFFFFF;
    background-color:#0147C0
    font-size: 14px;
    text-align: center;
	padding-top: 0px;
    }

div#rightnav a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

div#footer {
	clear: both;
	background-color: #0147C0;
	width: 100%;	
}

div#bottomnav {
	color: #FFF;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-left: 100px;
	width: 600px;
	text-align: center;
}

div#bottomnav a {
	font-weight: bold;
	color: #FFF;	
}




