BODY, h1 {
    scrollbar-base-color:#B67441; 
    scrollbar-arrow-color:#B67441; 
	scrollbar-darkshadow-color:#2A1301; 
    scrollbar-face-color:#FEE5B4; 
    scrollbar-highlight-color:#2A1301; 
    scrollbar-shadow-color:#B67441; 
    scrollbar-track-color:#FEE5B4;
    font-family : arial, verdana, tahoma;
	font-size: 70%;
	background-color: #99CCFF;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

/* General and Links   =============================================== */

p {
margin: 0;
padding: 0;
}

a:link, a:visited, a:active {
    font-family :  arial, verdana, tahoma;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;	
}

a:hover	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;	
}
		
a.navigation:link, a.navigation:visited {
    font-family :  arial, verdana, tahoma;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;	
}

a.navigation:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;	
}
		
a.sm:link, a.sm:visited, a.sm:active {
	font-family : arial, verdana, tahoma;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;	
}

a.sm:hover {
	color: #000000;
}
		
a.choose:visited, a.choose:link, a.choose:active {
	color: #fff;
}
	
a.choose:hover {
	color: #32106b;
}
		
/* Generic Elements   =============================================== */

img {
	border: 0;
	float:left;
	padding: 0px 20px 0px 0px;
}

span {
	text-decoration: underline;
}

ul {
	list-style-position: outside;
}

ol li {
	list-style-position: outside;
	margin: 0 0 10px 0;
}

hr{
border-bottom: 1px solid #32106b;
margin: 0 0 10px 0;
}

.image {
float:left;
padding: 0px 20px 15px 0px;
}

.image_navi {
padding: 0px 30px 30px 0px;
float:left;
}

.image_navi_left {
padding: 0px 0px 30px 0px;
float:left;
}


h1 {
  font-weight: normal; 
  font-size: 120%; 
  font-family : arial, verdana, tahoma;
}

h2 {
  font-weight: bold; 
  font-size: 100%; 
  font-family :  arial, verdana, tahoma;
  margin: 0px;
}

h3 {
  font-family :  arial, verdana, tahoma;
  text-align: center;
  text-decoration: underline;
  font-size: 100%; 
}

#banner {
	background: url(../images/banner.jpg) no-repeat;
	width:300px;
	height: 450px;
	padding: 0px 30px 10px 0px;
    float:left;
}

#banner1 {
	background: url(../images/banner1.jpg) no-repeat;
	width:300px;
	height: 450px;
	padding: 0px 20px 10px 0px;
    float:left;
}	
	
#banner2 {
	background: url(../images/banner2.jpg) no-repeat;
	width:300px;
	height: 450px;
	padding: 0px 20px 10px 0px;
    float:left;
	}	

#banner3 {
	background: url(../images/banner3.jpg) no-repeat;
	width:300px;
	height: 450px;
	padding: 0px 20px 10px 0px;
    float:left;
	}		
	
#banner4 {
	background: url(../images/banner4.jpg) no-repeat;
	width:300px;
	height: 450px;
	padding: 0px 20px 10px 0px;
    float:left;
	}	
	
#banner5 {
	background: url(../images/banner5.jpg) no-repeat;
	width:300px;
	height: 450px;
	padding: 0px 20px 10px 0px;
    float:left;
	}	
	
h1 span{
	display: none;
}

/*  header    =============================================== */


/*  layout  =============================================== */

#main  {
background-color: #6699CC;
width:750px;
margin:0px auto 0px auto;
}

#header {
width:410px;
float: left;

}

#page {
padding: 0px 10px 0px 10px;

margin:0px auto 0px auto;

}

#page_center {
text-align: center;
font-weight: bold;
}

#spacer {
clear: both;
height: 15px;
}
	
/* Begin footer  =============================================== */
	
#footer_left {
background-color: #6699CC;
padding: 15px 0px 5px 5px;
width:410px;
font-family : arial, verdana, tahoma;
font-size: 100%;
color: #FFFFFF;
text-align: left;
float:left;
}

#footer_right {
background-color: #6699CC;
padding: 15px 5px 5px 0px;
width:330px;
text-align: right;
float:right;
}





