/* CSS Document */

body {
	margin: 10px;
	padding: 10px;
	background-color: #f1f1f1;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td {
	vertical-align: top;

}
h1, h2, h3, p , ul, li , blockquote {
	margin-top: 0px;
	margin-bottom: 10px;

}
h1 {
	font-weight: normal;

}
h2 {
	font-weight: normal;

}
h3 {
	font-weight: normal;

}
a:link, a:active, a:visited {
	color: #7C52CE;
	text-decoration: underline;

}
a:hover {
	color: #7C52CE;
}
ul {

}
li {
	list-style-image: url(../images/bullet.gif);

}
.container {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	
}
.table {
	width: 785px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;

}
.logo {
	background-image: url(../images/logo_img.jpg);
	width: 249px;
	height: 173px;

}
.header {

}
.side {

}
	.nav {
	background-color: #7C52CE;
	
	}
		.nav a:link, .nav a:active, .nav a:visited {
		display: block;
		background-image: url(../images/nav_a_bg.jpg);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
		margin-left: 20px;
		color: #FFFFFF;
		text-decoration: none;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #A486DD;
		
		}
		.nav a:hover {
	color: #BED3FF;
			
		}
		
	.newsletter {
	background-image: url(../images/newsletter_bg.jpg);
	height: 186px;
	
	}
	
.content {
	padding: 10px;
	padding-right: 15px;
	line-height: 125%;
}

.content P {
	line-height: 125%;
	text-align: justify;
}

.footer {
	font-size: 10px;

}
.footer_logo {

}

.contact_details {
	padding-left: 20px;
}

.contact_details * {
	font-size: 9px;
}

.contact_details TD.tag {
	font-weight: bold;
	color: #666666;
}

/* sections */

TABLE.section TR.header TD {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

TABLE.section TR.header TD INPUT, TABLE.section TR.header TD SELECT {
	font-size: 10px;
}

TABLE.section TR.header TD A,  TABLE.section TR.header TD A:Visited, TABLE.section TR.header TD A:Active{
	text-decoration: underline;
	font-size: 10px;
}

TABLE.section  TD.content {
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

TR.header TD {
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

/*form options*/
/*Form tables*/
TABLE.form TD.name {
	font-weight:bold;
	text-align:right;
}

TABLE.form TD.name, TABLE.form TD.element, TABLE.form TD.help {
	vertical-align:top;
}

TABLE.form TD.action {
	padding-top:20px;
}

TABLE.form IMG.TooltipSource {
	vertical-align:top;
}

SPAN.required {color:red;}

TABLE.form { }
TABLE.form TD.name {padding: 5px; text-align: right; font-weight: bold; white-space:nowrap;}
TABLE.form TD.element {	padding: 5px;}
TABLE.form .action {padding: 5px; background-color: #EEEEEE;}
TABLE.h_form TD.name {padding-left: 5px; padding-right: 5px; text-align: center; vertical-align: middle; font-weight: bold;}
TABLE.h_form TD.element {padding-left: 5px; padding-right: 5px; vertical-align: middle;}
TABLE.h_form .action {padding-left: 10px;}
TABLE.form TD.name, TABLE.form TD.element, TABLE.form TD.help {	vertical-align:top;}

/* wysiwg editor styles */

.h1, .h2, .h3, .h4 {
	font-weight: bold;
	margin-bottom: 2px;
}

.h1 {
	font-size: 18px;
}

.h2 {
	font-size: 15px;
}

.h3 {
	font-size: 13px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: 2px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

SPAN.size8 {
	font-size: 8px;
}

SPAN.size9 {
	font-size: 9px;
}

SPAN.size10 {
	font-size: 10px;
}

SPAN.size12 {
	font-size: 12px;
}

SPAN.size14 {
	font-size: 14px;
}

SPAN.size16 {
	font-size: 16px;
}

SPAN.size18 {
	font-size: 18px;
}

SPAN.size24 {
	font-size: 24px;
}

.req_fields {
	font-size: 10px;
	color: #999999;
}

.footer {
	font-size: 9px;
	color: #999999;
	margin-left: 20px;
	margin-top: 10px;
}

.footer A, .footer A:Visited, .footer A:Active {
	color: #666666;
}