/* CSS Document */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of normalization css styling */


body {
	margin: 8px 0 auto;
	padding: 0;
	background: #047391 url(../images/bkg2.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p { 
	margin-left: 20px; margin-right: 20px;
	padding: 4pt;
	margin-top: 2px; margin-bottom: 2px;
}
/* headers */

h2 {
	font-family: "Comic Sans MS";
	font-size: 1.6em;
	margin-left: 20px;
}
h3 {
	font-family: "Comic Sans MS";
	font-size: 1.2em;
	margin-left: 20px;
}
/* links */
a,
a:link {
	color: #71a4bf;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #35ac5b;
}

#addy a,
#addy a:link {
	color: #047391;
	text-decoration: none;
}

#addy a:hover {
	color: #000000;
}

/* classes */

.red {
	color: #c44827;
}
.blue {
	color: #047391;
}
.green {
	color: #35ac5b;
}
.gold {
	color: #f4c615;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.box {
	border: 1px dotted Black;
	margin: 4px 40px 4px 40px;
}
.special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; 
}
/* *********for image alignment************* */
.imgLeft {
	float: left;
	margin-right: 10px;
}

.imgRight  {
	float: right;
	margin-left: 10px;
}
/* id's */

/*#header {
	height: 115px;
	width: 876px;
	position: relative;
	margin: 10px auto 0 auto;
	padding-left: 1px;
}*/

/*#header img {
	margin: 10px 2px 0 2px;
}*/

/*#menu {
	text-align: right;
	margin: 20px 20px 6px;
}*/

#outerWrapper {
	width: 876px;
	background-color: #ffffff;
	margin: 0 auto;
/*	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-top: 0;*/
}

#content {
	padding: 0px 20px 20px 20px;
}

#leftSide {
	float: left;
	width: 46%;
	padding: 10px;
	margin: 0 5px 0px 5px;
}

#rightSide {
	float:right;
	width: 45%;
	padding: 10px;
	margin: 0 5px 0px 5px;
}

#addy {
}

#footer {
	text-align: center;
	width: 880px;
	/* background-color: #047391; */
	margin: 4px auto 0 auto;
	font-size: .8em;
}