*{
	margin: 0;
	padding: 0
}

.htmlarea ul, .htmlarea li {
margin: auto;
}

img{
	border: 0;
}

input{
	margin-right: 2px;
}

body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

body{
	background-color: #071B3B;
}

h1{
	font-size: 14px;
	font-variant: small-caps;
	padding: 5px 0;
}

h2{
	font-size: 14px;
	margin: 5px 0;
	font-style: italic;
	font-weight: normal;
}

h3{
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
}

p{
	margin: 5px 0;
}

fieldset{
	padding: 3px;
}

legend{
	color: black;
	font-variant: small-caps;
	margin: 0 3px;
}

optgroup{
	padding-left: 5px;
}

option{
	padding-right: 0.5em;
}

a, a:visited{
	color: blue;
}

#header{
	height: 90px;
	background: url(../images/header-background.jpg) repeat-x;
	/* background-color: #00003E; */
}

#header #logo{
	position: absolute;
	left: 24px;
	top: 8px;
}

#header #slogan{
	position: absolute;
	left: 520px;
	top: 58px;
}

#logo_trademark{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 8px;
	position: absolute;
	left: 205px;
	top: 62px;
}

#slogan_trademark{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #819CC7;
	font-size: 8px;
	position: absolute;
	left: 746px;
	top: 58px;
}

#copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	right: 5px;
}

#menu{
/*	padding-left: 10px; */
	height: 24px;
}

#menu, #footer{
	height: 24px;
	background: url(../images/gradient.gif) repeat-x;
	border-top: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: bold;
}

#menu ul, #footer ul{
	list-style: none;
	margin: 0 5px 0 5px;
}

#menu li, #footer li{
	float: left;
}

#menu a, #footer a{
	text-transform: uppercase;
/*	padding: 0 5px 0 5px; */
	margin: 0 7px 0 7px;
	/* border-left: 1px solid white; */
	text-decoration: none;
	color: white;
	/* background: url(../images/bullet.gif) right 3px no-repeat; */
}

#menu a:hover, #footer a:hover{
	/* background-image: url(../images/bullet-on.gif); */
}

#menu #my_account_link{
	float: right;
	line-height: 24px;
}

#site_menu{
	float: left;
}

#user_menu{
	float: right;
}

#main{
	background: white;
}

#content{
	padding: 5px;
}

#footer{
	clear: both;
	height: 24px;
	/* background: url(../images/gradient.gif); */
	background-color: #00003E;
	width: 100%;
	position: relative;
}

#contact_info{
	position: absolute;
	left: 0;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 24px;
	z-index: 10;
}

#contact_info a{
	color: white;
	text-decoration: none;
	margin: 0 20px 0 10px;
}

#contact_info a:hover{
	text-decoration: underline;
}

/*
#commerx{
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 9;
}
*/

table.styled{
	border: 1px solid black;
	border-collapse: collapse;
}

table.styled td{
	border: 1px solid black;
	padding: 3px;
}

.panel{
	background-color: white;
}

.sidebar{
	border-width: 0 2px;
}

.block_layout label, .block_layout input, .block_layout textarea{
	display: block;
}

.block_layout label{
	margin-top: 5px;
}

.block_layout input, .block_layout textarea{
	margin-bottom: 5px;
}

.spaced{
	margin-top: 15px;
}

.spacer{
	margin-bottom: 10px;
}

.message{
	color: #008;
	font-weight: bold;
}

.center{
	text-align: center;
}

.plain{
	display: inline;
	width: auto;
	float: none;
	margin-bottom: 0;
}

.plain_label label, label.plain_label{
	display: inline;
	width: auto;
	float: none;
}