/* CSS Document */

body {
	padding-top: 2%;
	margin: auto;
	background-color: #474F5F;
	background-attachment: fixed;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-bottom: 2%;
}
h3 {
	border: thick dotted #FF00FF;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	display: inline;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #59636C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	font-size: 1.2em;
	color: #59636C;
	padding-top: 10px;
	font-variant: small-caps;
}
hr {
}
.tinyText {
font-size: 0.65em
}

#top {
	padding-top: 20px;
	padding-right: 30px;
	background-image: url(../images/bfwTop.gif);
	height: 60px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul li {
	list-style-image: url(../images/bullet.png);
}


#greyBox {
	color: #FFFFFF;
	width: 700px;
	height: 170px;
	background-color: #59636C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
#leftNav {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #6C7884;
	width: 144px;
	float: left;
	padding-top: 25px;
	font-variant: small-caps;
	background-image: url(../images/grgrad.gif);
	background-repeat: repeat-x;
	padding-left: 24px;
}

#emblems {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	clear: both;
	background-image: url(../images/grgradBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#logo {
	margin: auto;
	width: 700px;
	background-image: url(../images/grgrad.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #59636C;
}


/*#header, #content, #footer {
	display: none;
	width: 700px;
}*/
.imgPadding {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#content {
	float: right;
	width: 462px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(../images/grgrad.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}
#middleContainer {
	width: 700px;
	background-image: url(../images/grgrad.gif);
	background-repeat: repeat-x;
}


p {
	line-height: 1.5em;
}
#leftNav a:link {
	text-decoration: none;
	color: #226699;
	display: block;
	font-weight: bold;
}
#leftNav a:visited {
	text-decoration: none;
	color: #226699;
	display: block;
	font-weight: bold;
}

#leftNav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #226699;
	display: block;
	font-weight: bold;
}

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: bold;
	color: #FBBC15;
	text-decoration: none;
}
a:visited {

	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: bold;
	color: #556171;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: bold;
	color: #FBBC15;
	text-decoration: none;
}

