html,body {
	height:100%;
	}
	
/* HTML */
body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #DDD;
	color: #333;
	height:100%;
}

form { 
	margin:0px; 
}

input,textarea { 
	border:1px solid #999999; 
	overflow:hidden;
}

hr { 
	color:#999;
	height:1px; 
}

ul { 
	padding-left:18px; 
	margin-left:18px;
}

body,ol,td,input,textarea,select,option {
/*  font-size:0.6em;font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul,li{
	font-size:1em;font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 { 
	font-size:1em; 
	margin-bottom:4px; 
}

h2 { 
	font-size:1em; 
	color:#E44B01; 
	margin-top:0px; 
	margin-bottom:4px; 
	font-weight:bold;
}

h3 { 
	font-size:1em; 
	margin-bottom:4px; 
	font-weight:normal;
}

h4 { 
	font-size:1em;
	margin-top:0px; 
	margin-bottom:0px; 
	font-weight:normal;
}

/* Header */
.headLayout {
	border-left:1px solid #A6A6A6;
	border-top:1px solid #A6A6A6;
	width: 100%;
	text-align: left;
	background-color:#000;
	padding-top:1px;
}

.headCell2 {
	float: left;
	width: 394px;
	height: 29px;
}

.headUserName {
	float: left;
	width: 168px;
	background: url(../images/login_username.gif) no-repeat;
	height: 25px;
	margin-top:2px;
}

.headPassword{
	float: left;
	width: 167px;
	background: url(../images/password.gif) no-repeat;
	height: 25px;
	margin-top:2px;
}

.headSubmit {
	float: left;
	padding-left:4px;
	padding-top:7px;
	padding-bottom:1px;
}

.contactEnv {
	float: right;
	width: 13px;
	background: url(../images/envelope.gif) no-repeat;
	height: 23px;
	margin-top:0px;
	margin-left:12px;
}

.partnersIcon {
	float: right;
	width: 16px;
/*	background: url(../images/partners_icon.gif) no-repeat;*/
	height: 19px;
	margin-top:0px;	margin-left:0px;
}

#headForm1 {
	position:absolute; 
	left:460px;
	top:6px;
}

#headForm2 {
	position:absolute; 
	left:629px;
	top:6px;
}

.headForm {
background-color:#999;
	width:108px;
	height:19px;
	border-top:1px solid #6B6B6B;
	border-left:1px solid #6B6B6B;
	border-bottom:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	padding-top:2px
}

/* Navigation */
.navContainer {
	float: left;
	width: 120px;
	padding:14px;
}

.navBorder,#menu1Content,#menu2Content,#menu3Content {
	border: 1px solid #333;
	width:110px;
	height:16px; 
}

.nav1 {
	background: url(../images/orange_menu_1_head.gif) no-repeat top;
	width:110px; 
	height: 16px;
}

.nav2 {
	background: url(../images/orange_menu_2_head.gif) no-repeat top;
	width:110px; 
	height: 16px;
}

.nav3 {
	background: url(../images/orange_menu_3_head.gif) no-repeat top;
	width:110px; 
	height: 16px;
}

.menuHeight {
	height: 111px;
}


.menu a,.menu a:link,.menu a:visited,.menu a:active{
	border-top: 1px solid #FFE6CD;
	width:110px; 
	height:16px;
	border-bottom: 1px solid #B2804D;
	border-left: 1px solid #FFE6CD;
	border-right: 1px solid #B2804D;
	background-color: #FFB76F;
	color: #333;
	height: 16px;
	padding-left: 4px;
	display: block;
	text-decoration: none;
}

.menu a:hover {
	width:110px; 
	height:16px;
	padding-left: 4px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #6B6B6B;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #6B6B6B;
	display: block;
	color: #EBEBEB;
	background-color: #999;
	text-decoration: none;
}

/* Content */
#pageLayout {
	height:100%;
	width:800px;
	background: #F60;
}

.contentHolding {
	background: #EBEBEB;
	width:736px;
	border-top: 1px solid #B24700;
	border-bottom: 1px solid #FFCAA6;
	border-left: 1px solid #B24700;
	border-right: 1px solid #FFCAA6;
	margin-left:32px;
	margin-top:4px;
	margin-right:32px;
	margin-bottom:4px;
}

.content {
	padding: 4px;
	color: #333;
}

.mainArea {
	background-color:#FFF;
	margin:14px;
	margin-left:137px;
	border-top:1px solid #242424;
	border-left:1px solid #242424;
	border-bottom:1px solid #B8B8B8;
	border-right:1px solid #B8B8B8;
	height:100%;
}

.headingImage {
	float: right;
}

.largeImage {
	clear: right;
	float: right;
}

.pageText { 
	width:320px;
	padding:10px;
	height:100%;
}

a,a:link,a:visited,a:active {
	color: #444;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #999;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

p {
	padding:0px;
	margin:0px;
}