body,
html {
    margin: 10;
    padding: 0;
    color: #000;
background: #F2F1F0;  
}

#header {
    text-align: center;	
    padding: 5px 10px;
    background: #12416F;
}

#header p {
    color: #FFFFFF;
    font-family: cursive ;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}

#maincontainer{
width: 860px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

background: url("../images/bkg.png") repeat-y;
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-left: 190px; /*Set left margin to LeftColumnWidth*/
margin-right: 10px;
min-height: 500px;
}

#contentcolumn2{

margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -850px; /*Set left margin to -(MainContainerWidth)*/

}

#leftcolumn ul{
margin-left: 10px;
padding-left: 0px;
}

a:link {text-decoration:none;color:#12416F;}
a:visited {text-decoration:none;color:#12416F;}
a:hover {text-decoration:underline;color:#12416F;}
a:active {text-decoration:underline;color:#12416F;}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

#information1{
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color:  #12416F;
}

#footer {
clear: both;
width: 860px;
    background: #12416F;   
    text-align: right;
}

#footer p{
color: #FFFFFF;
font-family: arial;
margin-right: 10px;
}

    * html #footer {
    height:1px;
    }

span.tooltip {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #12416F;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}

#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #12416F url('images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('images/gradhover.png') repeat-x;
	color: #339;
}

