/*   Rick's Fortweb style sheet   */


/* General page style. The scroll bar colours only visible in IE5.5+ * - colored scrollbar removed - */
body {
	background-color: #617590;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/cf_bkg_1280x910.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* h1 */
.h1	{font-family: "Times New Roman", Times, serif; font-size: 48px; font-weight: bold; color: #666666; text-decoration: none}


/* h2 */
.h2	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #666666; text-decoration: none}


/* blank template with all options */
.test {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #666666; text-decoration: none}
.test a:link {  color: #0000FF; text-decoration: none}
.test a:visited {  color: #0000FF; text-decoration: none}
.test a:hover {  color: #CCCCCC; text-decoration: underline; background-color: #CCCCCC}
.test a:active {  color: #CC0000; text-decoration: none}


/* content text */
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.content a:link {  color: #FFFFFF; text-decoration: none}
.content a:visited {  color: #FFFFFF; text-decoration: none}
.content a:hover {  color: #FFFFFF; text-decoration: none; background-color: #999999}
.content a:active {  color: #FFFFFF; text-decoration: none}


/* content bold text */
.contentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.contentbold a:link {  color: #FFFFFF; text-decoration: none}
.contentbold a:visited {  color: #FFFFFF; text-decoration: none}
.contentbold a:hover {  color: #FFFFFF; text-decoration: none; background-color: #999999}
.contentbold a:active {  color: #FFFFFF; text-decoration: none}


/* menu items */
.menuitems {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.menuitems a:link {  color: #FFFFFF; text-decoration: none}
.menuitems a:visited {  color: #FFFFFF; text-decoration: none}
.menuitems a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
.menuitems a:active {  color: #FFFFFF; text-decoration: none}


/* The cart buttons at the top of the page */
.cartbuttons {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.cartbuttons a:link {  color: #000000; text-decoration: none}
.cartbuttons a:visited {  color: #000000; text-decoration: none}
.cartbuttons a:hover {  color: #000000; text-decoration: underline}
.cartbuttons a:active {  color: #000000; text-decoration: none}


/* You are here and tagline bar */
.taglinebar {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none}
.taglinebar a:link {  color: #000000; text-decoration: none}
.taglinebar a:visited {  color: #000000; text-decoration: none}
.taglinebar a:hover {  color: #000000; text-decoration: underline}
.taglinebar a:active {  color: #000000; text-decoration: none}


/* copyright bar */
.copyright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none}
.copyright a:link {  color: #000000; text-decoration: none}
.copyright a:visited {  color: #000000; text-decoration: none}
.copyright a:hover {  color: #000000; text-decoration: underline}
.copyright a:active {  color: #000000; text-decoration: none}



/* menu heading bar */
.menuheadingbar	{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333; text-decoration: none}
