
body		{
		background-color:#FFFFFF;
		scrollbar-face-color:#8EA6CF;
		scrollbar-highlight-color:#436CAF;
		scrollbar-shadow-color:#436CAF;
		scrollbar-3dlight-color:#E6ECFF;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-track-color: #E6ECFF;
		scrollbar-darkshadow-color: #E6ECFF;
		}

.nav	{
	vertical-align: top;
		}
		
.leftNavImg	{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
		}
		
.leftNavBegin	{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
		}
		
.text-mainLg	{
	font-family:Tahoma;
	font-size:14px;
	padding-left: 10px;
		}
		
.text-main	{
		font-family:Tahoma;
		font-size:12px;
		}

.text-main2	{
		font-family:Tahoma;
		font-size:12px;
		}

.text-main3	{
		font-family:Tahoma;
		font-size:10px;
		}

.text-main4	{
		font-family:Verdana;
		font-size:18px;
		}
		
.table-main	{
	background-image: url(../interface/rtBorder.gif);
	background-repeat: repeat-y;
		}

a:link		{
		color:#045FA4;
		text-decoration:none;
		}

a:hover		{
		color:#000000;
		text-decoration:none;
		}

a:visited	{
		text-decoration:none;
		}

#wrap		{
	width: 760px;
		}
		
#bottomNav		{
	text-decoration:none;
	width: 740px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#045FA4;
	font-weight: bold;
	padding: 10px;
		}
		
#leftNav		{
	float: left;
	width: 190px;
	height: 100%;
		}
		
#leftNav ul {
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#leftNav li a{
	background-image: url(../interface/nav-off.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: block;
	background-position: center center;
	padding-left: 45px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}


#leftNav li a:hover{
	background-image: url(../interface/nav-on.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
		
#main		{
	background-image: url(../interface/main-bg.gif);
	background-repeat: repeat-y;
		}
		
#content		{
	float: right;
	width: 540px;
	padding-right: 30px;
		}
		
#imgMainSplash		{
	margin-right: 10px;
	float: left;
		}
		
#home .home, #begin .begin, #why .why, #gallery .gallery, #guide .guide, #contact .contact{
	background-image: url(../interface/nav-on.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-position: center center;
	padding-left: 45px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}