/* start - css for basic items */
body {
    color: #595959;
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, San-Serif;
    background-color: #E6EDEE;
	line-height: 1.4em;
}

td {
    color: #595959;
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, San-Serif;
	line-height: 1em;
}

li {
 list-style: url('../images/dot.gif');
}

a {
    color: #446871;
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, San-Serif;
	text-decoration: none;
}

a:hover {
    color: #587981;
}

a.nav {
    color: #757575;
    font-size: 11px;
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, San-Serif;
	text-decoration: none;
}

a.nav:hover {
	color: #446871;
	text-decoration: none;
}

a.nav_on {
	color: #446871;
    font-size: 11px;
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, San-Serif;
	text-decoration: none;
}

a.nav_on:hover {
	color: #446871;
	text-decoration: none;
}

.title {
    color: #595959;
    font-size: 16px;
    font-family: Helvetica, Arial, Verdana, San-Serif;
}

.subhead {
	color: #446871;
    font-size: 13px;
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, San-Serif;
}
/* end - css for basic items */





/* start - css for header items */
.logo {
    position: absolute;
    top: 26px;
    left: 108px;
}

.topbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #72949C;
}

.whitebar {
    position: absolute;
    top: 17px;
    left: 0px;
    width: 100%;
    height: 101px;
    background-color: #ffffff;
}

.graybar {
    position: absolute;
    top: 17px;
    left: 0px;
    width: 100%;
    background: url('../images/color01.gif');
}

.bluebar {
    position: absolute;
    top: 104px;
    left: 0px;
    width: 100%;
    background-color: #E0E8EA;
}

.bluebar2 {
    position: absolute;
    top: 104px;
    left: 0px;
    width: 100%;
    background-color: #F5F8F8;
}
/* end - css for header items */





/* start - css for home page items */
.home {
    position: absolute;
    top: 327px;
    left: 231px;
	line-height: 2.4em;
	width: 486px;
}

.homepic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.hometype {
    position: absolute;
    top: 0px;
    left: 188px;
}

.homebar {
    position: absolute;
    top: 128px;
    left: 0px;
    width: 100%;
    height: 134px;
    background-color: #B1C6CB;
}
/* end - css for home page items */




/* start - css for content items */
.content {
    position: absolute;
    top: 170px;
    left: 247px;
	line-height: 1.4em;
	width: 441px;
}

.sidepic {
    position: absolute;
    top: 128px;
    left: 0px;
    height: 134;
}

.sidebar {
    position: absolute;
    top: 288px;
    left: 0px;
    width: 118;
}

a.sidenav {
    color: #3A565D;
    font-size: 11px;
    font-family: Helvetica, Arial, Verdana, San-Serif;
	text-decoration: none;
}

a.sidenav:hover {
    color: #587981;
	text-decoration: none;
}

.sidenav_on {
    font-size: 11px;
    font-family: Helvetica, Arial, Verdana, San-Serif;
    color: #ffffff;
}

.sidenav_off {
    font-size: 11px;
    font-family: Helvetica, Arial, Verdana, San-Serif;
    color: #3A565D;
}
/* end - css for content items */
