/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	font-style: inherit;
	/*font-size:12px;*/
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	background: #E7EFFC;
}

#wrapper { margin:0 auto; width:760px; background:#FFFFFF; border:5px #FFFFFF solid;}
#nav { background: #919E9E; width:100%;}

#header_left {
	float: left;
	width: 50%;
	font-size:10px;
}

#header_right {
	float: left;
	width: 50%;
}

.bottom_pad {
	padding-bottom:15px;
}
/*#logo img {float:left;}
#logo p {float:right; margin-top:10px;}*/

#content {padding:10px; font-size:12px;}

#content_left {width:507px; float:left;}
#content_left p {margin-bottom: 10px; text-align:justify;}

#content_right {width:213px; float:left; margin-left:20px;}
#footer {clear:both;}

.sidebar {width:213px; background:#5E778D; margin-bottom:10px;}
.sidebar p {color:#FFFFFF; line-height:200%; padding-left:10px;}
.sidebar a {color:#FFFFFF; text-decoration:none;}
.sidebar a:hover {color:#CCCCCC; text-decoration:underline;}

h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold;
	margin-bottom:10px;
}

ul {
	list-style-position:inside;
	}

.home_bullet {
	width:45%;
	float:left;
	list-style:disc;
	margin-left:15px;
	margin-bottom:15px;
}
