* {
	margin:				0px;
	font-size:			100%;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

body {
	position:			relative;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	width:				100%;
	height:				100%;
	color:				#000000;
	background:			url(images/bg_gradient.gif);
	margin:				0px;
}

#frame {
	background: 		none;
	margin:				0px;
	width:				330px;
}

#thankyou table {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

#thankyou td {
	border: 1px solid #000000;
}

#thankyou th {
	border: 1px solid #000000;
}

#thankyou td.center {
	border: 1px solid #000000;
	text-align:center;
}

#thankyou td.email {
	border: 1px solid #000000;
	text-align:center;
	text-decoration:underline;
}

#frame ul {
	margin-left: 		10px;
	padding: 			15px;
	list-style: 		normal;
}

#frame p {
	padding: 			15px 15px 0px 0px;
}

#frame p.heading {
	padding: 15px 15px 0px 0px;
	font-weight: bolder;
	font-size: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}


#insolv {
	background: 		none;
	margin:				15px;
	width:				600px;
}

#insolv ul {
	margin-left: 		10px;
	padding: 			15px;
	list-style: 		normal;
}

#involv p {
	padding: 			15px 15px 0px 0px;
}

#insolv p.heading {
	padding: 15px 15px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

input.cool {
	background-color:#CDD7E9;
	border:1px solid #1F61A9;
	color:#000000;
	padding:0 2px 2px 5px;
}

.RedUlineLeft {
	text-align:left;
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
}

.RedEmLeft {
	text-align:left;
	color:#CC0000;
	text-decoration:none;
	font-style:italic;
	font-weight:bold
}

tr.Light {
	background-color:#F7F8F9;
	border:0px solid #000000;
}

tr.Dark {
	background-color:#F1F2F3;
	border:0px solid #000000;
}

td.Left {
border:0px solid #000000;
text-align:left;
font-family:Arial, Helvetica, sans-serif;

}

td.Right {
border:0px solid #000000;
text-align:right;
font-family:Arial, Helvetica, sans-serif;

}

.FrmLeft {
	font-weight: bolder;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

.FrmRight {
	font-weight: bolder;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
}

.BoldEmBlue {
	color: #1F61A9;
	font-weight: bolder;
	font-style:italic;
}
.SubmitRed {
	background-color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	border:2px solid #000000;
	color:#FFFFFF;
	padding: 2px 2px 2px 2px;
	text-align:center;
}
h1 {
	font-size: 			10px;
	color:				#1F61A9;
	font-weight:		normal;
	padding-top:        30px;
}

a {
	color:				#526E96;
	text-decoration:	none;
}
a:hover {
	color:				#354865;
}
a:visited {
	color:				#526E96;
}

/*---------  BODY  ----------*/

#container {
	position:			absolute;
	top: 				50px;
	width:				860px;
	left: 				50%;
	margin-left:		-430px;

}

#leftColumn {
	position:			relative;
	height:				470px;
	width:				480px;
}

#rightColumn {
	position:			absolute;
	top:				0;
	right:				0;
	width:				350px;
	height:				470px;
	background:			#FFFFFF;
	padding-left:       30px;
	overflow: 			auto;
}

#footer {
	position:			relative;
	text-align:			right;
	margin-top:			7px;	
	color: 				#4A658C;
	font-size:			9px;
}

#footer a:link {
	color:				#4A658C;
}

#footer a:hover {
	color:				#FFFFFF;
}
