/* Formatting Css */

body.test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #652501;
	font-weight: bold;
	background-color: #003300;
}

.test {
	background-color: #003300;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #652501;
	font-weight: bold;
	background-color: #9C6731;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

td.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #990000;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #990000;
}

H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
}

H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #990000;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.brownlight {
	background-color: #9C6731;
}

.browndark {
	background-color: #652501;
}

.welcomecolor {
	color: #F7951A;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.infoheader {
	font-size: 11px;
	color: #672002;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.info {
	font-size: 10px;
	color: #672002;
}

.yellowdark {
	background-color: #E2C066;
}

.yellowlight {
	background-color: #FFEAB3;
}

.backgroundwhite {
	background-color: #FFFFFF;
}

/* Library Css */

.header {
	color: #622304;
	padding-right: 10px;
}

.headerlarge {
	color: #622304;
	padding-right: 14px;
}

a.headerlink {
	color: #622304;
	text-decoration: none;
}

a.headervisited {
	color: #622304;
	text-decoration: none;
}

a.headerhover {
	color: #622304;
	text-decoration: underline;
}

a.headeractive {
	color: #622304;
	text-decoration: none;
}

.footer {
	color: #D6C695
}

a.footer:link {
	color: #D6C695;
	text-decoration: none;
}

a.footer:visited {
	color: #D6C695;
	text-decoration: none;
}

a.footer:hover {
	color: #D6C695;
	text-decoration: underline;
}

a.footer:active {
	color: #D6C695;
	text-decoration: none;
}

A.floorplan:visited {
	COLOR: #666666; FONT-STYLE: normal; FONT-SIZE: 14px; TEXT-DECORATION: underline
}
A.floorplan:hover {
	COLOR: #622304; FONT-STYLE: normal; FONT-SIZE: 14px; TEXT-DECORATION: none
}

A.floorplan {
	COLOR: #000000; FONT-STYLE: normal; FONT-SIZE: 14px; TEXT-DECORATION: underline
}

A.floorplan:active {
	COLOR: #666666; FONT-STYLE: normal; FONT-SIZE: 14px; TEXT-DECORATION: underline
}

.paddingleft {
	padding-left: 10px;
}

.paddingright {
	padding-right: 5px;
}

/* New List CSS */

.NewTitlebar { 
	color: #ffffff; 
	background: #652501; 
}

#welcomebox {
	width: 210px;
	margin-left: 12px;
	margin-top: 10px;
}

#welcometitle {
	width: 210px;
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#whatsnewbox {
	width: 190px;
	margin-left: 12px;
	margin-top: 10px;
}

#specialsbox {
	width: 210px;
	margin-top: 10px;
}

#secondarycontent {
	width: 600px;
	margin-left: 25px;
	margin-top: 30px;
}


