body {
	font-family: Tahoma, Sans-Serif;
	font-size: 10px;
	margin: 10px 0;
	text-align: center; /* IE Fix - Center the Page */
	color: #797F81;
}

#wrapper {
	height: 100%;
	margin: auto;
	text-align: left;
	width: 700px;
}

.clear { clear: both; }

img.left  { float:left; margin-right: 10px; }
img.right { float:right; margin-left: 10px; }

p.right { text-align:right }

a { color:#797F81; text-decoration: underline; }

.red{color:#E54646;}
a.red{color:#E54646;text-decoration:underline;}

.green{color:#408B74;}
a.green{color:#408B74;text-decoration:none;}

.blue{color:#4689B1;}
a.blue{color:#4689B1;text-decoration:underline;}

p { margin: 0; padding: 0 0 1em; }

div.hr {
	background: url(/images/hr.gif);
	height: 1px;
	overflow: hidden;
	margin: 2em 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0 25px 10px;
}
ol li { padding-bottom: 2px; }
ol li a { text-decoration: none; }
ol li a:hover { text-decoration: underline; }

ul.redbox {
	margin: 0;
	padding: 10px 0;
}
ul.redbox li {
	list-style-type: none;
	padding: 0 0 3px 10px;
	margin-top: 0;
	background: url(/images/dot.gif) no-repeat top left;
}

div.tblwrapper { text-align: center; }
table {
	font-size: 110%;
	margin: 10px auto 20px;
	text-align: left;
}
th {
	font-weight: bold !important;
	text-align: left;
}
td.left, th.left {
	text-align: left;
}
td.right, th.right {
	text-align: right;
}
tr.total td {
	font-weight: bold !important;
	padding-bottom: 10px;
}

div.error {
	padding: 6px;
	font-size: 10pt;
}
div.error h1 {margin: 0;}

/**************************************/


#banner {
	background: url(/images/eyeor_header.jpg) top no-repeat;
	height: 160px;
	margin: 1px;
	padding: 0;
	text-indent: -200em;
}

.grey_separator {
	background: #CBD0D4;
	font-size: 1px;
	height: 3px;
}

#top_menu {
	position: relative;
	width: 700px;
	margin: 2px 0 3px;
	padding-top: 18px;
	background-color: #E7EAEB;
}

#top_menu table {
	position: absolute;
	top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 4px;
	width: 692px;
	height: 20px;
}

#top_menu table td {
	background: url(/images/menu_seperator.gif) center right no-repeat;
	text-align: center;
	padding: 0 5px;
}

#top_menu table td.last {
	background: none;
}

#top_menu table td a {
	background: transparent;
	text-transform: uppercase;
	text-decoration: none;
	color: #408B74;
	padding: 3px 10px 0;
	display: block;
	height: 24px;
	line-height: 24px;
}

#top_menu table td a:hover {
	background: #CBD0D4 url(/images/carrot.gif) center -2px no-repeat;
	color: #FFF;
}


/**************************************/


#inner_wrap {
	padding: 0 3px;
	min-height: 200px;
}

.col1_outer {
	background: #CCB88E;
	float: left;
	width: 230px;
	overflow: hidden;
}

.col1_inner {
	background: #EDE6CF;
	margin-top: 20px;
}

.col1_inner .content {
	padding: 14px 14px 5px;
	margin: 0;
}

.col2_row {
	margin: 0 0 4px 234px;
}

* html .col2_row {height: 1%; margin-left:231px;}    /* IE/Win adds 3px to floated column */
*>html .col2_row {he\ight: auto; margin-left:234px;} /* IE5/Mac does not */

.col2_row .content {
	padding: 20px 8px 5px;
	margin: 0;
}

.col2_row .clear {
	clear: right;
}

.last_row {
	margin-bottom: 0 !important;
}

.col2_row .sub_cols {
	background: url(/images/vr.gif) 272px repeat-y;
}

.sub_col1 {
	float: left;
	width: 260px;
}

.sub_col2 {
	margin: 0 12px 0 275px;
}

.message {
	background-color: #CBD0D4;
	text-align: center;
	font-weight: bold;
	margin: 0 0 4px 234px;
}

.message b {
	text-transform: uppercase;
	font-size: 150%;
	color: #E54646;
}

/**************************************/

.blue_separator {
	background: #71A2C9;
	font-size: 1px;
}

#bottom_menu {
	text-align: center;
	color: #558482;
	padding: 6px 0;
	margin: 0;
}

#bottom_menu ul {
	margin: 0;
	padding: 0;
}

#bottom_menu li {
	background: url(/images/menu_seperator.gif) center right no-repeat;
	display: inline;
	margin: 0;
	padding: 0 20px 0 15px;
}

#bottom_menu li.last {
	background: none;
}

.footer {
	background: #E7EAEB;
}

.footer p {
	color:#779C9A;
	padding: 1px 0 0;
	margin: 0;
	text-align:center;
}
.footer a {
	text-decoration:none;
}

#copyright p {
	padding: 6px 0 4px;
}


/**************************************/
/* form styles                        */
/**************************************/

form {
	display: inline;
	padding: 0;
	margin: 0;
}

fieldset { border: none; padding: 0; float: right; width: 435px; }
legend { font-weight: bold; color:#4689B1; }
* html legend { position:relative; left: -7px; }

.input_group {
	padding: 10px 0;
}

.input_group p {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
}

.input_group label {
	float: left;
	font-weight: bold;
	color:#4689B1;
	width: 100px;
	padding: 3px 0;
}

.input_group label b {
	text-transform: uppercase;
	font-size: 120%;
	color: #E54646;
}

.input_group input {
	width: 320px;
	height: 18px;
	border: 1px solid #ACB2BA;
	color: #408B74;
	font-family: Tahoma, Sans-Serif;
	font-size: 10px;
	padding: 3px;
}

* html .input_group input {
	height: 12px; /* IE Fix */
	width: 314px;
}


.checkbox_group {
	padding: 0 5px 0 100px;
}

.checkbox_group p {
	clear: left;
}

.checkbox_group input {
	float: left;
	margin: 0;
}

.checkbox_group label {
	display: block;
	margin-left: 30px;
}


.textarea_group label {
	display: block;
	color:#4689B1;
	font-weight: bold;
}

.textarea_group textarea {
	border: 1px solid #ACB2BA;
	color: #408B74;
	font-family: Tahoma, Sans-Serif;
	font-size: 10px;
	margin: 2px 0;
	padding: 3px;
	width: 420px;
	height: 90px;
	overflow: auto;
}

* html .textarea_group textarea {
	height: 84px; /* IE Fix */
	width: 414px;
}

.button_group {
	text-align: right;
	width: 420px;
}


/**************************************/
/* for corners.js                     */
/**************************************/

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}

* html .rtop *, * html .artop *{ overflow:hidden; }
/*\*//*/
.rtop *,.artop *{ overflow: visible !important; }
/**/

.rem1,.reml1{margin-left:4px}
.rem1,.remr1{margin-right:4px}
.remr1,.reml1,.rem1{border-width:1px 0 0;height:0px !important;height /**/:1px}
.rem2,.reml2{margin-left:2px}
.rem2,.remr2{margin-right:2px}
.rem2,.reml2{border-left-width:2px}
.rem2,.remr2{border-right-width:2px}
.rem3,.reml3{margin-left:1px}
.rem3,.remr3{margin-right:1px}
.rem4,.reml4{margin-left:1px}
.rem4,.remr4{margin-right:1px}
.ram1,.raml1{margin-left:3px}
.ram1,.ramr1{margin-right:3px}
.ram2,.raml2{margin-left:1px}
.ram2,.ramr2{margin-right:1px}
.ram3,.raml3{margin-left:1px}
.ram3,.ramr3{margin-right:1px}
.ram3,.raml3{border-left-width:0px}
.ram3,.ramr3{border-right-width:0px}
.raml1,.raml2,.raml3,.raml4{border-right-width:0}
.ramr1,.ramr2,.ramr3,.ramr4{border-left-width:0}
