@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:100;
	letter-spacing:0.1em;
}

a:hover {
	color:#FF6600;
}

a img {
	border: none;
}

h1 {
	margin-top:5px;
	font-size:20px;
	color:#663399;
}

h2 {
	font-size:16px;
	color:#663399;
	letter-spacing:0.1em;
	font-weight:100;
}

p {
	font-size:12px;
	color:#333333;
	line-height:18px;
}

li {
	font-size:14px;
	color:#663399;
}

#navbar {
	color:#FFFFFF;
	text-align:right;
	width:100%;
	position:absolute;
	bottom:5px;
	right:10px;
	font-size:14px;
	z-index:5;
}

#shortInset {
	position:absolute; 
	top:-16px;
}

#spacer {
	height:246px;
}

html,body {
	height:100%;
}

.oneColFixCtrHdr #container {
   	min-height: 100%;
   	margin-bottom: -75px;
   	position: relative;

}

.oneColFixCtrHdr #footer {
	height: 75px;
   	position: relative;
	text-align:left;
	font-size:12px;
}

.clearfooter {
   height: 75px;
   clear: both;
}