body	{
	margin: 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #1E4869;
	background-image: url('images/bg1.jpg');
	background-repeat: repeat;
}

p, td, div, ul, dl, dt, dd, pre, ol, li, blockquote, address	{ 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt; 
			color: #333333
			}

a:link { color: #BB0029; text-decoration: none; }
a:visited { color: #BB0029; text-decoration: none; }
a:hover { color: #BB0029; text-decoration: underline; }
a:active { color: #BB0029; text-decoration: underline; }

h1   { font-size: 14pt; color: #336699; font-weight: bold }
h2   { font-size: 12pt; color: #336699; font-weight: bold }

.pagetitle   { font-size: 14pt; color: #336699; font-weight: bold }

.customerphoto { border: 1px solid #576276; margin-right: 10px; text-align:left; position:relative; float:left; left:0 }

.accentphoto { border: 1px solid #576276; margin-left: 10px; text-align:right; position:relative; float:right; left:0 }

.warning     { color: #BB0029; font-family: Verdana; font-size: 14pt; font-weight: bold }

.next { border: 1px solid #BB0029; padding: 4px}

span.highlight 		{ border-bottom:1px dotted #339966; }

.bodytext 	{  
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			line-height: 17px; 
			color: #000000
			}
.contact	{  
			font-family: Verdana; 
			font-size: 11px; 
			color: #CCCCCC
			}
p.contact a {color: #FFFFFF; text-decoration: none}
.contact a:link, .contact a:visited {color: #FFFFFF; text-decoration: none}
p.contact a:hover, .contact a:active {text-decoration: underline; color: #FFFFFF}
.copyright	{  
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 9px; 
			color: #CCCCCC
			}
.credit		{  
			font-family: Verdana; 
			font-size: 9px; 
			color: #8C8C8C
			}
			
a:link.menu { font-size:10px; color:#C0C0C0; line-height:150%; text-decoration:none }
a:visited.menu { font-size:10px; color:#C0C0C0; line-height:150%; text-decoration:none }
a:hover.menu { font-size:10px; color:#000000; line-height:150%; text-decoration:none; background-image:url('images/bg1.jpg') }
a:active.menu { font-size:10px; color:#000000; line-height:150%; text-decoration:none }


a:link.credit { font-size:10px; color:#8C8C8C; line-height:150%; text-decoration:none }
a:visited.credit { font-size:10px; color:#8C8C8C; line-height:150%; text-decoration:none }
a:hover.credit { font-size:10px; color:#C0C0C0; line-height:150%; text-decoration:none }
a:active.credit { font-size:10px; color:#C0C0C0; line-height:150%; text-decoration:none }

/* ======================================================================================== FORMS */

form {
	margin-bottom: 2em;
}
input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 300px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
input.radio {
	width: 30px;
	margin-right: 20px;
}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 75px;
	line-height: 150%;
	}
textarea.long { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label {
	color: #808080;
}
.form label.error {
	color: #FF0000;
	display: block;
	font-size: 8pt;
	background-color: #FFFF99;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	}
/* =============================================================== FULL BG */
.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
 
#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
/* =============================================================== NEW STYLES */
table#navbar {
	height: 100%;
}