* { padding: 0; margin: 0; }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #010E3B;
	background-image: url(../images/b104a02.jpg);
	background-attachment: fixed;
}

#container { 
    margin: 0 auto;
    width: 922px;
}

#header {
	color: #081549;
	width: 920px;
	float: left;
	height: 100px;
	min-height: 100px;
	background-color:#081549;
	background-image:  url("../images/bluebg.png");
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: thick solid #ccc;
	border-left: 1px solid #ccc;
}

#navigation {
	float: left;
	width: 900px;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0px 0px 5px;
	background: #8B90C9;
	font-size: 15px;
	font-weight: bold;
}
#navigation a{
	
    float:left;
    width:6em;
	text-decoration:none;
	color:white;
	background-color:#8B90C9;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}

#navigation a:link{
}

#navigation a:hover{
	
   background-image: url(../images/pin_sm.gif);
   background-repeat: no-repeat;
   background-position: left;
   color: #010E3B;
}
#navigation a:visited{
}

#leftcolumn {
	color: #000066;
	border: 1px solid #ccc;
	margin: 0px 5px 5px 0px;
    padding: 10px;
    width: 195px;
	float: left;
    background-repeat: no-repeat;
    background-color: #EAF4FA;
}
#leftcolumnHome {
	
    color: #010E3B;
    border: 1px solid #ccc;
    margin: 0px 5px 5px 0px;
    padding: 10px;
	width: 195px;
	float: left;
	background-repeat: no-repeat;
	background-color: #EAF4FA;
}

#rightcolumn {
	float: right;
	color: #000066;
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	width: 678px;
	display: block;
	background-color: #CCCCCC;
}

#footer {
	
   width: 900px;
   clear: both;
   color: #010E3B;
   border: 1px solid #ccc;
   background: #DAD9D5;
   margin: 0px 0px 10px 0px;
   padding: 10px;
}

#navigation ul {

   float:left;
   width:100%;
   padding:0;
   margin:0;
   list-style-type:none;
}

a {
  color: #9900CC;
} 

a:hover {
	
  color: #9900CC;
}
#navigation li {
	
  display:inline;} 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #9900CC;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #9900CC;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #CCCCCC;
	font-variant: small-caps;
	font-weight: bold;
}

.copyList {
	
   list-style-position: inside;
   list-style-type: circle;
   font-style: normal;
	color: #010E3B;
	font-size: 13px;
}

.copyListLeft {
	
    list-style-position: inside;
	list-style-type: none;
	font-style: normal;
    color: #9900CC;
	font-size: medium;
}
