/* Default Stylesheet */

/* BODY ELEMENTS */

body {
	font-size: 14px;
	font-family:Arial;
	color: #201c59;
}

p {
	font-size: 14px;
	color: #201c59;
	line-height: 18px;
}

/*container */

#container {
	width:900px;
	background-image:url(../images/page.png);
	margin:auto;
	padding:auto;
}

/*header */

#header {
	clear:both;
	width:580px;
	height:100px;
	background-image:url(../images/header.png);
	padding: 80px 40px 0 280px;
}
  
  
#sidebarnav a:hover, #sidebarnav a.active {
	background-color: #f7f7f7;
	text-decoration:none;
	color: #201c59;
}

/*widget */

.widget {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

/* mainarea */

#mainarea {
	width:860px;
	clear:both;
	padding-left:40px;
}

#contentarea {
	width: 520px;
	padding-right:30px;
	float:left;
}

#contentarea ul {

}

#contentarea li {
	line-height: 20px;
}

#contentarea a, a:link, a:active, a:visited {
	color: #201c59;
	text-decoration: none;
	font-weight: bold;
}

#contentarea a:hover {
	color: #201c59;
	text-decoration: underline;
	font-weight: bold;
}

/* sidebar */

#sidebar {
	float:left;
	color:#FFFFFF;
}

#sidebarnav {
}
  
#sidebarnav a {
	width: 260px;
	display: block;
	clear:both;
	height: 23px;
	color:#ffffff;
	text-decoration:none;
	font-size: 15px;
	font-weight: normal;
	background-color: #201c59;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 5px;
	font-style: normal;
}

h1, h1 a {
	color: #fff;
	margin:0;
	text-align: right;
	padding-right: 5px;
	text-decoration: none;
	font-size: 24px;
}

h1 a:hover {
	font-size: 24px;
	color: #201c59;
	margin:0;
	text-align: right;
	padding-right: 5px;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	color: #1d1951;
}

h3 {
	color: #201c59;
}

#sidebar a {
	color: #fff;
}

#sidebar h2 {
	font-size: 16px;
	padding-left:15px;
	color:#FFFFFF;
	padding-top:6px;
}

.description {
	font-size: 16px;
	color: #b40011;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-style: italic;
}

a:hover {
	text-decoration:underline;
}

/* footer */

#footer {
	width:900px;
	clear:both;
	height:50px;
	padding-top: 30px;
	text-align:center;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

#footer ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

#footer li {
	display: inline;
	padding: 10px;
}

#footer a, a:link, a:active, a:visited {
	color: #201c59;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#footer a:hover {
	color: #201c59;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

/* credit */

#credit {
	clear:both;
	text-align:center;
	font-size: 12px;
	padding-bottom: 50px;
	background-color: white;
	padding-top: 10px;
	color: black;
}