body {
    margin: 0px;
    background-color: #ffffff;
    text-align: center;
}

body,td,input,select,textarea {
	font-family:Tahoma;
	font-size:13px;
}

h1 {
    font-family: Tahoma;
    font-size: 18px;
    color: #396796;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #396796;
}

h2 {
    font-size: 14px;
    color: #2A5178;
    width: 80%;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #cccccc;
}

h3 {
    font-size: 14px;
    color: #888888;
}

h4 {
    font-size: 12px;
    color: #888888;
}

a {
	text-decoration: underline;
	color:#799FC4;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color:#8FBCE9;
}

form {
	margin:0px;
	padding:0px;
}

#topnav {
    background-color: #376594;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-right: 15px;
}

#topnav a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#logobar {
    background-color: #FFFFFF;
    height: 150px;
}
//376594
#logobarcorner {
    background: url('images/headerbarcorner.gif');
    background-repeat: no-repeat;
    background-position: right;
    height: 126px;
}

#navbar {
    background: url('images/navbg.gif');
    height: 38px;
}

#navbarbox {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    border-right: 1px solid #E7E8E0;
    cursor: pointer;
    cursor: hand;
}

#navbar a {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
    text-transform: uppercase;
    text-decoration: none;
}

#content {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

#largetext,#largetext p,#largetext div,#largetext p,#largetext ul {
    font-family: Arial;
    font-size: 14px;
}

#newsbar {
    background-color: #FDFCDD;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

#rightbox {
    padding-left:10px;
    padding-right:10px;
    text-align:left
}

.barheading {
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding-bottom: 5px;
}

#rightbox #spacer {
    height: 1px;
    background-color: #cccccc;
    margin-top: 4px;
    margin-bottom: 4px;
}

#footerbar {
    background-color: #376594;
    padding: 8px;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    color: #FFFFFF;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

.featurescreenshot {
    background-color: #f2f2f2;
    width: 180px;
    height: 100px;
    padding: 10px;
}

.featureoverviewlight {
    background-color: #E6EEFF;
    padding: 5px;
    padding-left: 10px;
    border-top: 1px solid #ffffff;
    font-size: 14px;
}

.featureoverviewdark {
    background-color: #A3BFDC;
    padding: 5px;
    padding-left: 10px;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
}

#featurelist {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#featurelist li {
    padding-left: 45px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 15px;
    margin-bottom: 10px;
}