/** Main website styles **/

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

h1{
	display: block;
}
h3 {
	text-align:left;
}
img {
	border: 0;
}
a {
	color: #280547;
}
a:hover {
	color: #0A6C93;
}
.left {
	float: left;
	padding-right: 5px;
}
.right {
	float: right;
}
.more {
	text-align: right;
	font-size: 16px;
}
.clear {
	clear: both;
}

body  {
	background:top url('images/shadow3.jpg');
	color:#000000;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-color: #3a056b;
	background-repeat: repeat-y;
}


/********** layout ***************/
#wrap {
	text-align: left;
	margin: auto;
	width: 860px;
}

h1 {
	height: 43px;
	text-align: center;
	color: #000000;
	font: 18px "Verdana", serif;
	border-bottom: dotted;
	border-bottom-width: 1px;
}


/*********** body ***************/
#space {
	height: 240px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	margin-top: -40px;
}

#body {
	height: auto;
	display: block;
	width: 760px;
	margin: auto;
}
#full {
	width: 98%;
	background-color:#F4F4F4;
	margin: 10px;
}
#left {
	float: left;
	width: 70%;
	background-color: #FFFFFF;
	background-color:#F4F4F4;
	margin: 10px;
	}
#left h2 {
	text-align:left;
	font-weight: bold;
	padding-bottom: 20px;
}
#left a {
	color:#000000;
}
#left a:hover{
	color:#8003C2;
}
#left_content{
	padding:10px;
	min-height: 300px;
}
#left_content ul{
	background-image:none;
	list-style: none;
	
}
#left_content li{
	background-image:url(images/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}
#right {
	float: right;
	width: 25%;
	background-color: #FFFFFF;
	/** filter: alpha(opacity=60);
	-moz-opacity: .55; **/
	background-color:#FFFFFF;
	margin: 10px 5px 10px 5px;
}
#navbar {
	width: 100%;
	height: 47px;
	margin: auto;
	text-align: center;
	border-bottom: solid;
	padding-bottom: -10px;
}
#navbar a{
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover{
	color: #000000;
	text-decoration: underline;
}
#link1, #link2, #link3, #link4, #link5{
	width: 120px;
	padding: 25px 5px 5px 5px;
	text-align: center;
	font-family: Verdana;
	float: left;
	background-image: url(images/button_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
#maincontent {
	background-position: top center;
	background-color: #DADADA;
}
#right_content {
  padding: 10px;
}
#right h2 {
	color: #000000;
	margin-bottom: 12px;
	text-align: center;
	height: 43px;
	font-size: 18px;
	display: block;
}
#right h3 {
  color: #000000;
  font: 14px "Times new roman", serif;
  margin-bottom: 5px;
}
#right p {
	color: #666666;
	font-size: 12px;
	padding-left: 10px;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}
#white {
 background-color:#FFFFFF;
}

#arrows {
	width: 100%;
}
#arrows_left {
	text-align: left;
	width: 45%;
	float: left;
}
#arrows_right {
	text-align:right;
	width: 45%;
	float: right;
}

/************ footer ***************/
#footer {
	color: #fff;
	text-align: center;
	font-size: 11px;
	width: 740px;
	padding: 10px;
	background-color: #000000;
	margin: auto;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer a{
	color: #FFFFFF;
}
#footer a:hover{
	color: #FFFFFF;
}
