* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: none;
	background-color: #2E0A54;
}

a:link, a:visited {
	font-weight: bold;
	color: #401A6A;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #BF155E;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #BF155E;
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 860px;
	background-color: #FFC486;
	background-image: url(assets/images/background.gif);
	background-repeat: repeat-y;
}
#header {
	width: 860px;
	float: left;
	padding: 0px;
	border: 0px none #ccc;
	height: 100px;
	background-color:#F3F2ED;
	margin: 0px;
}

#leftcolumn {
	border: 0px none #ccc;
	padding: 0px;
	width: 150px;
	float: left;
	overflow: visible;
}
.padleft25 {
	padding-left: 25px;
}
.smalltext {
	font-size: x-small;
}

ul 
{
	margin-left:20px;
	padding:5px;
	list-style-image: url(assets/images/yinyang.gif);
}

buttonscontainer {
	width: 150px;
}

.buttons a {
	color: #0f021a;
	background-color: #FFB681;
	padding-left: 10px;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 84%;
	text-align: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8B569C;
	border-right-color: #2E0A54;
	border-bottom-color: #2E0A54;
	border-left-color: #8B569C;
}

.buttons a:link, buttons a:visited, buttons a:active {
	color: #000000;
}

.sidebarlinks a:link {color: #FFFFFF; font-weight: bold; text-decoration: none; }
.sidebarlinks a:visited {color: #FFFFFF; font-weight: bold; text-decoration: none; }
.sidebarlinks a:active {color: #FFFFFF; font-weight: bold; text-decoration: none; }

.sidebarlinks a:hover {
color: #FFB681;
font-weight: bold;
text-decoration: none;
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
}


.buttons a:hover {
	padding-left: 10px;
	/*
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 2px;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	*/
	background-color: #FF9F59;
	color: #2E0A54;
	border-left-color: #653F72;
}

#content {
	float: left;
	border: 0px none #ccc;
	margin: 5px;
	padding: 10px;
	width: 504px;
	display: inline;
	overflow: visible;
}


#rightcolumn {
	color: #FFE4CA;
	border: 0px none #ccc;
	padding: 0px;
	width: 176px;
	float: left;
	overflow: visible;
	font-size: x-small;
	text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	color: #0C0419;
	background-color: #FFAE80;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	color: #0C0419;
	background-color: #B4A0A9;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	color: #0C0419;
	text-align: center;
}

table {
	text-align: center;
	color: #000000;
	display: inline;
}
.boldtext {
	font-weight: bold;
}



.lighttext {
	color: #FFE4CA;
}

#footer {
	width: 838px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background-color:#FFB681;
	padding: 10px;
	margin: 0px;
	font-size: x-small;
	text-align: center;
}

.smallbold {
	font-size: small;
	font-weight: bold;
}

.smallerbold {
	font-size: x-small;
	font-weight: bold;
}

.centerbold {
	font-weight: bold;
	text-align: center;
}
.italics {
	font-style: italic;
}
.justifiedtext {
	text-align: justify;
}
#sidebarbox {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #3C1661;
	background-color: #FFE4CA;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin dotted #3C1661;
	padding: 10px;
}

h4 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #3C1661;
	border-left-color: #3C1661;
	border-left-style: double;
	border-left-width: 0.8em;
	padding-left: 8px;
	text-decoration: underline;
}
.padright10 {
	padding-right: 10px;
}
.leftbar {
	padding: 10px;
	border: thin dotted #3C1661;
}
.mediumtext {
	font-size: medium;
}
#wrapper #content div table {
	text-align: left;
}
