body {
	background-color: gray;
	font-family:  "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#main {
	margin: 0 auto;
	margin-top: 0px;
	width: 780px;
	padding: 15px;
	background-color: #fff9e1;
}

/*** Begin Header ***/
#arc_header {
}
#arc_header img {
	padding-right: 10px;
}
#arc_header #imgRight {
	padding-right: 0px;
}
/*** End Header ***/

/*** Begin Nav ***/
div#nav {
	margin-top: 5px;
	padding: 0px 10px 0px 10px;
	background-color: #266291;
	color: #fff;
	text-align: center;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 0px 3px 0px 1px;
	font-weight: bold;
	font-size: 13px;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	color: #ccc;
	text-decoration: underline;
}
#navlist #current {
	color: #ccc;
	text-decoration: none;
}
/*** End Nav ***/

/*** Begin Footer ***/
#footer {
	clear: both;
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 10px;
}
/*** End Footer ***/

/*** Begin Gradient Box ***/
.gradientBox {
	background-image: url('/images/gradient.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: justify;
	padding: 20px 10px 20px 10px;
	margin: 10px 0 10px 0;
	width: 180px;
	max-height: 700px;
}
.gradientBox h3 {
	color: #ffff99;
	margin-left: 0px;
}
.gradientBox a:link, .gradientBox a:visited {
	color: #ffff99;
}
.gradientBox p{
	margin-top: 3px;
	font-size: 13px;
}
/*** End Gradient Box ***/

/*** Begin Message Styles ***/
.failure {
	margin-left: 60px;
	background-color: orange;
	color: #fff;
	padding: 10px;
}
.success {
	margin-left: 60px;
	background-color: green;
	color: #fff;
	padding: 10px;
}


h1, h2, h3 {
	color: #00467e;
	margin: 0px;
}
h1 {
	font-size: 40px;
	font-weight: normal;
	margin-left: 60px;
	margin-top: -10px;
}
h2 {
	font-size: 22px;
}
.h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	display: inline;
}

img {
	margin: 0px;
	border: 0px;
}

a:link, a:visited {
	color: #00467e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	height: 100%;
	padding-top: 10px;
}
#welcome {
	background-image: url('/images/main_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 30px;
	float: left;
	width: 340px;
	margin-right: 10px;
}
#new {
	float: left;
	width: 410px;
	height: 100%;
	border-left: solid 1px black;
	padding-left: 10px;
}
#donate {
	text-align: right;
}
#mainContainer {
	background-image: url('/images/main_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 30px; 
	width: 70%;
	float: left;
	margin-right: 20px;	
	text-align: justify;
}
#mainContainer p {
	margin-left: 10px;
}
#rightContainer {
	float: left;
}

.forms {
	margin-top: 20px;
}
.forms td {
	padding: 2px;
}
.forms .label{
	font-weight: bold;
	text-align: right;
}
input, select, textarea {
	border: solid 1px #000;
}

table#selectPage{
	margin-top: 10px;
	margin-left: 150px;
	width: 450px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
#selectPage td, #selectPage th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
}
div#cart {
	position:static;
	width:175px;
	float:none;
	margin:0;
}
div.categoryHeader {
	padding:0;
}

