html { }

body
{
	font-size: 13px;
	line-height: 19px;
	font-family: Verdana, arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	background: url(../images/back.gif) repeat-y;
}
a:link { color: #0000FF; text-decoration: underline;}
a:visited { color: #0000FF; text-decoration: underline;}
a:active { color: #FFFFFF; text-decoration: underline;}
a:hover { color: #8C8CC0; text-decoration: underline;}

#wrapper
{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#header
{
	position: relative;
	width: 100%;
	height: 150px;
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
	background: url(../images/back-top.gif) repeat-x;
}

#header-right 
{ 
	float: right;
	margin: 0;
	font-variant: small-caps; 
	color: #fff;
	text-align: center;
	padding: 12px 35% 0 0;
	font-size: 16px;
	line-height: 20px;
	height: 150px;
	background: url(../images/mountains.jpg) no-repeat 100% 0;
}

#header-right a:link { color: #fff; text-decoration: none;}
#header-right a:visited { color: #fff; text-decoration: none;}
#header-right a:active { color: #fff; text-decoration: underline;}
#header-right a:hover { color: #fff; text-decoration: underline;}



#header-left
{
	float: left;
	width: 215px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 250px;
padding: 0 70px 0 0;
min-height: 400px;
}

#leftcolumn{
float: left;
width: 200px;
margin-left: -100%;
}


#footer
{
width: 100%;
height: 180px;
margin: 0 auto;
padding: 50px 0 0 0;
text-align: center;
color: #625F5D;
font-size: 11px;
line-height: 13px;
}



/*   ----------   NAVIGATION    ----------    */

ul#nav 
{ 
list-style-type: none; 
margin: 0;
padding: 0;
font-size: 14px;
line-height: 24px;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
ul#nav a:link { color: #fff; text-decoration: none;}
ul#nav a:visited { color: #fff; text-decoration: none;}
ul#nav a:active { color: #B2B2B2; text-decoration: none;}
ul#nav a:hover { color: #B2B2B2; text-decoration: none;}
ul#nav a#current { color: #00918E; text-decoration: none;}

ul#nav li
{ 
padding: 0 10px 0 15px;
margin: 0 0 0 10px;
}

/*   ----------   END NAVIGATION   ----------    */


h1
{
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
}

h2
{
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 16px;
	line-height: 14px;
	color: #757575;
	font-weight: bold;
}

img.right {
float: right;
margin: 0 0 20px 20px;
padding: 0;
border: 1px solid #fff;
}

img.left {
float: left;
margin: 0 20px 20px 0;
padding: 0;
}

.sm
{
	font-size: 10px;
	line-height: 12px;
	color: #757575;
	font-weight: bold;
}














