/*=RESET*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

/*=TYPOGRAPHY*/

body {
	font-size: 14px; 
	font-family:"Trebuchet MS", Verdana, Arial;
}

p {
	line-height 1.5em; 
	font-size:1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
}

h1 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em; 
}

h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em; 
}

/*=LAYOUT*/

#bodycontent {
	padding:20px;
}

#header {
	background-color:#821C49;
	color:#FFFFFF;
	text-align:center;
	border-bottom:#ddd solid 3px;
}

#header h1 {
	font-size:2em;
	line-height:2em;
	margin:0;
}


/*=TABLES*/

table {
	border:#000000 solid thick;
}

tr,td{
	border:#CCCCCC solid thin;
}

tr.even {
	border-bottom:#000000 solid thick;
}

td {
	padding:5px;
}


/*FORMS*/
form.logon{
	background-color:#E1E1E1;
	width:185px;
	position:relative;
	left:40%;
	padding:20px;
	text-align:left;
}

form.navbutton{
	float:left;
	margin-right:30px;
	font-size:x-large;
}

/*OTHER CLASSES*/
.clear{
	clear:both;
}

