/* defaults */

/* body, h1, h2, h3, table, tr, td, img, form, ul, li { */

* {
	font: 12px "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: white;
	margin: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-color: white;
	padding: 0px;
	border: 0px;
}

body {
	padding: 10px;
	/* background-color: #ebdfff; */
 font-size: 0px;
}

div
{
}

a {
	color: #500082;
	text-decoration: none;
	background: url(/images/li_or.gif) no-repeat top left;
	padding-left: 12px;
}

.aext {
	color: #500082;
	text-decoration: none;
	background: url(/images/li_bl.gif) no-repeat top left;
	padding-left: 12px;
}

a:hover {
	text-decoration: underline;
}

.aplain {
	background-image: none;
	padding-left: 0px;
}

.anoimg {
	background-image: none;
	padding-left: 12px;
}

b {
	font-weight: bold;
}

h1 {
	color: #55AB24;
	font-size: 16px;
	font-weight: bold;
}

h2, h3 {
	color: #FF7B00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

input, textarea {
	border: 1px solid #808080;
}

small {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

th {
	font-weight: bold;
}

.radio {
	border: 0px solid black;
}

.submit {
	border: 1px solid #808080;
	text-align: center;
}

.bar {
	height: 21px;
	background: url(/images/background-gradient.gif) repeat-x;
}

.dots2 {
	height: 12px;
	background: url(/images/dots.gif) repeat-x;
	padding: 0px;
}

ul {
	list-style-image: url(/images/li_gr.gif);
	padding-left: 16px;
}

#page {
	background-color: #ebdfff;
	padding: 10px;
}

#left {
	background-color: #ebdfff;
	float: left;
	width: 160px;
	padding: 0px;
}

.leftcontent {
	background-color: white;
	border: 1px solid black;
	padding: 10px;
}

.leftcontent h1 {
	color: #5A8ECE;
}

#center {
	background-color: #ebdfff;
	margin-left: 175px;
	margin-right: 175px;
	font-size: 0px;
}

.centercontent {
	background-color: white;
	border: 1px solid black;
	padding: 10px;
	min-height: 400px;
}

#right {
	background-color: #ebdfff;
	float: right;
	width: 160px;
	padding: 0px;
}

.rightcontent {
	background-color: white;
	border: 1px solid black;
	padding: 10px;
	margin-bottom: 10px;
}

.rightcontent h1 {
	color: #5A8ECE;
}

#footer {
	text-align: center;
	padding: 10px 0px 15px 0px;
}
