* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #8B9893;
}

#wrapper { 
	margin: 0 auto;
	width: 760px;
	background: url(/repository/Images/content_back.jpg);
	background-repeat: repeat-y;
}

#header {
	color: #333;
	width: 760px;
	height: 219px;
	float: left;
	background: url(/repository/Images/header.jpg);
}

#leftcolumn { 
	color: #000;
	width: 150px;
	float: left;
	background: url(/repository/Images/content_back.jpg);
	background-repeat: repeat-y;
}

#rightcolumn { 
	margin-right: 15px;
	float: right;
	color: #000;
	width: 555px;
	display: inline;
	background-color: transparent;
}
#rightcolumn ol{
	list-style-type: decimal;
}
#rightcolumn ol li{
	font-size: 13px;
	color: #023749;
	margin-left: 22px;
	font-weight: bold;
	line-height: 2.4em;
	list-style-type: decimal;
}
#rightcolumn ol ul li{
	line-height: 0.7em;
	list-style:URL(/repository/images/circle.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 24px;
	font-weight: normal;
	color: #023749;	
}
#rightcolumn ul li{
	list-style:URL(/repository/images/circle.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #023749;
}
#footer { 
	width: 760px;
	height: 73px;
	clear: both;
	color: #FFF; 
	text-align: center;
	background-color: transparent;
	background: url(/repository/Images/footer.jpg);
}

#footer p {
	padding-top: 40px;
	font-size: 12px;
}


/*this is for the menu portion only*/
#menu {
	width: 150px; /* set width of menu */
	margin-top: -65px;
	margin-left: 10px;
} 

.infobox {
	text-align: right;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #023749;
	font-weight: bold;
	background-image: url(/repository/images/line.gif);
	background-position: bottom;
	width: 340px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
}

h2 {
	font:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #023749;
	font-weight: bold;
	background-image: url(/repository/images/line.gif);
	background-position: bottom;
	width: 340px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	margin-top: 15px;
}

h3{
	font: 13px "Arial";
	color:  #023749;
	font-weight: bold;
	margin-left: 5px;
}

.headers {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993333;
	font-weight: bold;
	background-image: url(/repository/images/line.gif);
	background-position: bottom;
	width: 340px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
}

.subheaders {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}

.text {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

.subtext {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #000000;
}

p   {
	font-size: 12px;
	font-family: arial, helvetica, san-serif;
}

#tag {
	text-align: right;
	margin-top: 2px;
	margin-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: arial,helvetica,san-serif;
}

