/**************STANDARD TAGS***********************/
body {
	text-align: center;
	margin:0;
	padding:0;
	color: #3D7D74;
	font-size: 1em;
	font-family: "Courier New", Courier, mono;
}

a:link {
    color: #3D7D74;
	text-decoration: none;
}

a:visited {
    color: #3D7D74;
	text-decoration: none;
}

a:active {
    color: #3D7D74;
}

a:hover {
    color: #666;
	text-decoration: underline;
} 

img {
	border: 0;
}

p {	color: #3D7D74;
	font-size: .9em;
	font-family: "Courier New", Courier, mono;
	margin: 0;
	}
	
h1 {
	margin: 0;
	padding-top: 80px;
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin:  .6em 0 .3em 0;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #7682A9;
	text-decoration: none;
}

h2 a:hover {
	color: #AE86AE;
	text-decoration: underline;
}


h3 {
	font-size: 125%;
	margin: 0;
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #7682A9;
	text-decoration: none;
	font-size: 90%;
}

h3 a:hover  {
	text-decoration: underline;
	}


.link {
	font-weight: bold;
}

#legal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}

#returnnav p {
	color: #fff;
}

#returnnav p a {
	color: #fff;
}

.topicimageleft {
	float: left;
	margin: 0 20px 0 0;
}

.topicimageright {
	float: right;
	margin: 0 0 0 20px;
}

topicintro {
	font-size: 100%;
	
}

.select {
	padding: 1.5em 0 .5em 0;
	color: #7FBCB4;
}

.menureturnlink {
	padding: 1em 0;
}

.indexlink {
	height: 1.5em;
	margin-left: 5px;
}

.indexlink a{
	font-weight: bold;
	position: relative;
	top: -2px;
	background-image: url(/images/rightpoint_gn.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 104%;
	padding-left: 10px;
	text-decoration: none;
	margin-left: 5px;
}

.indexlink a:hover{
	position: relative;
	top: -2px;
	padding-left: 10px;
	text-decoration: underline;
	background-image: url(/images/rightpoint_bn.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px;
}
.backlink a{
	font-weight: bold;
	position: relative;
	top: -2px;
	background-image: url(/images/leftpoint_gn.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 104%;
	padding-left: 10px;
	text-decoration: none;
	margin-left: 5px;
}

.backlink a:hover{
	position: relative;
	top: -2px;
	padding-left: 10px;
	text-decoration: underline;
	background-image: url(/images/leftpoint_bn.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px;
}
.pagenav {
	padding:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3D7D74;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}
	

/*************** clearfix class goes on a container to save the need to put an empty clearing div in html ***************/	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	border-top-width: 1px;
	border-top-style: dotted;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/**********OTHER*************/

div.hr {
	padding:10px;
  	height: 6px;
  	background: #fff url(/images/line_dash.gif) repeat-x scroll left;
}

div.hr hr {
  display: none;
}

.downpoint a:hover {
	padding: 8px 0;
	background-image: url(/images/downpoint.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-decoration: none;
}
#article {
	padding: 0px;
	margin: 0px;
}

