﻿  /* CSS layout */
body {
	border-bottom-color: #000080;
	border-color: #000080;
	margin: 0;
	padding: 0;
	max-width: 1000px; min-width: 1000px; 
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thick;
}

#masthead {
}

#top_nav {
	background: #57AD52;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}

.strong {
	font-weight: bold;
}

.emphasis {
	font-style: italic;
}

/* For all links */
a:link, a:active, a:visited {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	color: #000080;
}
/*end for all links*/

/* For left column */
.leftcollinks {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%; font-weight: bold 
}
.leftcolright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right; font-weight: normal;
}

.hr-style1 {
	color: #57AD52; width: 90%

}

/* End left column */

/* TopNavBar */
#topnavbar {
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
font-weight: bold;
vertical-align: bottom;
}

#topnavbar a:link, #topnavbar a:active,#topnavbar a:visited {
color: #FFFFFF;
text-decoration: none;
}

#topnavbar a:hover {
text-decoration:underline;
color: #ffffff;
}

/*End TopNavBar */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; font-weight: normal 
	color: #000000;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif 
}

h1           { font-size: 20pt; color: #000000; font-weight: bold }
h2           { font-size: 16pt; color: #000000 }
h3           { font-size: 12pt; color: #000000; margin: 20px 0 0 0 }
h4           { font-size: 12pt; color: #000000; font-style: bold }
h5           { font-size: 10pt; color: #000000 }
h6           { font-size: 9px; color: #808080; font-style:italic }
p            { margin:10px 0 }
.bodytext    { font-size: 12px }
.list        { font-family: Arial; font-size: 12px; }
.special	 {width:5px;visibility:hidden;}

