
/* color scheme red, white and blue */

/* light blue: 204,206,244
	dark blue: 26,47,138
	dark red: 204,0,0 */

/* DEFAULTS */

body,td,div {
/*	font-family: "Trebuchet MS", arial, verdana, sans-serif; */
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000;
}

h1 { 
	font-size: 125%;
	color: rgb(204,0,0);
	margin-top: 35px;
}

h2 { 
	font-size: 115%;
	color: rgb(204,0,0);
	margin-top: 35px;
}

p.address { 
	color: rgb(204,206,244);
	margin-top: 0px;
	margin-botom: 0px;
}

a.address { 
	color: rgb(204,206,244);
}

div.caption { 
	color: #000;
	margin-top: 0px;
	margin-botom: 0px;
	font-size: 8pt;
}

/* CONTAINERS */


#leftside {
	width: 198px;
	min-width: 198px;
	max-width: 198px;
	min-height: 550px;
	max-height: 550px;
	padding: 0px;
	margin: 0px;
	background: rgb(26,47,138) url(images/leftside_bg.gif) repeat-y;
}

#content {
	width: 475px;
	max-width: 475px;
	min-width: 475px;
	min-height: 550px;
	max-height: 550px;
	padding: 20px 0px 20px 30px;
	margin: 0px;
	background: rgb(204,206,244) url(images/top_bg.gif) repeat-x;
}

#rightside {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	min-height: 550px;
	max-height: 550px;
	padding: 0px;
	margin: 0px;
	background: #fff url(images/rightside_bg.gif) repeat-y;
}

#bottomleft {
	width: 198px;
	min-width: 198px;
	max-width: 198px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#footer {
	width: 475px;
	max-width: 475px;
	min-width: 475px;
	background: #fff url(images/bottom_bg.gif) repeat-x;
}

#footer2 {
	font-size: 8pt;
	padding-left: 30px;
	padding-top: 20px;
	color: black;
	background-color: rgb(204,206,244);
}

#bottomright {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	padding: 0px;
	margin: 0px;
	background: #fff url(images/rightbottom.gif) repeat-x;
}


/* NAVIGATION */

#navigation {
	padding: 0px;
	margin: 0px;
	color: rgb(204,206,244);
	background: rgb(26,47,138) url(images/leftside_bg.gif) repeat-y;
}

#navigation ul {
	margin: 0;
	padding: 0;
	border: none;
	background: rgb(26,47,138) url(images/leftside_bg.gif) repeat-y;
	color: rgb(204,206,244);
	list-style: none;
	}
		
#navigation li a {
	display: block;
	padding: 3px 7px 3px 20px;
	background: rgb(26,47,138) url(images/leftside_bg.gif) repeat-y;
	text-decoration: none;
	color: rgb(204,206,244);
	}

html>body #navigation li a {
	width: auto;
	}

#navigation li a:hover {
	background: rgb(204,206,244) url(images/navigation_bg.gif) repeat-y;
	color: rgb(26,47,138);
	}

#subnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background: rgb(26,47,138) url(images/leftside_bg.gif) repeat-y;
	color: rgb(204,206,244);
	}
	
#subnavigation li a {
	display: block;
	padding: 1px 7px 1px 40px;
	background: rgb(26,47,138) url(images/leftside_bg.gif) repeat-y;
	text-decoration: none;
	color: rgb(204,206,244);
	}

html>body #subnavigation li a {
	width: auto;
	}

#subnavigation li a:hover {
	background: rgb(204,206,244) url(images/navigation_bg.gif) repeat-y;
	color: rgb(26,47,138);
	}

