html, body {
	background-color:#2e3fb9;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#333;
}

p {
	font-size:1.3em;
	margin:5px 0px;
}
h1 {
	color:#333333;
	font-size:2.8em;
	margin:0px;
}
h2 {
	font-size:1.8em;
	color:#1095ea;
	font-weight:bold;
	padding:0px 0px 5px 10px;
}
h3 {
	color:#fff;
	font-size:1.8em;
	margin:0px;
}
h4, h4 a {
	color:#333333;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	width:100%;
	text-align:right;
}

#container {
	width:905px;
	margin:0px auto;
	background-color:#FFFFFF;
}
#sidebar {
	width:269px;
	float:right;
	margin:0px 10px;
}
#emailme {
	background-color:#1095ea;
	background-image:url(images/top-sidebar.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	margin:10px 0px;
}
#emailme p {
	float:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4em;
	text-align:right;
	margin:10px;
}
#emailme p span a {
	color:#333333;
	text-decoration:none;
}
#emailme img {
	margin:20px 0px 0px 20px;
}
.sidebox {
	background-color:#1095ea;
	background-image:url(images/side-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px;
	margin:10px 0px;
}
.sidebox p {
	margin:10px;
	color: #fff;	
}
#main {
	width:594px;
	margin:0px 10px;
}
#logo {
	margin:0px;
	padding:25px 25px 25px 10px;
}
#nav {
	background-repeat:repeat-x;
	background-position:bottom;
}
#nav ul {
	margin:0px;
	padding:0px;
	float:none;
}
#nav ul li {
	display:inline;
	font-size:1.8em;
}
#nav ul li a {
	text-align:center;
	line-height:53px;
	width:146.5px;
	height:53px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-left:1px solid #004f83;
	border-right:1px solid #4ab7fc;
	border-bottom:1px solid #4ab7fc;
}
#nav ul li a:hover { 
	background-image:url(images/nav-bg-hover.jpg);
	background-repeat:repeat-x;
	background-position:top; 
}
#subnav {
	background-image:url(images/subnav-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:594px;
	height:23px;
	border-bottom:1px solid #95a2ff;
	float:left;
}
#bigimg {
	background-image:url(images/big-pic.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:594px;
	height:262px;
	float:left;
	border-bottom:1px #CCCCCC dashed;
}
#content {
	width:594px;
	float:left;
	padding:0px;
	border-bottom:1px dashed #CCCCCC;
}
#content p {
	padding:0px 10px 15px 10px;
}
#content ul li, #content ol li {
	font-size:1.3em;
	margin:3px 0px;
}
#rightcol {
	width:297px;
	float:right;
}
#leftcol {
	width:297px;
	border-right:1px dashed #CCCCCC;
	margin:0px;
}
.section {
	height:100px;
	border-bottom:1px dashed #CCCCCC;
	margin:0px;
}
.section h2 {
	font-size:1.8em;
	color:#1095ea;
	font-weight:bold;
	padding:10px 0px 5px 0px;
	margin:0px;
}
.section p {
	font-size:1.4em;
	margin:0px 5px 0px 0px;
}
.section img {
	float:right;
	margin:10px;
}
.bubble {
	width:286px;
	background-image:url(images/bubble-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#CCCCCC;
	padding:1px 0px;
	margin:10px;
}
.bubble p {
	margin:10px;
	font-size:1.2em;
	text-align:center;
}
.bubble p span {
	font-weight:bold;
	float:right;
	padding:3px;
}
.bubble-bottom {
	background-image:url(images/bubble-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:36px;
	padding:1px;
	margin:-12px 0px 0px 10px;
}
#passplus {
	background-color:#1095ea;
	background-image:url(images/side-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
	padding:10px;
	margin:10px 0px;
	color:#fff;
}
#footer {
	width:100%;
	height:100px;
	float:left;
	font-size:0.8em;
}
#copyright {
margin-right:20px;	
}
#copyright p {
	float:left;
	clear:both;
	width:100%;
	text-align:right;
}
#flogo {
	width:297px;
	border-right:1px dashed #CCCCCC;
	padding:0px;
	margin-left:10px;
}
#flogo a img {
	margin:0px 10px;
	border:0;
}
#flogo p {
	margin:0px 10px;
	width:277px;
	text-align:right;
}
#fnav {
	float:right;
	width:600px;
}
#fnav ul {
	margin:0px;
	padding:0px;
	float:none;
}
#fnav ul li {
	display:inline;
	font-size:1.6em;
	font-weight:bold;
}
#fnav ul li a {
	text-align:center;
	line-height:20px;
	width:24%;
	float:left;
	margin-top:20px;
	color:#b93441;
	text-decoration:none;
	border-right:1px solid #333333;
}
#onecol {
	width: 594px;
}
#onecol h3 {
	color:#BB3442;
	font-size:15px;
	margin-left:10px;
}
#onecol p {
	font-size:1.3em;
	padding:5px 15px;
}
#onecol ul li {
font-size:1.2em;
}
.bubble-big {
	width:550px;
	background-image:url(images/bubble-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#CCCCCC;
	padding:1px 0px;
	margin:10px;
}
* html .bubble-big {
	width:547px;	
}
.bubble-big p {
	margin:3px;
	font-size:1.2em;
	text-align:center;
}
.bubble-big p span {
	font-weight:bold;
	float:right;
	padding:3px;
}
.bubble-bottom-big {
	background-image:url(images/bubble-bottom-big.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:36px;
	padding:1px;
	margin:-12px 0px 0px -23px;
}
* html .bubble-bottom-big {
	padding:0px;
	margin:-12px 0px 0px -23px;	
}
table {
	font-size:1.2em;
}
table {
	margin:10px; margin-top:0px;
	border-top:1px solid #a0abff;
	border-left:1px solid #a0abff;
	width:574px;
}
table tr td {
	padding:3px;
	background-color:#d3d8ff;
	border-bottom:1px solid #a0abff;
	border-right:1px solid #a0abff;
}

/* FORM */
label            { width: 10em; float: left; font-size:12px; }
label.error      { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
table tr td label {width:100%;padding:auto;float:none;}
.submit          { margin: 0 0 10px 120px; position: relative; }
fieldset         { margin: 0px; width: 360px; text-align: left; float: left; border: 0px solid black; padding: 0 60px 0 0;}
#formtext        { color: #333;}
textarea         { border: 1px solid #ccc;}
input            { border: 1px solid #ccc;}
form             { border: none;}
form p	{display:block; float:none; clear:both; }
/* END FORM */