body, div, p, blockquote, ol, ul, dl, li, dt, dd, td, select {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size : 9pt;}
input {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size: 9pt;}		  
	  
/* standard */
body {
	font-family: arial, "Trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background: url(/images/bgnav.jpg) repeat-y;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
.header {
	background: url(/images/bghd.jpg) repeat-x;
}
#content_container {
	background: url(/images/bgcontent.jpg) repeat-x;
	background-color: #ffff70;
	margin: 15px;
	padding: 7px 10px;
	}
#content {
	background-color: #ffffff;
	margin: 0px;
	padding: 10px 15px 5px;
	}
#sidebar {
	background-color: #E1E1E1;
	margin: 0 15px 15px 0;
	padding: 5px ;
	align: center;
	border: solid 2px #324F71;
	 }
p {
	margin: 0 0 .6em;
	text-align: left;
}
/* =hx */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #336666;
	text-align: left;
	margin: .5em 0 .3em;
}

/* =rules */
hr {
	clear: both;
	color: #333333;
	background-color: #333333;
	height: 1px;
}
/* =links */ 
a:link, a.md:link, a:visited, a.md:visited {
	color: #324F71;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a.md:hover.md {
	color: #cc3333;
	text-decoration: none;
	font-weight: bold;
}
a:active, a.md:active, a:focus, a.md:focus {
	color: #D1152E;
	text-decoration: none;
	font-weight: bold;
}
/* =sm */
.sm, p.sm, a.sm:link, a.sm:visited, a.sm:hover {
	font-size: 10px;
	line-height: 13px;
}
a.sm:link {
	color: #324F71;
	text-decoration: underline;
	font-weight: bold;
}
a.sm:visited {
	color: #324F71;
	text-decoration: underline;
	font-weight: bold;
}
a.sm:hover {
	color: #D1152E;
	text-decoration: none;
	font-weight: bold;
}
/* =lg */
.lg, p.lg, a.lg:link, a.lg:visited, a.lg:hover {
	font-size: 16px;
	line-height: 19px;
}
a.lg:link {
	color: #324F71;
	text-decoration: underline;
}
a.lg:visited {
	color: #324F71;
	text-decoration: underline;
}
a.lg:hover {
	color: #D1152E;
	text-decoration: none;
}

