body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: no-repeat;
	border: none;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
.style2 {
	font-size: medium;
	font-weight: regular;
	color: #333;
}
.style3 {font-size: small}
.style5 {
	font-size: medium;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.style6 {font-size: small; font-style: italic; }
.style7 {font-size: x-small}
.style8 {color: #FFFFFF; font-size: x-small; }
.style9 {	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	color: #666666;
}
.style10 {color: #666666}
.style11 {color: #333
	font-size: x-small;
	text-decoration: underline;
	font-size: large;
}

/* Style info added for responsive layout */

body {
	color: rgb(0, 0, 0); 
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	background-color: #bfbfbf;
}

p {
	font-size: 13px;
}

h1 {
	font-size: 16px;
}

#main {
	max-width: 815px;
	margin: 0 auto;
	position: relative;
}

#header {
	margin-top: 25px;
}

#header-left {
	float: left;
	padding: 20px 0px 0px 0px;
}

#header-right {
	text-align: right;
	padding: 0px 55px 0px 0px;
}

#logo {
	width: 228px;
	margin-top: 5px;
}

#badge {
	position: absolute;
	top: 0px;
	right: -50px;
}

#nav {
   overflow-x: hidden;
   position:absolute;
   right: 0px;
   white-space: nowrap;
   margin-top: 15px;
}

#alt-nav {
	display: none;
	text-align: center;
   	margin-top: 15px;
   	padding-top: 6px;
   	height: 32px;
   	background-image: url(images3/images/designfinal.gif);
   	background-repeat: repeat-x;
}

#content {
	margin: 45px 0px 0px 2px;
	background-color: #FFF;
}

#content-left {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

#content-right {
	display: table-cell;
	vertical-align: top;
	width: 244px;
	margin-top: 4px;
}

#content-main {
	padding: 0px 5px;
	font-size: 13px;
}

#main-img {
	width: 100%;
}

#footer {
	padding: 0px 10px 10px 10px;
	font-size: 11px;
	background-color: #FFF;
	margin-left: 2px;
}

#footer-inner {
	background-color: #b4b4b4; 
	height: 25px; 
	padding: 40px 5px 0px 5px;
}

#footer-left {
	float: left;
	color: #FFF;
}

#footer-right {
	text-align: right;
	color: #333;
}

@media screen and (max-width: 820px) {
	#header {
		padding: 0px 5px;
	}
}

@media screen and (max-width: 620px) {
	h1 {
		font-size: 12px;
	}

	#badge {
		width: 120px;
		right: -30px;
	}

	#footer-left {
		float: none;
	}

	#footer-right {
		text-align: left;
		margin-top: 10px;
	}	

	#footer-inner {	
		height: 45px; 
		padding: 10px 5px 0px 5px;
	}
}

@media screen and (max-width: 500px) {
	#badge {
		width: 140px;
		right: -10px;
	}

	body {
		background-color: #FFF;
	}

	#nav {
		display: none;
	}

	#alt-nav {
		display: block;
	}

	#content {
		margin: -6px 0px 0px 2px;
	}	

	#content-left {
		display: block;
	}

	#content-right {
		display: block;
		margin: 0 auto;
	}	

	#footer-inner {	
		height: 70px; 
		padding: 10px 5px 0px 5px;
	}
}

@media screen and (max-width: 360px) {
	#badge {
		width: 100px;
		right: -10px;
	}

	#logo {
		width: 160px;
		margin-top: 20px;
	}	

	#header-left {
		float: none;
	}

	#header-right {
		display: none;
	}
}
