/* CSS Document */
html, body{
margin:0;
padding:0;
height:auto;
}

body{
margin: 0;
padding:0;
background-image:url(../images/sand2.jpg);
font-family:"Comic Sans MS", "Trebuchet MS", Verdana;
color:#000066;

}
#outerContainer{
width:900px;
border: 1px solid #00F;
margin-left: auto;
margin-right:auto;
background-image:url(../images/background4.jpg);
background-repeat: repeat-y;
height:auto;
}


#container{
width: 98%;
margin-left: auto;
margin-right:auto;
height:100%;
min-height:600px;
}

/*#contentGroups a:link {
font-size:18px;
	color:#00C;
	text-decoration:none;	
}

#contentGroups a:visited{
font-size:18px;
	color:#00C;
	text-decoration:none;	
	}
#contentGroups a:hover{
font-size:18px;
	color:#00C;
text-decoration:underline;
}
#contentGroups a:active{
font-size:18px;
	color:yellow;
	text-decoration:none;	
	}

*/

#header{
margin-left: auto;
margin-right:auto;
border-bottom: 1px solid #00F;
height: 115px;
width: 100%;
background-image:url(../images/headerL.jpg);
background-repeat:no-repeat;
text-align:right;
}


#menu{
float:left;
width: 163px;
padding: 10px 10px 10px 10px;
font-size:18px;
height:600px;
}

#menu a{
font-size:18px;
	color:#00C;
	text-decoration:none;	
}

#menu a:hover{
font-size:18px;
color:#009966;
text-decoration:underline;
}

#active a{
color:#fff;
color:#009966;
text-decoration:underline;
}


 
#flash{
float:right;
border-left: 1px solid #00F;
width: 150px;
padding: 0 0 0 0;


}
#content{
	width:50%;
	margin-left:185px;
	margin-right:10px;
	padding:10px;
	min-height:400px;
}
#contentGroups{
width:75%;
margin-left:185px;
padding:10px;
}


#top{
color:#00C;
text-align: right;
border-bottom:1px solid #00F;
padding-right:10px;
font-size:20px;
}


#sideBar{
			float: right;
			width: 150px;
			margin: 0 auto;		
			color: #006;
			height:600px;

}
#footer{
clear:both;
border-top: 1px solid #00C;
text-align:center;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a{
font-size:14px;
color:#00C;
text-decoration:underline;
}
img{
	border:none;
}