/* BASIC STYLES --------------------------------------------------------------*/

body {
	padding: 0px; margin: 0px;
	font: .88em/1.7em "trebuchet ms", georgia, verdana, sans-serif; 
	color: #003366; 
	background: url("images2/bgtemp.gif") repeat top left;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #1F2E37;
}

a:link { color: #A10101; }

a:visited { color: #497CAC; }

a:hover {
	color: #A10101;
	background: #EDF5F8;
}

h1, h2, h3 { font-weight: normal; }

h1 { font-size: 2em; }

h2 { font-size: 1.67em; }

h3 { font-size: 1.33em; }

h4 { 
	font-size: 1em;
	margin: 0px; 
}

img { border: 0px; }

td { text-align: left; }

/*---- CLASS STYLES ----------------------------------------------------------*/

/* ALIGNMENT ******************************************************************/

.alignRight { text-align: right; }

.alignCenter { text-align: center; }

/* CLEAR **********************************************************************/

.clear { clear: both; }

.clearLeft { clear: left; }

.clearRight { clear: right; }

/* FLOAT **********************************************************************/

.floatRight {
	position:relative;
	float: right;
}

.floatLeft {
	position:relative;
	float: left;
}

/* LINES **********************************************************************/

.line {
	height: 1px;
	border-top: 1px solid #000;
}

.dashedLine {
	height: 1px;
	border-top: 1px dashed #ADC3CD;
}

.dottedLine {
	height: 1px;
	border-top: 1px dotted #ADC3CD;
}

.border {
	border: 1px solid #1D4977;
}

/* MARGIN *********************************************************************/

.noMarg { margin: 0px; }

.noMargTop { margin-top: 0px; }

.noMargTop { margin-bottom: 0px; }

/* MISC ***********************************************************************/

.hidden { display: none; }

.redText {
	color: #C70202;
}

/* ID STYLES -----------------------------------------------------------------*/

#container {
	position: relative;
	margin: auto;
	width: 100%;
	background: #fff;
	_text-align: center;
}

/* HEADER *********************************************************************/

#header {
	position: relative;
	width: 100%;
	height: 80px;
	background: url("images2/header_bg.jpg") repeat-x top left;
}

#header_inner {
	position: relative;
	margin: auto;
	width: 750px;
	_text-align: left;
}

#logo { 
	padding-top: 10px;
	width: 402px;
}

#logo img { display: block; }

#nav {
	text-align: right;
	font-size: 1.3em;
	padding: 30px 0px 0px 0px;
	width: 348px;
}

#nav ul { 
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline; 
	padding-left: 10px;
}

/* SLOGAN *********************************************************************/

#slogan {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	background-color: #497CAC;
	background-image: url("images2/footer_bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

#slogan_inner {
	font-size: 20px;
	color: #FFFFFF;
	margin: auto;
	width: 750px;
	font-style: italic;
	_text-align: left;
}

#shadow {
	position: relative;
	width: 100%;
	height: 20px;
	background: url("images2/content_bg.gif") repeat-x top left;
}

#main {
	position: relative;
	margin: 0px auto 10px auto;
	width: 750px;
}

/* SIDE L *********************************************************************/

#sideL {
	position:relative;
	float: left;
	width: 498px;
	padding-right: 20px;
	_text-align: left;
}

/* CONTENT ===================================================================*/

#content {
	position: relative;
}

/* SIDE R *********************************************************************/

#sideR {
	float: right;
	width: 210px;
	padding-left: 20px;
	border-left: 1px solid #ADC3CD;
	_text-align: left;
}

#menu ul {
	margin: -5px 0px 0px 0px;
	padding: 0px;
	list-style: none; 
}

#menu li { margin: 0px; padding: 0px; }
	
#menu a {
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 0px;
	_height: 30px;
	_width: 210px;
	border-bottom: 1px solid #ADC3CD;
	display: block;
	color: #A10101;
}

#menu a:hover { background: #EDF5F8; }

#spot p {
	padding: 10px;
	background: url("images2/bg.gif") repeat top left;
	border: 1px solid #708E9C;
}

#spot img { 
	border: 1px solid #708E9C;
	display: block;
}
	

/* FOOTER *********************************************************************/

#footer {
	position: relative;
	width: 100%;
	padding: 10px 0px;
	background-color: #3D628E;
	background-image: url("images2/footer_bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D4976;
}

#footer_inner { 
	color: #FFFFFF;
	margin: auto;
	width: 750px; 
	_text-align: left;
}

/*TABLE ON HOMEPAGE ************************************************************/

#homeTable img {
	border: 1px solid #1D4977;
}