@charset "utf-8";
/* CSS Document */
html, body {
margin: 0;
padding: 0;
background: url(../images/body-bg.jpg) 0 0 repeat-x;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 14px;
}

p {
margin:0 0 1em 0;
padding:0;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

form {
margin:0;
padding:0;
}

hr {
border: 0;
color: #999999;
background-color: #CCCCCC;
height: 1px;
margin-top: 30px;
margin-bottom: 30px;
} 

li {
	padding-top: 10px;
}

ul li ul li {
	padding-top: 0px;
}

#container {
width: 794px;
margin: 0 auto;
}

#headertop {
height: 52px;
}

#menu {
float: right;
height: 31px;
padding-top: 20px;
}

#menu a {
color: #FFFFFF;
font-size: 14px;
text-decoration: none;
padding: 0 0 0 40px;
}

#menu a:hover {
color: #FFCC33;
font-size: 14px;
text-decoration: none;
padding: 0 0 0 40px;
}

#header {
height: 206px;
background: url(../images/header-bg.jpg) 0 0 no-repeat;
}

#header img.logo {
margin-left: 260px;
}

#header .headerright {
float: right;
}

#content {
padding-top: 30px;
}

#content h2 {
color: #660066;
font-size:18px;
}

#content h3 {
color: #660066;
font-size: 14px;
padding: 0px;
margin: 0px;
}

#content h3 a {
	color: #660066;
	text-decoration: none;
}

#content h3 a:hover {
	color: #660066;
	text-decoration: underline;
}

#content .rightcolumn {
float: right;
width: 160px;
border-left: 1px dashed #D2A6FF;
padding-left: 20px;
}

.rightcolumn span {
	text-align: justify;
	font-size: 9px;
}

#content .rightcolumn a {
display: block;
padding: 10px 0;
}

#content .leftcolumn {
width: 540px;
text-align: justify;
}

.ad1 h3 a {
	color: #660066;
	text-decoration: none;
}

.ad1 h3 a:hover {
	color: #660066;
	text-decoration: underline;
}

.ad2 h3 a {
	color: #660066;
	text-decoration: none;
}

.ad2 h3 a:hover {
	color: #660066;
	text-decoration: underline;
}

.ad1 a {
	text-decoration: none;
	color: #000000;
}

.ad1 a:hover {
	text-decoration: underline;
	color: #000000;
}

.ad2 a {
	text-decoration: none;
	color: #000000;
}

.ad2 a:hover {
	text-decoration: underline;
	color: #000000;
}


#content .ad1 {
	float: left;
	width: 250px;
	height: 133px;
	background: url(../images/ad1.jpg);
	padding: 10px 0 0 10px;
	text-align: left;
	font-size: 9px;
}

#content .ad2 {
	width: 250px;
	height: 133px;
	background: url(../images/ad2.jpg);
	margin-left: 276px;
	padding: 10px 0 0 10px;
	text-align: left;
	font-size: 9px;
}

.ad1 ul {
	margin: 0px;
	padding: 0px;
}

.ad1 li {
	margin-left: 10px;
	padding: 0px;
}

.ad2 ul {
	margin: 0px;
	padding: 0px;
}

.ad2 li {
	margin-left: 10px;
	padding: 0px;
}

#footer {
height: 210px;
background-color: #613D69;
margin-top: 30px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer p {
color: #CCCCCC;
text-align: center;
padding-top: 20px;
}

/* Messages */
#error-msg {
	color:#990000;
	font-weight: bold;
	padding-bottom: 20px;
}

#success-msg {
	color: #339900;
	padding-bottom: 20px;
}

/* Form */
#frm-radio {
	padding-top: 5px;
	padding-bottom: 5px;
}

#frm-left {
	width: 120px;
	display: inline;
	float: left;	
}

#frm-left div {
	height: 30px;
}

#frm-right {
	width: 250px;
	display: inline;
	float: left;
}

#frm-right div {
	height: 30px;
}

.pdf-link {
	height: 20px;
	line-height: 20px;
}

.pdf-icon {
	float: left;
	height: 20px;
	width: 20px;
	padding-right: 5px;
}

/* Breadcrumb */
#breadcrumb-container {
	font-size: 9px;
	color: #25a1e7;
	padding-bottom: 10px;
}

#breadcrumb-container a {
	color: #25a1e7;
	text-decoration: none;
}

#breadcrumb-container a {
	color: #25a1e7;
	text-decoration: underline;
}