body {
	margin : 0;
	padding : 0;
	background : #ffffff;
	line-height : 1.4em;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
}
			/*TOP BANNER*/
#header {
	height : 70px;
	margin-top : 0;
	padding : 0;
	color : #FFFFFF;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(img/banner.jpg);
}
			/*TOP NAVIGATION*/
#topnav ul {
	margin : 0 0 5px 0;
	list-style-type : none;
	color : #6699CC;
	text-align : left;
	font-weight : bold;
	padding: 3px;
	background: #6699CC;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
	text-decoration : none;
	color : #003399;
	padding : 0.6em 1.3em;
	border-right : 1px solid #fff;
	font-weight: bold;
}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
	text-decoration : none;
	color : #FFFFFF;
}
			/*3 COLUMNS*/
#gutter {
	float : left;
	width : 3%;
	height : 1px;
}
#col2 {
	float : left;
	width : 95%;
	margin-left : 0%;
	margin-bottom : 1em;
	padding-right : 0%;
	padding-left : 0%;
}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 0;
padding : 0;
list-style-type : none;
background : #fffff0;
color : #666;
}
#navcontainer ul li a {
	padding : 20px;
	color : #333333;
	background : transparent url(non-template-pages/old-img/list-off-orange.gif) no-repeat left center;
	text-align : left;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navcontainer ul li a:hover {
	color : #006699;
	background : transparent url(non-template-pages/old-img/list-on-orange.gif) no-repeat left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navcontainer ul li a#current {
background : transparent url(non-template-pages/old-img/list-active.gif) no-repeat left center;
color : #000;
}
			/*FOOTER*/
#footer {
	clear : both;
	height : 40px;
	border-top : 5px solid #885835;
	color : #000;
	padding : 0.2em 0 0 0.5em;
	text-align : left;
	background-color: #3399CC;
}
#footer a {
	color : #fff;
	background : inherit;
	text-decoration: underline;
}
#footer a:hover {
	color : #000;
	background : inherit;
	text-decoration: underline;
}
			/*TYPOGRAPHY*/
h1 {
	padding-top : 10px;
	text-align : left;
	font-size : x-large;
	color : #0066CC;
	background : inherit;
	font-style: normal;
}
h2 {
	margin-top : 0;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	text-transform : none;
	letter-spacing : 3px;
	font-size : 1.4em;
	color : #333333;
	background : inherit;
}
h3 {
	margin-top : 0;
	font-size : 1.2em;
	text-align : left;
	color : #F60A1E;
	background : inherit;
}

			/*LINKS*/
a {
	text-decoration : none;
	color : #003399;
	background : inherit;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#col2 table {
	font-weight: normal;
	color: #003399;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#col2  table  a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
}


a:hover {
	text-decoration : underline;
	color : #FF0000;
	background : inherit;
	font-weight: bold;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
	float : left;
	padding : 4px;
	border : 1px solid #888888;
	margin-right : 20px;
	margin-bottom: 10px;
}
.myimage2 {
	float : right;
	padding : 4px;
	border : 1px solid #888888;
	margin-left : 10px;
}
#col2 table a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60A1E;
}
