﻿@import url(layout.css);

body {
	color: #000000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url(../images/white_page_bckgd.jpg);
}

#navigation {
	overflow: ;
	/*background-image: url(../images/btn_top_nav_over.gif);*/
}

.tonavbackground {
	background-color: #660000;
}

#container {

	background-color: #FFFFFF;

	width: 620px;

	margin: 0 auto;

	border-top: 0;

	border-right: 1px solid #b7b7b7;

	border-bottom: 0;

	border-left: 1px solid #b7b7b7;

}
.column_l_subtitle {
	font-family: Arial, Helvetica, san-serif;
	font-size: 22px;
	font-weight: bold;
	color: #660000;
}


#masthead {

	text-align: right;

	background-color: #036;

	width: 620px;

}

.column_l_list_title {
	font-family: Arial, Helvetica, san-serif;
	font-size: 18px;
	font-weight: normal;
	color: #996633;
}

#column_l {
	width: 375px;
	margin: 0;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 15px;

}

#column_r {
	width: 400px;
	margin: 0;
	float: right;
	background-color: #0642a2;
	position: ;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;

}
.column_l_list {
	list-style-type: none;
	list-style-image: url(../images/green_square_bullet.gif);
	list-style-position: outside;
}


#footer {
	width: 100%;
	text-align: center;
	background-color: #660000;
	padding-top: 5px;
	padding-bottom: 5px;	/*background-image: url(../images/GWC_bottom_bar.gif);*/
}

/* Styles for Masthead */

#masthead img { 

	float: left; 

}

#masthead p {

	font-size: 11px;

	color: #fff;

	margin: 10px 10px 0;

}

#column_r p {

	font-size: 11px;

	margin: 7px;

}

/* Styles for Navigation */

#navigation ul {

	list-style-type: none;

	width: 100%;

	margin: 2px;

	padding: 0;

}

#navigation li {

	float: left;

}

#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 1px none #003366;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: .1em;*/
	font-weight: normal;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px none #990000;
	background-color: #990000;	/*background-image: url(../images/btn_top_nav_up.gif);*/

}

/* Styles for Footer */

#footer p {

	font-size: 9px;

	line-height: 14px;

	color: #fff;

	margin: 1px;

	padding: 1px;

}

#footer a {

	color: #fff;

	text-decoration: underline;

}

#footer a:hover {

	color: #fff;

	text-decoration: none;

}

/* Styles for Links */

a {

	color: #003366;

	text-decoration: underline;

}

a:hover {

	color: #808080;

	text-decoration: underline;

}

.style_bold {

	font-weight: bold;

}

.style_italic {

	font-style: italic;

}
.address {
	font-family: Calibri, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
}
.column_l_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #660000;
	font-weight: bold;
}
.column_r_title {
	font-family: Arial, Helvetica, san-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.column_r_list_title {

	font-family: Calibri, Arial, Helvetica, san-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

a.rcol:link {
	color: #FFFFFF;
}
a.rcol:visited {
	color: #FFFFFF;
}
a.rcol:hover {
	color: #FFCC00;
}
a.rcol:active {
	color: #FFCC00;
}

.column_r_list {
	list-style-type: none;
	list-style-image: url(../images/grey_sqr_bullet.gif);
	list-style-position: outside;
}
.captions {
	font-family: Calibri, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.column_l_captions {
	font-family: Calibri, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #660000;
}
.navdividers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

