/*--The main HTML elements--*/
html{
    height: 100%;
}       
body{
    height: 100%;
    background-color: #b2dcf9;
    margin: 0;
    padding: 0;
    background-image: url("img/bg_shadow.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-attachment:fixed;
    font-family: "Trebuchet MS",Tahoma,Arial;   
}
/*--This is the centered white column, where everything is.*/
#center{
	width: 690px;
	min-height:100%;
	background-image: url("img/center_shadow.png");
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
}       
/*--Everything on the top*/
#header{
    width: 680px;
    height: 113px;
    background-image: url("img/header.png");
	text-align: center;
	margin: auto auto 0 auto;            
}
/*--Navigation bar floats in header div--*/ 
#navbar{
    width: 312px;
    height: 24px;   
    background-image: url("img/navbar.png");
    position:relative;
    float: right;
    z-index: 2;
    margin-top:85px;
    padding-top:4px;
    padding-right: 5px;
    background-repeat: no-repeat;
}       
/*--Top row of attention grabbing icons--*/
#large-buttons{
    width: 680px;
    height: auto;
    min-height: 228px;
	margin-top: 10px;  
}
/*--This is where the page's main body of text and main image goes--*/  
#main{
	width: 600px;
	height: auto;
	background-color: #FFF;
	float:left;
	margin-top: 25px;
	margin-left: 20px;
}
#main-img{
    width: 250px;
    height: auto;
    background-color: #FFF;
    float: right;
    margin-right: 10px;
	margin-top: 25px;
}
/*--Footer remains at the bottom of the page--*/
#footer{
    clear:both;
    height:32px;
    width:674px;
    background-image: url("img/footer.png");
    background-repeat:no-repeat;
    background-color:#FFF;
	margin: auto auto 0 auto;
    padding-top:3px;
    position: relative;
    bottom:0;
}
/*--Normal text--*/
h1{
	font-weight: normal;
	font-size: 22px;
}
/*--Bold, title text--*/
h2{
	font-weight: bold;
	font-size: 18px;    
}
/*--Tiny text--*/
h3{
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	text-align: center;
}

/*--Link properties--*/
a:link {
	color: #369;
	text-decoration: none;
}
a:visited {
	color: #369;
	text-decoration: none;	
} 
a:hover { 
	color: #369;
	text-decoration: none;	
}

a img { border: none; } 
    
.topicheader {
	color: #03C;
	font-weight: bold;	
}
.pointheader {
	color: #06F;
	font-weight: bold;
}
