@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
	background-color: #204363;
	background-attachment: fixed;
	background-image: url(images/background-g.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img {
	border: none;
}

a:link {
	color: #204363;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #306494;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 975px;
	margin: 0 auto;
}

.header {
    padding: 0;
	margin: 0;
}
#wrapper {
    padding:7px;
	margin: 0 auto;
	width: 961px;
	background-color:#CED7DC;
	float: left;
}
.sidebar1 {
	padding: 10px 0;
	width: 220px;
	float: left;
	background-image: url(images/background-mc3.jpg);
	background-repeat: repeat-y;
}

.sidebar1 a:link {
	color: #8C7517;
	text-decoration: none;
	font-weight: bold;
}
.sidebar1 a:visited {
	color: #8C7517;
    text-decoration: none;
	font-weight: bold;
}
.sidebar1 a:hover, a:active, a:focus { 
	text-decoration: underline;
}
.content {
	padding: 10px 0;
	width: 741px;
	float: left;
	background-color:#FFF;
}

.footer {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	height:60px;
	color:#FFF;
	font-size: 10px;
	background-image: url(images/background-f.jpg);
	background-repeat: no-repeat;
	text-align:center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, a:active, a:focus { 
	text-decoration: underline;
}

h2 {
	color:#204363;
	font-size:24px;
	font-weight:bold;	
}
.small {
	font-size:10px;
}
.largeFnt {
	font-size: 18px;
	font-weight: bold;
	color: #D3AB32;
}
.large {
	color:#204363;
	font-size:14px;
	font-weight:bold;
}
