
/***********************************************************
adapted from Eric Meyer's recommended reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***********************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, small, strike, strong, ol, ul, li, form, table, tr, td {
	border: 0;
	font-family: inherit;
	font-size: 101%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

/*  remember to define focus styles!  */

:focus {
	outline: 0;
	}

body {
	background: white;
	color: black;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	list-style-position: outside;
	}

/*  tables still need 'cellspacing="0"' in the markup  */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote {
	quotes: "" "";
	}
/*  general  */

body {
	background: #CC6633 url('../images/header.gif') top left repeat-x;
	font-family: verdana,arial,sans-serif;
	font-size: 0.75em;
	line-height: 160%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}
	
#container {
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	text-align: left;
	width: 1000px;
	}
	
	

/*  main column  */

#columnmain {
	background: url('../images/footer.gif') bottom right no-repeat;
	float: left;
	width: 650px;
	}
	
	#header {
		height: 90px;
		margin-left: 5px;
		}
	
	

/*  content  */

#content {
	background: url('../images/contentbkgrd.png') top center repeat-y;
	padding: 25px 70px;
	}
	
	#contentheader {
		background: url('../images/contentheader.png') bottom center no-repeat;
		height: 15px;
		}
	
	#contentfooter {
		background: url('../images/contentfooter.png') top center no-repeat;
		height: 100px;
		}
	
	

/*  header  */
	
	
	
/*  side column  */

#columnside {
	float: left;
	width: 350px;
	}
	
	

/*  main menu  */

#menumain a {
	border: 0;
	margin: 0 15px;
	}



/*  side menu  */

#menuside {
	padding: 10px 0 0 17px;
	width: 285px;
	}
		
	#menuside a {
		background: url('images/bullet.gif') middle left no-repeat;
		border-bottom: 1px dotted #B42C12;
		color: #B42C12;
		display: block;
		font-weight: bold;
		margin: auto 0;
		padding: 10px 0;
		text-decoration: none;
		valign: middle;
		vertical-align: middle;
		}
		
	#menuside a.noborder {
		border-bottom: 1px dotted #B42C12;
		display: inline;
		margin: 0;
		padding: 0;
		}
	
	#menuside a:active, #menuside a:hover, #menuside a.selected {
		color: #660000;
		text-decoration: none;
		}
	
	#menuside img {
		margin: auto 0;
		padding: auto 0;
		valign: middle;
		vertical-align: middle;
		}
	
/*  text  */

p {
	margin: 0;
	padding: 0 0 20px 0;
	}

strong, b, .bold {
	font-weight: bold;
	}

em, i, .ital {
	font-style: italic;
	}

.small {
	font-size: 80%;
	}
	
.under {
	text-decoration: underline;
	}
	
.strike {
	text-decoration: line-through;
	}

.center {
	margin: 0 auto;
	text-align: center;
	}
	
.indent {
	padding-left: 20px;
	}
	
.nopad {
	padding: 0;
	}
	
blockquote {
	margin: 0 0 20px 0;
	padding: 20px;
	}

.code {
	color: #333333;
	font-family: courier new, monospace;
	font-size: 1.1em;
	}



/*  headers  */

h1 {
	font-size: 170%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
	
		
/*  links  */

a { 
	border-bottom: 1px dotted #B42C12;
	color: #B42C12;
	text-decoration: none; 
	}

a:active, a:hover {
	border-bottom: 1px solid #B42C12;
	text-decoration: none;
	}
	
a.selected {
	color: black;
	font-weight: bold;
	}
	
a.noborder {
	border-bottom: 0;
	text-decoration: none;
	}



/*  lists  */

ul {
	list-style-type: disc;
	margin: 0 0 20px 15px;
	padding: 0;
	}
	
ol {
	list-style-type: decimal;
	margin: 0 0 20px 15px;
	padding: 0;
	}

ul.space, ol.space {
	margin: 0 0 0 35px;
	padding: 0;
	}

ul.space li, ol.space li {
	margin: 0;
	padding: 0 0 20px 0;
	}

ul ul, ol ul {
	list-style-type: circle;
	}

ol ol, ul ol, ol.letters {
	list-style-type: lower-alpha;
	}



/*  tables  */

table {
	margin-bottom: 10px;
	}

table td {
	padding: 5px 20px 5px 0;
	text-align: left;
	vertical-align: top;
	}

td.required { 
	font-weight: bold;
	}

td.head { 
	font-size: 90%;
	font-style: italic;
	}

td.rowhead { 
	font-weight: bold;
	padding-top: 20px;
	}
	
	
	
/*  images  */

img.border {
	border: 1px solid #CC6633;
	}
	
	
	
/*  forms  */

.go {
	background-color: #660000;
	border: 1px solid #660000;
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin: 0 20px 0 0;
	text-align: center;
	}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #B42C12;
	padding: 3px;
	}