body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

p {
	line-height: 1.5em;
	margin-bottom: 0.8em;
}

a {
	color: #072678;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;	
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EEEEEE url(sitegraphics/background.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#wrapper { 
	width: 900px;
	margin: 0 auto; 
	text-align: justify;
} 
 
#header { 
	text-align: right;
	font-size: 17px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(sitegraphics/logo.jpg) no-repeat 0 0;
} 

#headerbold {
	font-size: 14px;
	font-weight: bold;
	color: #0743bb;
	text-transform: uppercase;
}

#header a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#header a:hover {	
	text-decoration: underline;
}

#topnav {
	height: 24px;	
	text-align: center;
	text-transform: uppercase;
	font-family: Gil Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 6px;
}

#topnav ul {
	display: inline;
	list-style: none;
}

#topnav li {
	display: inline;
	list-style: none;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 25px;
	font-weight: normal;
}

#sidebar {
	float: right;
	width: 230px;
	margin: 20px 0;
}

#sidebar1 {
	background: #FFFFFF url(sitegraphics/sidebar_bg.jpg) no-repeat 0 0;
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	text-align: center;
}

#sidebar2 {
	background: #FFFFFF url(sitegraphics/sidebar_bg.jpg) no-repeat 0 0;
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	text-align: left;
}

#mainContent { 
	margin: 20px 260px 20px 0; 
	padding: 30px;
	background: #FFFFFF;
} 

#footer { 
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
} 

.footerbold {
	color: #072678;
	font-weight: bold;
}

#footer a {
	font-weight: normal;	
}

/* titles */

h1 {
	font-weight: bold;
	font-size: 20px;
	font-family: Gil Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #0743BB;
	margin-bottom: 0.5em;
}	

h2 {
	font-weight: normal;
	font-size: 150%;
	font-family: Gil Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #0743BB;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 130%;
	font-family: Gil Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #0743BB;
	margin-bottom: 0.5em;
}

h4 {
	font-weight: bold;
	font-size: 20px;
	font-family: Gil Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #0743BB;
	margin-bottom: 0.5em;
	margin-top: 1em;
}	

/* misc */

ul {
	margin-left: 30px;	
}

li {
	padding-bottom: 10px;	
}

#smalltext {
	font-size: 80%;	
}

#topimage {
	padding-bottom: 15px;	
}

#imageright {
	padding-left: 25px;
	padding-bottom: 15px;
}

#box {
	padding: 15px;
	border: 1px solid #0743BB;
	font-size: 110%;
	margin-bottom: 20px;
	background: url(sitegraphics/box_bg.jpg) repeat-x 0 0;
}

/*

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

