/* begin normalization */

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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

/* end normalization */

body {
	background-color: #EAF6FC;
	text-align: center;
	font-size: 62.5%;

}

#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

#wrapperHome {
	width: 600px;
	height: 600px;
	margin: 0 auto;
	text-align: center;
}

#content {
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
}

#sidebar {
	float: left;
	width: 150px;
}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	color: #898989;	
	padding-left: 10px;
}

#sidebar .sideBarImgPadding {
	padding-right: 5px;
	vertical-align: bottom;
}

#sidebar .topBorder {
	padding-top: 20px;
	margin-right: 20px;
	border-top: dashed thin #898989;
}


#sidebar .bottomBorder {
	padding-bottom: 20px;
	margin-right: 20px;
	border-bottom: dashed thin #898989;
}


#main {
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 14pt;
}

#nav, #navHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	line-height: 18px;
}

#nav li {
	padding: 10px 10px;
}

#navHome li {
	display: inline;
	padding: 0 10px;
}
#nav a:link, #nav a:visited, #navHome a:link, #navHome a:visited {
	color: #CC6600;
	font-weight: normal;
	text-decoration: none;

}

#nav a:hover, #navHome a:hover {
	color: #8a672d;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #CC6600;
	margin-top: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #666;
	margin-top: 10px;
}


p {
	margin-top: 15px;
}

p a:link, p a:visited {
	color: #000;
	text-decoration: none;
}

p a:hover {
	color: #CC6600;
}

p a.highlightLink {
	color: #CC6600;
}

.highlightText {
	color: red;
}

#main ul {
	list-style: disc;
	list-style-position: inherit;
	margin-left: 20px;
}

#main li {
	padding-top: 10px;
}

.imgAlignRight {
	float: right;
	padding: 5px;
}
.imgAlignLeft {
	float: left;
	padding: 20px 5px 5px 5px;
}

.clearBoth {
	clear: both;
}

.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}

#footer {
	margin-top: 20px;
	text-align: center;
}


