* {
	box-sizing: border-box;	
}
img {
	box-sizing: content-box;
}
html {
	min-height: 100%;	
}
body {
	margin: 0;
	padding: 0;
	background: #fefde1;
	font-family: "arial" helvetica, san-serif;
	font-size: 14px;
}
.textweight {
	margin: 0;
	padding: 0;
	font-family: "arial" helvetica, san-serif;
	font-size: 12px;
	text-align: left;
}

strong {
		font-family: "arial" helvetica, san-serif;
		font-weight: bold;	
}
body, a {
	color: #72726f;
	text-decoration: none;
}
.redText{
	color: #db2127;
	font-weight: bold;	
}
h1, h2, h3 {
	margin: 4px 0;
	font-size: 18px;	
}
h1 {
	font-size: 48px;
	line-height: 48px;	
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "AragonCondensed";
}
p {
	margin: 5px 0;	
}
label {
	display: block;	
	padding: 5px 0;
	margin: 5px 0;
	border-bottom:1px solid #727272;
}
label span {
	display: inline-block;
	width: 100px;	
}
#wrapper {
	position: relative;
	max-width: 1000px;
	min-height: 800px;
	margin: auto;
	margin: auto;
	padding: 10px;
}

#main {
	padding: 10px;
	min-height: 800px;
}

.home-link {
	float: center;
}

.home-link h1 {
	line-height: 64px;
}

#left {
	margin: 150px 330px 20px 80px;
}

#left2 {
	margin: 60px 330px 20px 80px;
}
#right {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 290px;
	text-align: center;	
}
#right img {
	padding-top: 40px;	
}

#right nav {
	padding: -0px 0 10px 0;	
	font-size: 13px;
}
#right nav a.active {
	font-family: "arial" helvetica, san-serif;
	font-weight: bold;	
}


#signature {
    bottom: 10px;
    padding: 10px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 290px;
	font-size: 12px;
}
#other-nav {
	bottom: 10px;
	padding: 10px 0;
	position: absolute;
	right: 19px;
	text-align: center;
	width: 290px;
	font-size: 12px;
}


#footer:before {
	content: "";
	clear: both;
	display: block;	
}
#footer {
	display: none;
	margin: auto;
	text-align: center;	
}

#footer img {
	display: block;
	margin: auto;	
}

#rollover,
#rollover-note,
#rollover-info {
	display: none;	
}

.next {
	margin-bottom: 12px;	
	top: -10px;
	position: relative;
    width: 290px;
	font-size: 12px;
	font-weight: bold;
}


@media screen and (max-width: 767px){
	#right {
		position: relative;
		width: auto;			
		right: auto;
		top: auto;
	}
	#left {
		margin-right: 0;
		float: none;	
	}
	#other-nav { 
		bottom: auto;
		position: relative;
		right: auto;
		width: auto;
		margin-top: 40px;
	}
}
