@charset "UTF-8";
/* CSS Document */

body {
	background-color: #163C84;
/*	background-image: url(images/innerbg2.png);
	background-position: center 0px;
	background-repeat: repeat-y;*/
}

#wrapper {
	width: 960px;
	margin:auto;
	position:relative;
	overflow:hidden;
	text-align:centre;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bolder;
}

#wrapper2 {
	width: 960px;
	margin:auto;
	position:relative;
	overflow:hidden;
	top: -30px;
	height: 100%;
}
#menu {
	background-color: #FFFFFF;
	float: left;
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #7C95BB;
	text-align: right;
	padding-right: 20px;
}


   /*
Internet Explorer: Width & Height include the border and padding etc. For example, 600px width includes 50px padding- it doesn't add it on.

Other Browsers: The Width & Height do not include b & p, it is added on to it. So 600px width will become 700px width with 50px padding on each side.

So, below, the html>body tag is the details for all other browsers- IE will ignore this and read what is in the regular tag. Get it?

SO- The value above is higher than the value below!

 */

html>body #menu {
	width: 167px;
	}




ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	color: #163C84;
	font-weight: bolder;
	list-style-type: none;
	display: inline;
}

#main {
	background-color: #FFFFFF;
	float: right;
	width: 750px;
}
#btm_links {
	background-color: #FFFFFF;
	height: 25px;
	width: 750px;
	float: right;
	position: relative;
	top: 15px;
	text-align: right;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
}

html>body #btm_links {
	height: 22px;
	width: 745px;
	}

#btm_links a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF0000;
	font-style: italic;
	border: 1px dotted #FF6600;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bolder;
	text-decoration: none;
}

#btm_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-style: italic;
	background-color: #EE3A42;
	font-weight: bolder;
	text-decoration: none;
}



#main_text {
	text-align: left;
	float: right;
	width: 450px;
	padding-right: 15px;
}

html>body #main_text {
	width: 435px;
}


#main_img {
	float: left;
	width: 265px;
	padding-left: 15px;

}


html>body #main_img {
	width: 250px;
}



#slogan {
	background-color: #00FF99;
	width: 187px;
	position: relative;
	margin-top: 0px;
}

#menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	color: #163C84;
	font-weight: bolder;
	text-decoration: none;
}

#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	color: #163C84;
	font-weight: bolder;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #163C84;
	font-weight: bolder;
	display: inline;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #666666;
	display: inline;
}
.inlinehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #FF0000;
}
#quote {
	width: 750px;
	float: right;
	top: 20px;
	position: relative;
	height: 70px;
	background-image: url(images/quote.jpg);
	background-repeat: no-repeat;
}
#main_text ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: oblique;
	font-weight: lighter;
	line-height: normal;
	list-style-type: square;
	list-style-position: outside;
}
#main_text   a:link  {
	text-decoration: none;
	color: #163C84;
}

#main_text  a:visited  {
	text-decoration: none;
	color: #163C84;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

#main_text a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.italic {
	font-style: oblique;
}
.bold {
	font-weight: bolder;
}

