body {
	margin: 0px auto;
	padding: 10px 5px 10px 5px;
	background-color: #eeebdf;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	behavior: url(/js/csshover.htc);
}

a {
	color: #103f91;
	text-decoration: none;
}
	a:hover {
		color: #000000;
	}
	a:visited {
		color: #0F9320;
	}
	
a.ralph, a.ralph:visited {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
	color: #103f91; 
	text-decoration: none;
}
a.ralph:hover {
		color: #FFFFFF;
		background-color: #103f91; 
		
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h2 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #103f91;
	color: #FFFFFF;
}
h3 {
	margin: 0;
	padding: 4px 0px 3px 0px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #103f91;
	margin: 0;
	padding: 4px 0px 4px 0px;
	font-size: 1em;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	h4 a {
	color: #103f91;
	text-decoration: none;
	}

hr {
	display: block;
	border-bottom: 1px dashed #9B958E;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 0px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}

ul, ol {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	ul li {
		padding: 0px 0px 4px 14px;
		margin: 0px 0px 0px 8px;
		list-style-type: none;
		background-image: url(/img/arrow_right_b.gif);
		background-position: 0px 4px;
		background-repeat: no-repeat;
	}
	ol li {
		padding: 0px 0px 4px 10px;
		margin: 0px 0px 0px 34px;
	}

p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* -------------- */

.divFlash{display:none;}
.divHtml{display:block;}

.start {display: none;}
.end {
	display: block;
	clear: both;
}

/* -------------- */

#container {
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 768px;
}
/* Holly Hack Targets IE Win only */
* html #container { height: 1%; }
/* End Holly Hack */

/* ==== Outside box ==== */

.c1 {
	display: block;
	width: 9px;
	height: 9px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#ctt {
	display: block;
	height: 9px;
	background-image: url(/img/cttm.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	overflow: hidden;
}
	#cttl {
		float: left;
		background-image: url(/img/cttl.gif);
	}
	#cttr {
		float: right;
		background-image: url(/img/cttr.gif);
	}
#cbb {
	display: block;
	height: 9px;
	background-image: url(/img/cbbm.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	overflow: hidden;
}
	#cbbl {
		float: left;
		background-image: url(/img/cbbl.gif);
	}
	#cbbr {
		float: right;
		background-image: url(/img/cbbr.gif);
	}
	#b1 {
		padding: 0px 9px 0px 0px;
		background-image: url(/img/cmmr.gif);
		background-position: top right;
		background-repeat: repeat-y;
	}
	#b2 {
		padding: 0px 0px 0px 9px;
		background-image: url(/img/cmml.gif);
		background-position: top left;
		background-repeat: repeat-y;
		overflow: hidden;
	}

/* ==== Inside box ==== */

.c2 {
	display: block;
	width: 5px;
	height: 5px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#ct {
	display: block;
	height: 5px;
	background-image: url(/img/ctm.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	overflow: hidden;
}
	#ctl {
		float: left;
		background-image: url(/img/ctl.gif);
	}
	#ctr {
		float: right;
		background-image: url(/img/ctr.gif);
	}
#cb {
	display: block;
	height: 5px;
	background-image: url(/img/cbm.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	overflow: hidden;
}
	#cbl {
		float: left;
		background-image: url(/img/cbl.gif);
	}
	#cbr {
		float: right;
		background-image: url(/img/cbr.gif);
	}
	#b3 {
		padding: 0px 5px 0px 0px;
		background-image: url(/img/cmr.gif);
		background-position: top right;
		background-repeat: repeat-y;
	}
	#b4 {
		padding: 0px 0px 0px 5px;
		background-image: url(/img/cml.gif);
		background-position: top left;
		background-repeat: repeat-y;
		background-color: #FFFFFF;
		overflow: hidden;
	}

/* -------------- */

#header {
	display: block;
	height: 75px;
	border: 10px solid #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* Holly Hack Targets IE Win only \*/
* html #header { overflow: hidden; }
/* End Holly Hack */

	#logoTop {
		position: relative;
		display: block;
		width: 117px;
		height: 45px;
		margin: 5px 0px 0px 10px;
		float: left;
	}
	#contactTop {
		position: relative;
		display: block;
		width: 117px;
		height: 45px;
		margin: 5px 10px 0px 0px;
		float: right;
	}
	#menuMain {
		position: relative;
		display: block;
		margin: 0px 10px 0px 10px;
		padding: 10px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		letter-spacing: 0px;
		z-index: 100;
		clear: both;
		text-align: right;
		height: 20px;
	}

#flexmedia {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 700px;
}
	.flexmediaPad {
		padding: 0px 20px 20px 20px;
	}
	.flexmediaBanner {
		width: 700px;
		height: 100px;
		overflow: hidden;
	}
	.flexmediaBanner .text {
	position: relative;
	top: -100px;
	padding: 0px 10px 0px 360px;
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #103f91;
	line-height: 22px;
	}

#body {
	background-color: #EEEEEE;
}
	#bodyLeft {
		display: block;
		float: left;
		width: 440px;
	}
		#bodyLeft #b4 {
			padding: 0px 0px 20px 25px;
		}
	#bodyRight {
		display: block;
		float: right;
		width: 310px;
	}
		#bodyRight #b4 {
			padding: 0px 20px 20px 5px;
		}

	#bodyWideLeft {
		display: block;
		float: left;
		width: 580px;
	}
		#bodyWideLeft #b4 {
			padding: 20px 0px 20px 25px;
		}
	#bodyWideRight {
		display: block;
		float: right;
		width: 170px;
		overflow: hidden;
	}
		#bodyWideRight #b4 {
			padding: 20px 20px 20px 5px;
		}
		#bodyFull #b4 {
			padding: 20px 20px 20px 25px;
		}
	 .bodyPad {
		padding: 10px;
	 }

/* -------------- */

#contents {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	overflow: hidden;
}
/* Holly Hack Targets IE Win only */
* html #contents { height: 1%; }
/* End Holly Hack */

/* -------------- */

#body {
	display: block;
	min-width: 740px;
}
/* Holly Hack Targets IE Win only */
* html #body { height: 1%; }
/* End Holly Hack */

	#body p {
	}
	#body ul {
	}

#screen {
	text-align: center;
	padding: 0px 0px 10px 0px;
}
	.featureRightItem {
	border-bottom: 2px solid #FFFFFF;
	background-color: #eeebdf;
	overflow: hidden;
	}
	.featureRightItem.first {
		margin-top: 30px;
	}
	.featureRightItem.last {
		border-bottom: 0px;
	}
		.featureRightItemBox {
			padding: 0px 0px 0px 0px;
			color: #696866;
		}
			.featureRightItemBox h3 {
	margin: 0;
	padding: 20px 20px 0px 20px;
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	background-color: none;
			}
			.featureRightItemBox h4 {
				margin: 0;
				padding: 20px 20px 0px 20px;
				color: #103f91;
				font-size: 1.1em;
				font-weight: bold;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
			}
			.featureRightItemBox p {
	margin: 0;
	padding: 2px 20px 20px 20px;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.2em;
			}
			.featureRightItemBox a {
	color: #696866;
	text-decoration: none;
	background-color: inherit;
			}
				.featureRightItemBox a:hover {
					color: #000000;
				}
				.featureRightItemBox a:visited {
					color: #000000;
				}
	.featureLeftItem {
		border-bottom: 2px solid #FFFFFF;
	}
	.featureLeftItem.last {
		border-bottom: 0px;
	}

/* -------------- */

#footer {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	height: 35px;
	background-color: #EEEEEE;
}
	#footer p {
		display: inline;
		margin: 0;
		padding: 0;
	}

#copyright {
	position: relative;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 206px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9.6px;
	letter-spacing: 0px;
}
#logoBottom {
	position: relative;
	display: block;
	width: 77px;
	float: right;
}
#menuBottom {
	position: relative;
	display: block;
	float: left;
	width: 438px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9.6px;
	letter-spacing: 0px;
	z-index: 100;
	text-align: right;
}

/* ==== Footer Sub ==== */

#footerSub {
	padding: 2px 10px 0px 16px;
	color: #948D87;
}
	#footerSub a {
		text-decoration: none;
		color: #948D87;
	}

	/* --- Copyright --- */

	#footerSub .copyright {
		float: left;
		width: 300px;
		text-align: left;
	}
	#footerSub .copyright p {
		padding: 0;
		margin: 0;
	}

	/* --- Downlood Flash --- */

	#footerSub .downloadFlash {
	clear: both;
	width: 400px;
	height: 31px;
	float: left;
	}
	#footerSub .downloadFlash a,
	#footerSub .downloadFlash a:hover,
	#footerSub .downloadFlash a:visited {
	}
	#footerSub .downloadFlash img {
	float: left;
	width: 88px;
	margin-right: 5px;
	padding-top: 4px;
	}
	
	/* --- Downlood Adobe --- */
	
	#footerSub .downloadAcrobat {
		float: left;
		width: 400px;
		position: relative;
		text-align: left;
		height: 31px;
	}
	#footerSub .downloadAcrobat a,
	#footerSub .downloadAcrobat a:hover,
	#footerSub .downloadAcrobat a:visited {
	}
	#footerSub .downloadAcrobat img {
		float: left;
		border: 0;
		width: 88px;
		margin-right: 5px;
	}
	
	/* --- Powered by --- */
	
	#footerSub .poweredBy {
	float: right;
	width: 240px;
	position: relative;
	text-align: right;
	}
	#footerSub .poweredBy img {
		border: 0;
		margin-left: 5px;
	}
	#footerSub .poweredBy a,
	#footerSub .poweredBy a:hover,
	#footerSub .poweredBy a:visited {
	}

/* ==== Forms ==== */

.fn {
	color: #666666;
}
.fv {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE !important;
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 2px 4px 2px 4px;
}
.fb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.fr {
	color: #990000;
	font-size: 0.8em;
	padding-right: 5px;
}

/* ==== Misc ==== */

.narrow {
	letter-spacing: -1px;
}
.back {
	background-image: url(/img/arrow_left_b.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}
