@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background: #16243F url(../graphics/website/bg.gif) repeat-x;
	margin: 0 0 30px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

a {color: #002D64;}
a:hover {text-decoration: none;}


hr {
	border-top: 1px dotted #16243F;
	border-right: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	border-left: 1px dotted #FFF;
}

h1 {
	color: #C00;
	font-size: 1.5em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#Container {
	width: 818px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#WhiteBox-Top {
	padding: 0 19px 0 19px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: url(../graphics/website/white-box-top.jpg) no-repeat top;
	height: 229px;
	vertical-align: top;
	margin: 0;
	border: 0;
}
#WhiteBox-Top #LeftCol {
	margin: 0;
	padding: 30px 0 0 0;
}
#WhiteBox-Top #RightCol {
	width: 630px;
	float: right;
	margin: 0;
	padding: 30px 0 0 0;
}

#WhiteBox-Nav {
	background: url(../graphics/website/white-box-mid.jpg) repeat-y;
	margin: 0;
	border: none;
	vertical-align: top;
	height: 35px;
	padding: 4px 19px 0 19px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#Nav-BG {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 35px;
	background: url(../graphics/website/nav-bg.gif) repeat-x;
}

#WhiteBox-Middle {
	padding: 0 25px 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../graphics/website/white-box-mid.jpg) repeat-y;
	color: #000;
	margin: 0;
	border: 0;
	font-size: 0.9em;
	min-height: 400px;
}
#WhiteBox-Middle p {
	margin: 0;
	padding: 5px 0;
	text-align: justify;
}

#WhiteBox-Bottom {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../graphics/website/white-box-bot.jpg) no-repeat;
	height: 49px;
	color: #FFF;
	font-size: 0.7em;
	margin: 0;
	border: 0;
}
#WhiteBox-Bottom p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 13px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#Footer-Links {
	float: right;
	margin: 0;
	padding: 13px 0 0 0;
}
#Footer-Links a {color: #FFF;}
#Footer-Links a:hover {text-decoration: none;}

#Footer {
	background: #16243F;	
	text-align: right;
	padding: 10px 0 0 0;
}
#Footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#Footer img {
	margin: 0 5px;
}

/* - - - - - - - FRONT PAGE - - - - - - - */

#FrontPage-ColumLeft {
	margin: 0 250px 0 0;
	padding: 0;
}
#FrontPage-ColumLeft p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#FrontPage-ColumLeft img {margin: 0 5px;}

#FrontPage-ColumRight {
	float: right;
	width: 220px;
	margin: 0;
	padding: 4px 0 0 0;
}
#FrontPage-ColumRight img {margin: 0 0 1px 0;}


/* - - - - - - - TEXT - - - - - - - */

.TXT-Red {
	color: #C00;
}

