body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	/* font-size:90%; */
	font-size:.9em;

}
/* a {
	color:#369;
} */


h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img.nopad {
	margin:0px 0px 0px 0px;
	padding:0px 0px	0px 0px;
}



img.floatleft {
float: left;
}

img.floatright {
float: right;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    }



#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;

}

#header {
   background-color: #369;
 /*  background: url(/Graphics/bkgrnd_gradient_100.jpg); */
 /*  background-repeat: repeat-x; */
}	
   
#header p {
	padding:5px 5px	5px 5px;
	margin:0;

}
#header h1  {
	padding:5px 5px	5px 5px;
	margin:0;
	text-align:center;
	font-family: Helvetica, sans-serif ;
}
#header h2  {
	padding:5px 5px	5px 5px;
	margin:0;
	text-align:center;
	font-family: Helvetica, sans-serif ;
}

#header h3  {
	padding:5px 5px	5px 5px;
	margin:0;
  text-align:center;
	font-family: Helvetica, sans-serif ;
}

#header img {
	padding:10px 10px	10px 10px;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #369;		/* Left column background colour */
}


#colmask.right {
  text-align:right;
	font-family: Helvetica, sans-serif ;
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#F0FFFF;    	/* Centre column background colour */
}

#colmid h2 {
	padding:5px 5px	5px 5px;
	margin:0;
	text-align:center;
	font-family: Helvetica, sans-serif ;
}

#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#F0FFFF;    	/* Right column background colour */
}



#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}




#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	color: #fff;
}

#col2 a {
	color:#fff;
}

#col2 a:hover {
	/* color:#fff; */
	/* background:#369; */
	/* text-decoration:none; */
}

#col2 a:link {
	/* color:#fff; */
	/* background:#369; */
	text-decoration: none;
}

#col2 a:visited {
	/* color:#fff; */
	/* background:#369; */
	text-decoration: none;
}

#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
/* border-top:1px solid #000; */
	background:#369;
}
#footer p {
	padding:.5em 15px;
}


span.highlight
{
background-color:#369;
color:#fff;
}


span.graytext {
 color: #838B8B;
}

span.smallfont {
font-size:.8em; /* used in rightbar */
}
	
span.bigfont {
font-size:2em;
}

/* add centered image with small caption */
div.image_cap {
padding: 10px;
text-align: center;
font-size: 0.8em;
font-family: Helvetica, sans-serif ;
}


#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

/* test - added 5-16-2009 */
#navcontainer li
{
display: block;
width: 160px;
padding: 1px;
background-color: #369;
}

#navcontainer a
{
display: block;
padding: 3px; 
width: 160px;
background-color: #036;
/* border-bottom: 1px solid #eee; */
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #0174DF;
color: #fff;
}

#id.active
{
background-color: #369;
color: #fff;
}














