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,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
        background: transparent;
}
body {
	background-color: #99cccc;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	margin: 0 auto;
	text-align:center;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
p {
	margin-bottom:18px;
}
a:link { background-color: transparent; text-decoration: none; color: #b60d10; }
a:visited { background-color: transparent; text-decoration: none; color: #b60d10; }
a:hover { background-color: transparent; text-decoration: underline; color: #006699; }

.showHide {
 	cursor:pointer;
}

#wrapper {
	margin: 0 auto;
	text-align:center;
	background: #fff;
	width:978px;
	background: url(images/shadow.png) repeat-y;
}
#container {
	margin: 0 auto;
	text-align:center;
	width: 962px;
}
#nav {
	height:25px;
	color: #cc9933;
	font-size: 13px;
	padding-top:6px;
	padding-left:20px;
	text-align:left;
	margin-left: 225px;
	margin-top: -32px;
}
#nav a {
	color: #0d3682;
	text-decoration: none;
}
#nav a:hover {
	color: #b60d10;
	text-decoration: none;
}
#content {
	padding:24px 18px 24px 18px;
	text-align:left;
}
#left_col {
	width:660px;
	float:left;
}
#col1 {
	width: 320px;
	float:left;
}
#col2 {
	width:320px;
	float:left;
	margin-left:20px;
}
#right_col {
	width:220px;
	margin-left:18px;
	float:left;
	border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	border-right: 1px solid #669999;
	border-bottom: 1px solid #669999;
	padding:12px;
	background: #fff;
	color: #000;
}
h1 {
	color:#b60d10;
	font-size:24px;
	font-family: Georgia, serif;
    font-weight: normal;
	font-style:italic;
	margin-bottom:24px;
	line-height:24px;
}
h2 {
	color:#006699;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:18px;
	line-height:18px;
}
h3 {
	color:#b60d10;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:14px;
	line-height:14px;
}
h4 {
	color:#006633;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:14px;
	line-height:14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.showlink {
	color:#b60d10;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:14px;
	line-height:14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.showlink a:hover {
	text-decoration: underline;
}
ul {
    margin-bottom: 16px;
    list-style-image: url('images/infinity.gif');
    padding-left: 20px;
    margin-left:8px;
}
hr {
border: 0;
color: #006699;
background-color: #006699;
height: 1px;
width: 100%;
text-align: left;
}
#box {
	border: 1px solid #006600;
	padding: 12px;
	background-color: #f0f6d6;
	margin-bottom:18px;
}
#footer {
	clear:both;
	border-top: 1px solid #006699;
	margin-bottom:24px;
	padding-bottom:12px;
	padding-top:6px;
	font-size: 12px;
}