/* CSS Document */
.titleHighlight{
color:#E2CE1D;
font-size:16px;
}
.titleLarge{
color:#ffffff;
font-size:18px;
}
/* CSS Document */
/*
+----------------------------------------------+
|                                              |
|           CSS NEIMME TEMPLATE                |
|                                              |
+----------------------------------------------+
| Filename   : neimme.css                      |
| Created    : 15-Oct-06                       |
| Created By : Alexander Bell                  |
| Version    : 1.0                             |
|                                              |
+----------------------------------------------+
*/
body {
	font: 12px Arial;
	color: #000000;
	background: #ffffff;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #E2CE1D;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
ul{
  list-style:none;
  margin-left:-16px;
  margin-bottom:0px;
  margin-top:0px;
  margin-right:0px;
  /*	margin: 0;/* /*IE adds a margin to the left for some reason :s */
  padding: 0;
  display:inline;
}
h1{
font-size:15px;
}
/* overall container */
#container {
position: relative;
margin: -7px 0px 0px -7px;
padding-bottom: 6px;
width: 100%;
background: #285D7F;
border: solid;
border-width: 5px;

border-color: #FFFFFF;
/*margin: auto;*/
}

/* Header */
#pageHeader {
	height: 152px;
	background: #285D7F url(../images/logo.gif) no-repeat top left;
}

/* Secondary links */
#headerLinks {
	position: relative;
	/*left: 748px;*/
	margin-top: 40px;
	width: 117px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
  list-style:none;
  margin-left:0px;
  margin-bottom:0px;
  margin-right:0px;
  padding: 0;
  display:inline;
  float:right;
  

}

/* Main nav bar */
#mainMenu 
{
    position: relative;
    margin: 0px 0px 0px 0px;
	
    border: solid 1px #000000;
    border-bottom-width: 0px;
	border-right-style:none;
    width: 100%;
    height: 24px;
   background-color: #f5f5ed;

}

#mainMenu ul
{

	list-style-type: none;
	background-color: #f5f5ed;
}

#mainMenu ul li 
{
    float: left;
    border: solid 0px #999999;
    border-right-width: 1px;
	padding-top:0px;
	
}

#mainMenu ul li a:link 
{
    display: block;
    font-weight: normal;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color: #555555;
    text-decoration: none;
    background: #f5f5ed url(../images/buttonArrow.gif) no-repeat;

    background-position: 8px 4px;
    padding: 3px 9px 6px 45px;

    margin: 0px 0px 0px 0px;
	
}

#mainMenu ul li a:visited 
{
  display: block;
  /*padding: 3px 7px 3px 25px;*/
  padding: 3px 9px 6px 45px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  color: #000000;
  background: #f5f5ed url(../images/buttonArrow.gif) no-repeat;
  background-position: 8px 4px;
}
#mainMenu ul li a:hover 
{
	background: #f5f5ed url(../images/butBg.gif);
   /* background-color: #88ad56;*/
    color: #000000;
}




.titleHighlight{
color:#E2CE1D;
font-size:16px;
}

#imageFlow{
float:left;
margin-right:10px;
margin-bottom:10px;
margin-top:3px;
border:solid;
border-width:2px;
border-color:#eeeeee;
}
