/* basic elements */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #444444;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 14px;
	padding-top: 4px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}
.textnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	line-height: 14px;
	padding-top: 4px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: underline;
}
.sectionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	font-weight: bolder;
	text-align: left;
	padding-left: 12px;
}
.subp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	font-weight: bolder;
	padding-top: 5px;
	padding-left: 12px;
	text-align: left;
}
.pullquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #FF6600;
	text-align: center;
	line-height: 24px;
	padding-top: 6px;
}
.rttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 45px;
	text-align: right;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	line-height: 14px;
	padding-top: 5px;
}

.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	padding-top: 5px;
	text-align: center;
}

body {
	margin:0;
	padding:0;
	height: auto;
	width: auto;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}


/* specific divs */

#container {
	background-color: #666666;
	position: relative;
	width: 700px;
	height: auto;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}
#top {
	position: relative;
	left: auto;
	right: auto;
	margin-top: 12px;
}
#nav {
	left: auto;
	position: relative;
	right: auto;
}
#orange {
	position: relative;
	background-color: #FF9933;
	height: 45px;
	width: 700px;
	left: auto;
	right: auto;
}
#images {
	position: relative;
	left: auto;
	right: auto;
	height: auto;
}
#red {
	position: relative;
	background-color: #FF3300;
	width: 700px;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	}
#content {
	position: relative;
	background-color: #FFFFFF;
	width: 700px;
	height: 1%;
	}
#form {
	position: relative;
	background-color: #ffffff;
	width: 633px;
	height: auto;
	text-align: left;
	text-indent: 25px;
	padding-left: 55px;
	}

#quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
	color: #666666;
	position: absolute;
	left: 320px;
	top: 50px;
	width: 350px;
	border-top-color: #666666;
	border-top-style: inset;
	border-top-width: thin;
	border-bottom-color: #666666;
	border-bottom-style: inset;
	border-bottom-width: thin;
}

#specials {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 34px;
	color: #666666;
	left: 320px;
	top: 25px;
	width: 350px;
	border-top-color: #000000;
	border-top-style: inset;
	border-top-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: inset;
	border-bottom-width: thin;
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
	text-align: center;
	margin-top: 16px;
}
