BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #cac6b9;
	/*background-image: url(/images/main/pagebg.gif);
	background-position: center;
	background-repeat: repeat-y;*/
}

TABLE, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0073bd;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0073bd;
	font-weight: bold;
	line-height: normal;
}

H3 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0073bd;
	font-weight: bold;
	line-height: normal;
}

HR {
	color: #CCC;
	background-color: #CCC;
	height: 0px;
	border: 0 solid #CCC;
	border-top-width: thin;
}

P.indent {
	margin-left: 3em;
}

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

/*----------------------------------------------------------------------------------*/
/* Page Layout																		*/
/*----------------------------------------------------------------------------------*/
.pagewrapper {
	position: relative;
	width: 780px;
	background-color: #fff;
	height: 100%;
}

#pageheader {
	position: relative;
	background: #fff;
	width: 780px;
	height: 150px;
}

#navbar {
	width: 780px;
	height: 40px;
	background: #a52e31 url(/images/navbar/bg.gif) repeat-x top left;
	text-align: center;
}

.leftbar {
	position: relative;
	background-color: #ede9d6;
	padding: 15px 15px 75px;
	width: 230px; /* 260px - padding */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.mainbody {
	position: relative;
	width: 460px; /* 520px - padding */
	padding: 30px 30px 75px;
	font-size: 14px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#pagefooter {
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 25px 0;
	width: 780px;
	border-top: 1px solid #E3DED0;
	line-height: normal;
}

/*----------------------------------------------------------------------------------*/
/* Lists																			*/
/*----------------------------------------------------------------------------------*/
.compactlist {
	margin-top: 0;
	margin-left: 16px;
	padding-left: 0;
}

.spacedlist LI {
	margin-bottom: 16px;
}

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.blue {
	color: #0073bd;
}

.green {
	color: #3c6016;
}

.error {
	color: #f00;
}

/*----------------------------------------------------------------------------------*/
/* Links																			*/
/*----------------------------------------------------------------------------------*/
A:link {
	color: #0073bd;
	text-decoration: underline;
}

A:visited {
	color: #0073bd;
	text-decoration: underline;
}

A:active {
	color: #004E80;
	text-decoration: underline;
}

A:hover { 
	color: #004E80;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------*/
/* Subheader																		*/
/*----------------------------------------------------------------------------------*/
.headerwrapper {
	position: relative;
	height: 35px;
}

.header {
	position: absolute;
	top: -30px;
	left: -30px;
}

/*----------------------------------------------------------------------------------*/
/* Leftbar Items																	*/
/*----------------------------------------------------------------------------------*/
.lbitemwrapper {
	position: relative;
	font-size: 0;
	width: 0;
	height: 0;
}

.lbitem {
	position: absolute;
	top: 0;
	left: -275px;
}


/*----------------------------------------------------------------------------------*/
/* Photos																			*/
/*----------------------------------------------------------------------------------*/
.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
}

/*----------------------------------------------------------------------------------*/
/* Sidebox																			*/
/*----------------------------------------------------------------------------------*/
.sidebox {
	padding: 15px; /* 5px + real padding */
	color: #414141;
	background: #f6f4eb url(/images/sidebox/bg.gif) repeat-y top left;
}

/*----------------------------------------------------------------------------------*/
/* Asidebox																			*/
/*----------------------------------------------------------------------------------*/
.asidebox {
	background-color: #e9e8dc;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
.rowtable TD {
	padding: 0 7px 15px 0;
	line-height: normal;
}
