html{
	height:100%;
}
div,p,img,ul,h1,h2,h3,h4,h5,h6,object,embed,span{
	border:0;
	padding:0;
	margin:0;
}
body{
	margin: 0em auto 0em auto;
	text-align: center;
	/*font-size:12px;*/
	font-weight:normal;
	color:#666666;
	height:100%;
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h2{
	font-size:18px;
	font-weight:bold;
	color:#666666;
}
h2{
	font-weight:normal;
	color:#666666;
}
h3{
	font-size:12px;
	font-weight:bold;
	color:#993366;
}
p{
	font-size:12px;
}
#layout{
	width:950px;
	margin:0 auto 0 auto;
	min-height:555px;
	text-align:left;
	position:relative;
	background:url(/App_Themes/318incentives/images/left-bar.gif) repeat-y;
	background-color:#FFFFFF;
}
#side_bar{
	width:170px;
	float:left;
	position:relative;
}
#menu_spacer{
	display:block;
	height:30px;
	width:170px;
	background-color:#FFFFFF;
	position:absolute;
	top:-10px;
	left:0;
}
#nav{
	margin:25px 0 0 10px;
	list-style:none;
}
#nav li{
	font-weight:bold;
	line-height:0.9em;
	margin-bottom:5px;
}
#nav li ul{
	margin-bottom:5px;
	list-style:none;
}
#nav li ul li{
	font-weight:normal;
	margin-bottom:0;
}
#nav li a{
	font-size:75%;
}
#nav a{
	text-decoration:none;
	color:#FFFFFF;
}
#nav a:hover{
	text-decoration:underline;
}
#content_holder{
	float:right;
	width:740px;
	margin:0 20px 0 0;
	min-height:545px;
	position:relative;
	background-color:#FFFFFF;
}
#header{
	/*margin-top:10px;*/
}
#content{
	margin:20px 0 70px 0;
	width:740px;
	background-color:#FFFFFF;
}
#footer_holder{ /*safari being gay*/
	position:absolute;
	clear:both;
	bottom:0;
	left:185px;
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
}
#powered_kentico{
	position:absolute;
	bottom:5px;
	left:5px;
	width:250px;
	font-size:75%;
	height:41px;
}
#small_column{
	width:270px;
	position:relative;
	margin-bottom:20px;
}
#big_column{
	width:440px;
	position:relative;
	margin-bottom:20px;
}
#single_column{
	width:710px;
	position:relative;
	margin-bottom:20px;
}
#small_column ul, #big_column ul{
	font-size:12px;
}
#small_column ul li, #big_column ul li{
	margin-left:15px;
}
.f_left{
	float:left;
	clear:left;
}
.f_right{
	float:right;
	clear:right;
}
.f_right img, .f_left img, .f_left embed, .f_right object, .f_right embed, .f_left object{
	margin-bottom:15px;
}
textarea{
	background-color:#ffffff;
}
dt{
	margin:10px 0 10px 0;
}
dt a:hover h2{
	text-decoration:underline;
}
dd{
	margin:0 0 0 10px;
	font-size:12px;
}
td, td a{
	font-size:12px;
}