body {
	margin:0px;
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	border:0;
	background: #373737;
	background-image:url('../graphics/fabric.jpg');
	text-align: center;
	min-width: 100px;
	height:auto;
	min-height: 100%;
	font: 1em verdana,Arial,Helvetica,sans-serif;
	/*font: 1em "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;*/
	color: #222;
  }

 

div#main {
	/* container for menus and content; */
	position:relative; /* needed for footer positioning ??? from stack overflow linked article*/
	width:974px;
	background: #fff;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */

	margin:0 auto;
	border-right: 3px solid #ddd;
	border-left: 3px solid #ddd;
	border-top: 2px solid #ddd;
	border-bottom: 3px solid #ddd;
  	}
	
a image {border:none;}
a  { color: #314BA8; text-decoration:none; }
a:visited { color: #314BA8; text-decoration: none;}
a:hover { color: #314BA8; text-decoration:underline; }
a:active { color: #3876BB; text-decoration:underline; }

	
  h1 {
  font:1.8em Verdana,Arial,sans-serif;
  font-style:normal;
  font-weight:bold;
  letter-spacing:-1px;
  color:#333;
  /*color: #283D8B;*/
  /*color: #F46446;*/
  
  word-spacing:.1em;
  margin: .8em 0 .3em 0;
  }
  
  h2 { /* grey paragraph headers */
  font:1.3em Verdana,Arial,sans-serif;
  letter-spacing:-1px;
  font-style:normal;
	font-weight:bold;
	color: #555;
  word-spacing:.1em;
  margin: 1em 0 .3em 0;
  }
  	
  h3 {
  font: 1.2em Verdana,Arial,sans-serif;
  	font-style:normal;
	font-weight:bold;
	/*color: #333;*/
	color: #314BA8;
  word-spacing:.2em;
  margin: .7em 0 .1em 0;
  }
  
   h4 { /*labels*/
  font: 1.0em Verdana,Arial,sans-serif;
  	font-style:normal;
	font-weight:bold;
	/*color: #333;*/
	color: #314BA8;
  word-spacing:.2em;
  margin: .7em 0 .1em 0;
  }
  
h2 + p { margin-top: -.4em } 
	
	
td.error  {
	font-size:1em;
	color: #ff6161;
	margin: 1em 0em 0.3em 0.5em;
	}

div#topcell {
	/* container for horizontal leader and menu; */
	width:974px;
	background:#000;
	text-align: left;
	/*border-bottom: 1px solid #003;*/

	border-right: 0px solid #000;
	border-left: 0px solid #000;
	border-top: 0px solid #000;

	margin-top:auto;
	margin-bottom:auto;
	margin-left:0;
	margin-right:0;
	}
	
div#banner {
	width:974px;
	height:100px;
	/*background: #3B5998;*/
	background: #3C75BA;
	background-repeat: repeat-y;
	}
	
img#eiffelicon{
	width:50px;
	height:80px;
	margin-top:20px;
	margin-left:41px;
	margin-bottom:0px;
	margin-right:auto;
	border:0;
	}

	
img#logo {
	width:242px;
	/*height:35px;*/
	height:45px;
	margin-left:45px;
	margin-top:35px;
	border:0;
	}
	

	

div#mainmenu {
	line-height: 2;
	height:2em;
	font-variant:normal;
	padding-left:0;
	padding-right:0;
	width:974px;
	float:left;
	/*border-top: 1px solid #434A95;*/
	border-top: 1px solid #578DC9;
	border-bottom: 1px solid #081A57;
	background: url('../graphics/menubkgd.gif') #273D8B bottom left repeat-x;
	font-style:normal;
	font-weight:bold;
	color:#fff;
	font-size:.8em;
	font-family: verdana,Arial,Helvetica,sans-serif;
	}
	
div#mainmenu ul {
	margin:0 0 0 0px;
	border:0px solid #fff;
	display:inline;
	list-style-type:none; 
    }
	
div#mainmenu li {
    float:left; 
    padding:0 18px 0 18px;
    /*border-right: solid 1px #585E9F;*/
    border-right: solid 1px #578DC9;
	}

 	div#mainmenu li:first-child {padding:0 18px 0 45px;} 

	div#mainmenu li:last-child {border-right:0;} 
 	* html a {display:block;}
	div#mainmenu a {color:#eaefef; display:block; text-decoration:none;}
	div#mainmenu a:hover {color:#CAE3FF; text-decoration:none;}
	div#leftmenu a:focus {color:#CAE3FF;}
	
	div#mainmenu img {	
		display:inline-block;
		padding: 6px;
		border: 0;
    }

.clearfix {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
   padding-bottom:5px;
}

div#submain {
float:left;
	line-height:2;
		height:2em;
	font-variant:normal;
	width:974px;
	margin:0px auto;
	border-top: 1px solid #434A95;
	border-bottom: 2px solid #333;
	background-color:#01124e; 
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
	font-size:.8em;
	font-family: verdana, Arial,Helvetica,sans-serif;
	}


div#submain ul {
	margin:0 0 0 0px;
	border:0px solid #fff;
	display:inline;
	list-style-type:none; 
    }
	
div#submain li {
    float:left; 
    padding:0 18px 0 18px;
    background-color:#01124e; 
    }
	div#submain li:first-child {padding:0 18px 0 45px;} 
	div#submain li:last-child {border:0;} 
 	* html a {display:block;}
	div#submain a {color:#eee; display:block; text-decoration:none;}
	div#submain a:hover {color:#bdf; text-decoration:none;}


	
div#content {
	/*contains body of page */
	clear:both;
	padding:10px 0px 5em 0px;
	border:0px solid;
	width:974px;
	height: auto !important;
    min-height:600px;
	height:600px;
	text-align:left;
	background:#fff;
	font: .8em/1.5 "Lucida Grande","Lucida Sans Unicode",verdana,Arial,Helvetica,sans-serif;
	color: #222;
	}


img.bodycontent {
	margin:.2em .8em;
	border: 2px solid #444;
	}	
	
div#headercontainer {
	/*contains header text and social icons*/
	padding:10px 0px 1em 0px;
	margin:10px;
	margin-right:30px;
	margin-left:45px;
	border:0px solid;
	border-bottom:3px dotted #ddd;
	width:890px;
	}
	
#headercontainer h1 {display:inline; }

div#body {
	/*contains body of page*/
	text-align:left;
	padding:10px 0px 1em 0px;
	border:0px solid;
	width:974px;
	}
	
/*#bodycenter a:link {color:#600; font-weight:bold; text-decoration:none;}
#bodycenter a:visited {color:#600; font-weight:bold; text-decoration:none;}
#bodycenter a:hover {color:#0079FF; font-weight:bold; text-decoration:underline;}*/

	
/*body has two columns, 650 and 320*/	

div.highlight {
	/*contains main body LHS item*/
	float: left;
	padding:0em 1em 1em 10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	width:570px;
	height: auto !important;
	border-radius: 8px ;
	-moz-border-radius: 8px ;
	background-color:AliceBlue;
	border:1px solid #ddd;
	}
	
div.section {
	width:100%;
	margin-top:1.5em;
	border-top:1px dotted #ddd;
	}

div#bodyleft {
	/*contains main body LHS*/
	float: left;
	padding:0px 1.5em 1em 45px;
	border:0px solid;
	border-right: 1px dotted #ccc;
	margin-top:10px;
	margin-bottom:10px;
	width:600px;
	}
	
table#bodyleft {
	width:500px;
	border:0px solid #333;	
	}
	
#bodyleft td{
	border:0px;
	padding:5px 10px 2px 2px;
	text-align:center;
	vertical-align:top;
}
	
img.bodytext {
	border:4px double #999; 
	float:left; 
	margin:5px; 
	margin-left:0; 
	margin-right:15px;
	}
	
table#bodyelement {
	width:590px;
	border:0px solid #333;	
	border-collapse:collapse;
	padding:1em;
	}
	
#bodyelement td{
	border-right:1px dotted #ccc;
	padding:0px 6px 0px 8px;

	text-align:center;
	vertical-align:top;
}

#bodyelement td:last-child {border-right:0px solid #ccc;} 

img.bodyelement {
	margin:5px 0 0 0;
	border:4px double #999; 
	}	
	
div.bodybox {
	width:270px;
	border:0px solid #333;	
	margin:10px;
	}
	
span.bodybox {
	width:100%;
	display:block;
	text-align:center;
	font: 1em Verdana,Arial,sans-serif;
  	font-style:normal;
	font-weight:bold;
	color: white;
	line-height:1.3em;
	background-color:#3979BF;
	margin-bottom:1em;
	padding:.3em;
	}
	
table#form {
	width:500px; 
	border-right:0px dotted #ccc;
	padding:5px 6px 2px 8px;
	text-align:left;
	vertical-align:top;
	}

#form td {
	border-right:0px dotted #ccc;
	padding:5px 6px 2px 8px;
	text-align:left;
	vertical-align:top;
}	
	

	
div.sidefeature{
	width:245px;
	min-height:105px;
    height:auto !important;
    height:105px;
	margin: 15px 2px 50px 2px;
	padding-top:0px;
	padding-bottom:3px;
	text-align:center;
	font-size:1em;
	/*font-weight:bold;*/
	color:#fff;
	background:#3980C0;
	background-image:url('../graphics/sidebottom.gif');
	background-repeat:no-repeat;
	background-position:center bottom; 
	position:relative;
    -moz-box-shadow:2px 4px 4px #ccc;
    -webkit-box-shadow:2px 4px 4px #ccc;
    box-shadow:2px 4px 4px #ccc;
	border:0px solid #ccc;
	}

  
.sidefeature h3 {
	font:1.1em Verdana,Arial,sans-serif;
  	font-style:normal;
	font-weight:bold;
	color:#efefef;
	text-align:left;
	letter-spacing:0.2px;
	word-spacing:.2em;
	margin: 1em 0 0em 0;
	border-bottom:0px solid #ccc;
	padding-left:1em;
	padding-bottom:.4em;
	padding-top:.5em;
	}

.sidefeaturetext span{
	display:inline-block;
	font:.9em Verdana,Arial,sans-serif;
	font-weight:normal;
	color:#3781C2;
	float:right;
	margin-top:0px;
	margin-right:7px;
	padding-left:0px;
	padding-bottom:0px;
}	
.sidefeaturetext a:link {color:#3781C2; text-decoration:none;}
.sidefeaturetext a:visited {text-decoration:none;}
.sidefeaturetext a:hover {color:#3781C2; border-bottom:1px dotted #3781C2;}	
	
div.sidefeaturetext {
	clear:both;
	height:100%;
	text-align:left;
	padding-top:.4em;
	padding-left:1em;
	padding-bottom:5px;
	background:#fefefe;
}	

div.sidebarbutton {
	margin:0em 0 0 0; 
	padding:1em .7em 0 .7em; 
	border-top:1px solid #eee;
	background:#fefefe;
	}
	
div.side_adbox {	
	margin: 15px 5px 50px 2px;
	background:#fefefe;
	-moz-box-shadow:2px 4px 4px #ccc;
    -webkit-box-shadow:2px 4px 4px #ccc;
    box-shadow:2px 4px 4px #ccc;
	border:0px solid #ccc;
	}
	
div.textlist {
	height:100%;
	color:#3781C2;
	padding-bottom:.7em;
	}
	
div.textbox {
	height:100%;
	color:#777;
	text-align:left;
	padding-bottom:.7em;
	}
	


.socialicons {
	float:right; 
	margin-right:0px; 
	line-height:1em; 
	margin-top:1em; 
	}

	
div#iconselect {
	/*contains icons for things to do */
	clear:both;
	width:970px;
	text-align:center;
	padding:10px 0px 1em 0px;
	margin:auto;
	border-top:1px dotted #ccc;
	}

div.bottomfeature{
	/*contains square box/orange header for items on bottom row of home page*/
	float:left;
	margin: 10px 30px 25px 30px;
	padding-top:0px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	border:0px solid #ddd;
	/*background:#f46446;*/
	background:#3C75BA;
	height:175px;
	width:175px;
	position:relative;
	}
	
div.bottomfeature:first-child {margin-left:45px;} 
	
.bottomfeature img{	
	display:block;
	height:151px;
	width:175px;
	position:absolute;
    bottom:0px;
	right:0px;
	border-top:3px solid white;
	}
	
.bottomfeature a:link {color:#fff; text-decoration:none;}
.bottomfeature a:visited {color:#fff; text-decoration:none;}
.bottomfeature a:hover {color:#fff; text-decoration:underline;}	

li.footnote {
	font:1em Verdana,Arial,sans-serif;
  	font-style:normal;
	color:#888;
	}
	
span.bullet {
	display: inline-block;
	float:left;
	width: 110px;
	border:0;
}

span.notation {
	font:.9em Verdana,Arial,sans-serif;
	color:#888;
	border:0;
	margin-left:0.5em;
}

div#summarylist {
	margin:10px 15px 15px 15px;  
	padding:15px; 
	border:1px solid #ccc;
	border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #efefef;
}

#summarylist span {
	color:#000;
	float:left;
	padding-right:.5em;
	text-align:right;
	width: 7.5em;
}


.subtext {
	font-size:.85em;
	color:#777;
	text-align:center;
	margin-top:.3em;
	}

	
div#bodyright {
	/*contains rhs column*/
	float: right;
	padding:10px 3em 1em .5em;
	border:0px;
	width:252px;
	}
	

div#widebody {
	/*contains 1 columns in body of page */
	text-align:left;
	padding:10px 0px 1em 0px;
	margin: 0px 80px 1em 45px;
	border: 0px solid #000;
	text-align:left;
	}

	
img.indexphoto {
float:left;
	display:inline;
	margin: 4px 4px 1em 4px;
	width:100px;
	height:150px;
	border:1px solid #000;
	}
	
.indexphoto a:link {display:inline; color:#666; text-decoration:none;}
.indexphoto a:visited {color:#666; text-decoration:none;}
.indexphoto a:hover {color:#660033; text-decoration:underline;}
	

div#breadcrumb  {
	width:940px;
	color:#aaa;
	padding-left:45px;
	padding-bottom:0em;
	}
	
#breadcrumb a {color:#888; text-align:right; margin-right:0em;}
#breadcrumb a:hover {color:#888; padding-bottom:1px;}


div#footerbasic {
	line-height:1;
	clear:both;
	width:974px;
	margin:0px auto;
	}
	
	
div#footer {
	/*line-height:1;*/
	clear: both;
	width:910px;
	display:block;
	font-family: verdana, arial, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#333;
	border-top: 3px dotted #eee;
	padding: 20px 0 1em 0px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	}


 #footer ul {
    margin-top: 0px;
    padding: 0px 0 0em 0;
	list-style-type:none; 
    border:0px solid black;
	font-size:0.7em; 
    } 
    
 * html #footer ul {

    border-left: 0px solid #000;
	padding: 0px 0 0em 0;

    }
	
 div#legalfooter ul {
    margin-top: 0px;
	padding: 0.2em 0 0.5em 0;
    list-style: none;
	text-align:center;
    border:0px solid black;
	margin-left:390px;
	margin-right:auto;
	font-size:0.7em;
	color: #666;
    } 
    
 * html div#legalfooter ul {
    border-left: 0px solid #000;
	padding: 0.2em 0 0.5em 0;
	margin-left:400px;
	margin-right:auto;
    }
	
 
#footer li {
			display:inline;
			margin-top: 0px;
			border-left:1px solid; /* creates the vertical line to the left of each list items */
			border-right:0px solid; /* creates the vertical line to the right of each list items */
			color:#666; /* sets the color of the vertical lines  - links colored below */
			padding:0 5px 0 4px; /* horiz space between links and vert lines - needed diff l & r values to center */
			}
						
	#footer a:link {color:#666; text-decoration:none;}
	#footer a:visited {color:#666; text-decoration:none;}
	#footer a:hover {text-decoration:underline;}
	div#footer li:first-child {border-left:0; padding: 0 8px 0 0px;} /* removes the left border of the first list item - IDWIMIE */
	
  div#legalfooter li {
			float:left;
			border-left:0px solid; /* creates the vertical line to the left of each list items */
			border-right:0px solid; /* creates the vertical line to the right of each list items */
			color:#666; /* sets the color of the vertical lines  - links colored below */
			padding:0 5px 0 4px; /* horiz space between links and vert lines - needed diff l & r values to center */
			}
						
	#legalfooter a:link {color:#666; text-decoration:none;}
	#legalfooter a:visited {color:#666; text-decoration:none;}
	#legalfooter a:hover {color:#660033; text-decoration:underline;}
	/*div#footer li:first-child {border-left:0; padding: 0 8px 0 0px;} /* removes the left border of the first list item - IDWIMIE */
	
div#footer2 ul {
    margin-top: 0px;
    padding: 5px 0 0em 0;
    list-style: none;
    border:0px solid black;
	margin-left:300px;
	margin-right:auto;
	font-size:0.6em; 
	text-align:center;
    } 
    
 * html div#footer2 ul {
    border-left: 0px solid #000;
	padding: 5px 0 0em 0;
	margin-left:300px;
	margin-right:auto;
    }
 
 div#footer2 li {
 float:left;
			color:#aaa; /* sets the color of the vertical lines  - links colored below */
			padding:0 5px 0 4px; /* horiz space between links and vert lines - needed diff l & r values to center */
			}


