@charset "ISO-8859-1";

#container {
	margin: 0 auto;
  	width: 760px;
  	text-align: left;
}

#header {
	float: left;
	
}

#header a:link{
	color:#000000;
	text-decoration: none;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}

#header a:link{
	color:#000000;
	text-decoration: none;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}

#header a:hover{
	color:#000000;
	text-decoration: none;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}

#header a:visited{
	color:#000000;
	text-decoration: none;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;}

#myContent {
	float: left;
	width: 760px;
	margin-bottom: 20px;
}

#footer {
	color: #666666;
	font-family: arial, helvetica,  verdana;
	font-size: 9px;
	text-decoration: none;
	line-height: 15px;
	float: left;
	padding-top: 10px;
}

body {
}

#text {
	width: 500px;
	font-family: arial, helvetica, verdana;
	font-size: 13px;
	line-height: 17px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}



#text-col {
	float: left;
	width: 240px;
	font-family: arial, helvetica, verdana;
	font-size: 13px;
	line-height: 17px;
	margin-right: 20px;
	margin-left: -1px;
}



#text-col-right {
	float: right;
	width: 240px;
	font-family: arial, helvetica, verdana;
	font-size: 13px;
	line-height: 17px;
	padding: 0px;
	margin-left: -1px;
}


#text-noTopMargin {
	width: 500px;
	font-family:  arial, helvetica, verdana;
	font-size: 13px;
	line-height: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


h1 {
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -2px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 4px;
}

p {
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

a {
	font-family: Arial, Helvetica,  sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #E28800;
	font-style: italic;
}

a:visited {
	color: #B89158;
}

hr {
	width: 500px;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}

#text-col hr{
	width: 242px;
	height: 1px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}

#text-col-right  hr{
	width: 242px;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}


li {
	margin: 0px;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: url(graphics/bullet.gif);
	white-space: nowrap;
}
