/**********
1.0 Standard elements
**********/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a:link {
	color: #22326e;
}

a:visited {
	color: #6699cc;
}

a:active {
	color: #006699;
}

a:hover {
	color: #006699;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/pagecontent_bg.gif);
}

/**********
2.0 Pageheader elements
**********/

#altnav {
	padding-top: -5px;
}

.altnav, .altnav a:link, .altnav a:active, .altnav a:visited, .altnav a:hover {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

.pageheader_right_bg {
	background: url(../images/pageheader_right_bg.gif);
}

.pageheader_btm_bg {
	background: url(../images/pageheader_btm_bg.gif);
}

/**********
3.0 Pagecontent elements
**********/

	/*****
	3.1 Standard Pagecontent elements
	*****/
	
#pagerightarea {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #ad9e7c;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

#formwrap {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #22326e;
	background: #dfefff;
}
	
.pagecontent_left {
	background: url(../images/pagecontent_left.gif);
}

.pagecontent_right {
	background: url(../images/pagecontent_right.gif);
}

.bigheading_bg {
	background: url(../images/bigheading_bg.gif);
}

.bigheading_divider_bg {
	background: url(../images/bigheading_divider_bg.gif);
}

.bigheading_content_bg {
	background: url(../images/bigheading_content_bg.gif) repeat-y;
}

.white_bg {
	background: #fff;
}
	
	/*****
	3.2 Leftnav elements
	*****/

#leftnav {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right: 2px solid #22326e;
	background: #e6dac4;
}

#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #ad9e7c;
	width: 100%;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #ad9e7c;
}

#navlist li a { 
	text-decoration: none;
}

/**********
4.0 Pagefooter elements
**********/

#pagefooter {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #22326e;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 160%;
}

/**********
5.0 Font elements
**********/

	/*****
	5.1 Header font elements
	*****/

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #22326e;
}

h2 {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

/*Leftnav title */
h3 {
	width: 90%;
	border-bottom: 2px solid #22326e;
	font-family: Arial;
	font-size: 15px;
	color: #000;
}

/*Bigheadings */
h4 {
	width: 90%;
	font-family: Arial;
	font-size: 13px;
	color: #2954a8;
}

/*In-page title */
h5, h5 a:link, h5 a:active, h5 a:visited, h5 a:hover {
	width: 90%;
	font-family: Arial;
	font-size: 15px;
	color: #003366;
	text-decoration: none;
}

	/*****
	5.1 Standard font elements
	*****/

.maincontent {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

.maincontenthilite {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 110%;
}

.subcontent {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

.headingcontent {
	font-family: Arial;
	font-size: 13px;
	color: #2954a8;
}

/**********
6.0 Etc. elements
**********/

	/*****
	6.1 Standard etc. elements
	*****/

.hide {
	display: none;
}

#hr {
	height: 1px;
	color: #000;
}

/*#signup {
	position: absolute;
	top: 225px;
	left: 455px;
}*/

	/*****
	6.2 Form elements
	*****/
	
.formcontent {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	line-height: 140%;
}
	
.formelement {
	background: #fff;
	border: 1px solid #22326e;
}

.formbutton {
}

.wideselect select {
	width: 170px;
	line-height: 150%;
}

/**********
colors:
dark blue: #22326e;
reg blue: #2954a8;
dark tan: #ad9e7c;
lite tan: #ece4d1;
black: #000;
white: #fff;
**********/
