html, body {
	margin:0;
	padding:0;
	height:100%;
	background:url('/images/bg_gradient.png') repeat-y; 
	background-color: #362e77;
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 10px;
	color:#000;
}
TD {
	font-size:11px;
}
.hrline {
	height:1px;
	border-bottom:1px solid #fff;
	line-height:1px;
	margin-top:5px;
	margin-bottom:5px;
}
#container {
	min-height:100%;
	max-width:960px;
	left:50%;
	margin-left:-480px;
	position:relative;
}
#bodycontent {
	position:absolute;
	margin-top:60px;
	width:960px;
	color:#fff;
}
#bodyInnerWrapper {
	margin:0;
	padding:0;
	background:#160f44;
	
}
#bodyleft {
	float:left;
	width:152px;
	height:100%;
	background:#fff;
}
#bodymiddle {
	float:left;
	padding:30px;
	font-size:12px;
	width:748px;
}
#bodymiddle A {
	color:#5e9097;
}
#bodymiddle A:hover {
	color:#5e9097;
}
#bodymiddle B {
	color:#5e9097;
}
#footer {
	position:relative;
	width:960px;
	height:84px;
	background-color:#fff;
	color:#fff;
	margin-bottom:60px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footerText {
	float:right;
	width:778px;
	padding:8px 0 8px 30px;
	background-color:#362e77;
}
#footerGraybox {
	float:right;
	width:606px;
	height:44px;
	background-color:#ccc;
}
#photoFrame {
	float:right;
	width:240px;
	margin-left:20px;
	margin-bottom:20px;
}
#photoFrame2 {
	float:right;
	width:404px;
	margin-left:30px;
}
h1 {
	display:inline;
	color:#fff;
	font-size:34px;
	font-weight: bold;
	line-height: 22px;
}
h2 {
	display:inline;
	color:#fff;
	font-size:26px;
	font-weight: normal;
}
h3 {
	display:inline;
	color:#fff;
	font-size:42px;
	font-weight: bolder;
}
h4 {
	display:inline;
	color:#fff;
	font-size:20px;
	font-weight: normal;
}
#topHeader {
	height:134px;
	background-color:#fff;
}

/* ######### Navstyle1 ######### */

.navstyle {
	float:right;
	margin:0;
	width:808px;
}
.navstyle UL
{
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 100%;
    PADDING-RIGHT: 0px;
    FLOAT: left;
    HEIGHT: 40px;
    PADDING-TOP: 0px
}
.navstyle UL LI
{
    DISPLAY: inline;
    list-style-type:none;
    width:204px;
}
.navstyle UL LI A:hover
{
    COLOR: #ffffff;
    text-decoration:none;
}
.navstyle UL LI A
{
    COLOR: #ffffff;
    text-decoration:none;
}
.butnavstyle
{
    FLOAT: left;
    COLOR: #ffffff;
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN:left;
    padding: 12px 0 12px 0;
    width:202px;
    text-indent:15px;
}
.butnavstyle:hover
{
    FLOAT: left;
    COLOR: #ffffff;
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left;
    padding: 12px 0 12px 0;
    width:202px;
    text-indent:15px;
}
#but1 .butnavstyle {
	background-color:#414141;
}
#but2 .butnavstyle {
	background-color:#575757;
}
#but3 .butnavstyle {
	background-color:#808080;
}
#but4 .butnavstyle {
	background-color:#9d9d9d;
}
#but1 .butnavstyle:hover {
	background-color:#160f44;
}
#but2 .butnavstyle:hover {
	background-color:#160f44;
}
#but3 .butnavstyle:hover {
	background-color:#160f44;
}
#but4 .butnavstyle:hover {
	background-color:#160f44;
}
.navstyle UL LI .current
{
    HEIGHT: 40px;
    COLOR: white !important
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top: -1px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #666666;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f0f0f0;
	color:#000000;
}
.clsClear {
	clear:both;
}
select {
	font-size:10px;
	border:1px solid #fff;
	padding:1px;
	background:#eee;
}
.clsBtn {
	background-color:#5e9097;
	color:white;
	font-weight:bold;
	padding:3px;
}
input {
	border: 1px solid #fff;
	font-size:13px;
	background:#eee;
}
textarea {
	border: 1px solid #fff;
	font-size:13px;
	FONT-FAMILY: Verdana, Arial;
	background:#eee;
}
.bannerVolvo {
	position:relative;
	float:right;
	background-image:url('/images/logo_volvo.gif');
	background-repeat: no-repeat;
	background-position: right;
	background-color:#bcbcbc;
	width:606px;
	height:94px;
}
.clsBorder {
	border: 1px solid #fff;
}
.clsComment {
	font-size:10px;
}
