/* CSS Document */
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:73%;
	color:#000;
	line-height:1.4em;
	margin:0;
}

a:link {
	color: #5f227b;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #5f227b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#333;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
h1 {	
	
	font-size:16px;
	margin:0;
	margin-bottom:7px;
	color: #5f227b;
}
.q {
	font-size:14px;
	font-weight:bold;
	color: #5f227b;
}
.a {
	font-size:14px;
	font-weight:bold;
	color: #e7a614;
}

img.floatLeft { 
	border:1px dotted #8a8a8a;
    float:left; 
    margin-right:5px; 
}
img.floatRight { 
	border:1px dotted #8a8a8a;
    float:right; 
    margin-left:5px; 
}
img.align {
	vertical-align: -28%;
}
.required {
	color:#ff0000;
}

/* Header */
#head_back {
	background: #fff url(images/head_back.png);
	height:175px;
	width:100%;
}
#header {
	background: #fff;
	height:175px;
	width:800px;
	margin:0 auto;
}

/* Body */
#body {
	
	background: url(images/body.png) repeat-y;
	width:800px;
	margin:0 auto;
}

/* Main */
#main{	
	width:540px;
	float:left;
	margin-top:6px;
	padding-left:60px;
	text-align:justify;
}
#main table {
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#main td {
	padding:2px;
	margin:0px;
	text-align:left;
	border-top:1px solid #000;
	border-left:1px solid #000;
}
#main td.cell1 {
	background:	#E8E8E8;
	text-align:center;
}
#main td.cell2 {
	background:	#E0E0E0;
	text-align:center;
}
#main ul {
	list-style-image: url(images/bullet_orange.png);
	padding-left:15px;
	margin-left:12px;
	margin-bottom:2px;
}
	

/* Right Link box */
#right_link {
	width:130px;
	float:left;
	margin-top:6px;
	margin-left:10px;
	margin-bottom:5px;
	clear:right;
}
#right_link ul {
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding-left:0px;
}
#right_link a {
	display: block;
	width:120px;
	padding:3px;
	padding-left:6px;
	border-bottom:1px dotted #ccc;
	text-decoration: none;
}
#right_link a:hover {
	background:#E8E8E8;
	border-bottom:1px dotted #8a8a8a;
	text-decoration: none;
	color: #5f227b;
}

/* hack */
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}

/* Footer */
#footer {
	background: url(images/footer.png) no-repeat top left;
	width:800px;
	height:40px;
	margin:0 auto;
	color:#666;
	text-align:center;
	font-size:10px;
}
#footer a {
	color:#666;
	text-decoration: none;
}
#footer a:hover {
	color:#5f227b;
	text-decoration: underline;
}
/* Left & Right footer */
#left {
	padding-left:60px;
	padding-top:10px;
	float:left;
	text-align:left;
}
#mid {
	float:left;
	text-align:right;
	padding-top:10px;
	padding-left:190px;
}
#right {
	padding-right:45px;
	padding-top:5px;
	padding-bottom:20px;
	float:right;
	text-align:right;
}
/* Logos */
#logos {
	width:690px;
	margin:0 auto;
	height:30px;
	font-size:10px;
	color:#999;
}
#logos a {
	color:#999;
	text-decoration: none;
}
#logos a:hover {
	color:#666;
	text-decoration: underline;
}

/* Other */
#error {
	width:100%;
	text-align:center;
	border:1px dotted #ccc;
	background:#F8F8F8;
}
.quote {
	width:500px;
	background-color:#F8F8F8;
	border:1px dotted #ccc;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	color:#333;
}

/* INPUT STUFF */
select {
  padding: 1px;
  font: 400 1em arial, sans-serif;
  color: #444;
  background: #FFF;
  border: 1px solid #ccc;
  margin-top:3px;
  margin-bottom:3px;
}
select:focus {
  color: #000;
  background: #FFF;
  border: 1px solid #95C9DC;
}
option {
	padding-right:6px;
}
