#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding none;

}
#header1 {
	height: 100px;
	width: 950px;
	background-image: url(images/header_blank2.jpg);
}
#header2 {
	height: 100px;
	width: 950px;
	background-image: url(images/header.jpg);
}
#content {
	width: 800px;
	padding 20px;
	margin-left: 140px;
}
#leftnav {
	float: left;
	width: 130px;
	height: 600px;
	background-color: #EFEFEF;
	padding: 5px;
		
}
#leftnav ul
{
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bullet ul
{
	margin-left: 0;
	padding-left: 20;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside
}

#leftnav a
{
	display: block;
	width: 130px;
	Padding: 3px
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited
{
color: #66DEFF;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited
{
   color: #0000ff;
   text-decoration: underline;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
	color: #0000ff;

}

#footer {
	background-color: #FFFFF;
	padding: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1A2373;
	line-height: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
	margin-left:5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-bottom: 9px;
	text-align:justify;
}

a {
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #551A8B;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #901BBE;
	text-decoration: none;
}


.box1 {
	background:#EEEEEE;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
    	margin: 3px 0;
	line-height: 12pt
}
