#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
#header {
	width: 900px;
}

#content {
    margin-right: 0px; 
	width: 650px;
	height: 100%;
	margin-left: 230px;
	background-color: White;
}

#leftnav {
	float: left;
	width: 230px;
    
}

#leftnav ul {
	list-style-image: url("images/list_img6.gif");
	list-style-position: outside;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 0px;
}

#leftnav a {
    display: block;
	width: 170px;
	padding-top: .5em;
    padding-left: .2em;
    text-decoration: none;

}

#navlist a:link {
    font-weight: bold;
    font-size: 125%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #016799; /* Dark Blue */

}
#navlist a:visited {
    font-weight: bold;
    font-size: 125%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #336600; /* Dark Green */

}
#navlist a:hover {
    font-weight: bold;
    border-bottom: solid thin #336600;
    font-size: 125%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0099ff; /* Light Blue */

}

#sidebar {
	padding: 10px;
	float: right;
	width: 130px;
	background-color: #30D9F4;
	height: 390px;

}

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url("images/background.jpg");
    background-repeat: repeat-x;
    font-size: small;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 130%;
    font-weight: bold;
    color: #016799; 
    line-height: 24px;
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #336600; 
    line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bolder;
	color: #000000; 
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}

ul {
    font-size:  small;
    list-style-image: url("images/dot.gif");
}

ol {
    font-size:  small;
}

a:link {
    font-family: verdana;
    font-size: small;
    color: #016799; /* Dark Blue */
    text-decoration: none;
}
a:visited {
    font-family: verdana;
    font-size: small;
    color: #336600; /* Dark Green */
    text-decoration: none;
}
a:hover {
    font-family: verdana;
    font-size: small;
    color: #0099ff; /* Light Blue */
    text-decoration: none;
}


.box1 {
	background:#ffffff;
	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: x-small;
	padding-bottom: 1em;
}

.toptext {
    font-size: 100%;
    color: #336600;
    padding-right: 1em;
    font-weight: bold;
}

.checkboximg {
    width: 15px;
    height: 15px;
}

.fat {
    line-height: 30px;
    font-weight: bold;
}

.txtwatermark {
    font-size: medium;
    color: Gray;
}

.required {
    color: Red;
}

.popupHover {
    display: inline;
}

.hide {
    display: none;
}

.bottomleft {
	float: left;
	width: 200px;
}
.bottomright {
    float: right;
    width: 699px;
}

hr {
    color: #336600;
}

.quote {
    font-style: italic;
    margin-bottom: .6em;
    margin-top: .6em;
}

hr 
{
    margin-bottom: .2em;
    margin-top: .2em;
}