html, body {
	padding:0;
	border:0;
	margin:0;
	background-color:#102642;
	font-size:14px;
	color:#FFFFFF;
	font-family:"Myriad Pro", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.shell {
	background-image:url(images/bgrpt.gif);
	background-repeat:repeat-y;
	width:918px;
	margin:auto;
}

.topshadow {
	background-image:url(images/topshadow.gif);
	background-repeat:no-repeat;
	height:33px;
}

.albumen {
	width:900px;
	padding:0 9px;
}

.logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height:105px;
}

.fader {
	widows:444px;
	height:105px;
	float:right;
}

.nav {
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	height:56px;
}
/* NAVIGATION LIST STYLES */
.nav ul {
	padding:0;
	margin:0;
	list-style:none;
	height:56px;
}
.nav li {
	padding:0;
	margin:0;
	display:inline;
	height:56px;
	background: none;
}
.nav ul li:first-child a {
	background-image:none;
}
.nav a {
	line-height:56px;
	color:#FFFFFF;
	text-decoration:none;
	padding:20px 15px 20px 15px;
	font-size:14px;
	line-height:56px;
	margin:0;
	height:56px;
	background-image:url(images/navdivider.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.nav a:hover, .nav a.current {
	color:#40b4e7;
}
/* END NAVIGATION LIST STYLES */
.blackline {
	height:9px;
	background-color:#000000;
	border-bottom:1px solid #28476f;
}

.content {
	width:900px;
	border-bottom:1px solid #28476f;
}

.content_left {
	width:575px;
	padding:10px 32px;
	float:left;
}
.content_right {
	width:200px;
	padding:10px 30px;
	float:right;
}

/**/
.arrowpad {
	padding-left:55px;
	background-image:url(images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
/**/

.clear {
	clear:both;
}

.footer {
	background-image:url(images/btmshadow.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:12px;
	height:30px;
	line-height:15px;
	text-align:center;
	color:#576b86;
}
.small {
	font-size:9px;
}
.footer a {color:#576b86;}
/* text styles */
a {
	color:#5ba3ff;
}
a:hover {
	color:#ffffff;
}
p, h1, h2, h3, h4, h5 {
	margin:0;
}
p, h1 {
	padding-bottom:8px;
}
h2, h3, h4, h5 {
	padding-top:8px;
}

h1 { font-size:28px;}
h2 { font-size:20px;}
h3 { font-size:16px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
.content ul { margin-top:0; margin-bottom:0; padding-bottom:8px; width:70%;}
.content li { margin-top:0; margin-bottom:0; padding-bottom:8px;}
/* end text styles */
/* FORM DL STYLES */
form dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	width:100%;
	clear:both;
	border:1px solid #203d62;
}

form dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
	margin: 0px;
}

form dd {
	margin-left: 41%;
	vertical-align: top;
	margin: 0px;
}
/* Hover Effects */

form dl:hover {
	border-color:#2b507e;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}

.inputwidth {
	width:150px;
}
.textareasize {
	width:150px;
	height:90px;
}