*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0E4456;
	overflow: auto;
	text-align: center;
	line-height:200%;
	
}

#wrapper
{
	padding-top: 0px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#wrapperfooter
{
	padding-top: 0px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

ul
{
	padding-left: 20px;
}

ol
{
	padding-left: 20px;
}


li
{
	padding: 1px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #08252E;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

.title {
	font-size: 30px;
	font-weight: bold;
	color: #08252E;}

.intro
{
	font-size: 11px;
	font-weight: normal;
	color: #BF9800;
}

.pagecount
{
	padding:0 6px 0 6px;
	font-size: 14px;
	font-weight: bold;
	color: #BF9800;
}

.pagecurrent
{
	padding:0 6px 0 6px;
	font-size: 16px;
	font-weight: bold;
	color: #9a2846;
}

a
{
	font-weight: bold;
	color: #08252E;
}

a:hover
{
	color: #9a2846;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar h2 {
	height: 30px;
	/*text-transform: capitalize;*/
	font-size: 1.8em;
	font-weight: normal;
}

#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #9a2846;
}

#sidebar a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #9a2846;
}

/* Menu */

#menu {
	float: left;
	width: 980px;
	height: 60px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	margin-right: 0px;
	padding: 20px 6px 0px 6px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color    : #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	height: 40px;
	padding: 20px 6px 0px 6px;
	background: #5a2d49;
}


#menu .current_page_item a {
	height: 34px;
	padding: 20px 10px 0px 10px;
	background: #5a2d49;
	border-bottom:6px solid white;
	color: #FFFFFF;
}

#menu .first {
	background: none;
}

/* Footer */

#footer p {
	margin: 0;
	padding-top:80px;
	padding-right: 30px;
	text-align: right;
	line-height: normal;
	font-size: 10px;
}

#footer a {
}

.textbox
{
	height: 16px;
	width: 300px;
	font-family: Arial , Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px inset #dedede;
	padding: 4px;
}


.listbox
{
	font-family: Arial , Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px inset #dedede;
	padding: 2px;
}

hr
{
	border-top: 1px solid #dfdfdf;
	margin:30px 30px 30px 0;
}

.button
{
	padding: 1px 5px;
	width: 150px;
	border: 1px solid #000000;
	background: #9a2846;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
}

/******************************************** AJAX ********************************************/
/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #00a6de;
	padding: 30px;
	width: 500px;
}

/*Custom call-out*/
.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px Black;
    background-color: #e3e2e3;
}


.highlight
{
    background-color: #00a6de;
}

/* Accordion */
.accordionHeader
{
	color: #000000;
	height:16px;
	background-color:#ffffff;
	border-bottom:1px dashed #00a6de;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	padding:4px;
}

.accordionHeaderSelected
{
	height:16px;
	background-color:#00a6de;
	border-bottom:1px solid white;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	padding:4px;
}

.accordionContent
{
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	width:450px;
	background-color: #f5f5f5;
	padding: 10px;
	/*line-height:180%;*/
}



a.AccordionLink
{
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.AccordionLink:hover
{
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #004a99;
	text-decoration: none;
}


/* Editor */
.koptekst
{
	font-size: 11px;
	font-weight: normal;
	font-style:normal;
	color: #00a6de;
}

a.hyperlink
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #00a6de;
	text-decoration: underline;
}

a.hyperlink:hover
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
