﻿html {
	min-height:100% !important; height:auto; height:100%; 
	margin: 0px;
	padding: 0px;
}

body {
	min-height:100% !important; height:auto; height:100%; 
	margin: 0px;
	padding: 0px;
	background-color: #DCDCDC;
	background-image: url(assets/common/bg-slice.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
}

img {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #F3782A;
	text-decoration: none;
	border-radius: 2px;
	padding: 0px 1px 0px 1px;
}

a:visited {
	color: #F3782A;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	background-color: #ED3F36;
}

a.specialLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #666;
	text-decoration: none;
}

a.specialLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #666;
}

a.specialLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #000;
}

a.specialLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #000;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: normal;
	color: #000;
}

h2 {
	font-family: Georgia;
	font-size: 13px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin-top: 8px;
}

h3 {
	font-family: Georgia;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #F00;
	margin-top: 8px;
}

h4 {
	font-family: Georgia;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}

p {
	font-family: Georgia;
	font-size: 13px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin-top: 8px;
}

#wrapper {
	width: 100%;
	height: 100%;
	background: #ccc; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc);
	clear: both;
}

#container {
	width: 960px;
	text-align: center;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
}

#content {
	position: relative;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
}

#main-text {
	top: 0px;
	left: 0px;
	bottom: 0px;
	max-width: 600px;
	text-align: left;
	height: 550px;
	padding: 60px 40px 40px 60px;
	background-image: url(assets/common/horiz_bar02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} #main-text h1 {
	margin-bottom: 40px;
	color: #050706;
	font-size: 24px;
} #main-text p {
	font-size: 16px;
	line-height: 24px;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #f7f7f7;
	padding: 40px 30px 20px 30px;
	text-align: center;
	border-bottom-right-radius: 10px;
} #sidebar h1 {
	margin-bottom: 15px;
	color: #050706;
} #sidebar p {
	margin: 0px 0px 10px 0px;
}

#footer {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #aaa;
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	text-align: left;
}

.boldit {
	font-weight: bold;
}

