﻿@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-image:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	}

#wrapper
{
	padding:50px;
	padding-top:0px;
	width:900px;
}

#top-border
{
	background:url(../images/body-top.jpg) top left repeat-x;
	background-color:#efd49c;
}

#top-left-border
{
	background:url(../images/body-left-top.jpg) top left no-repeat;
}

#top-right-border
{
	background:url(../images/body-right-top.jpg) top right no-repeat;
}

#bottom-left-border
{
	background:url(../images/body-left-bottom.jpg) bottom left no-repeat;
}

#bottom-right-border
{
	background:url(../images/body-right-bottom.jpg) bottom right no-repeat;
}

#bottom-border
{
	background:url(../images/body-bottom.jpg) bottom left repeat-x;
}

#left-border
{
	background:url(../images/body-left.jpg) top left repeat-y;
}

#right-border
{
	background:url(../images/body-right.jpg) top right repeat-y;
}

#main-page-wrapper
{
	padding:25px 30px 25px 30px;
}

#main-page
{
	text-align:left;
	color:#000;
	background-color:#efd49c;
}


/*********#ebdbba*****************/

#page-top-border
{
	background:url(../images/page-top.jpg) top left repeat-x;
	background-color:#f5e7cb;
}

#page-top-left-border
{
	background:url(../images/page-left-top.jpg) top left no-repeat;
}

#page-top-right-border
{
	background:url(../images/page-right-top.jpg) top right no-repeat;
}

#page-bottom-left-border
{
	background:url(../images/page-left-bottom.jpg) bottom left no-repeat;
}

#page-bottom-right-border
{
	background:url(../images/page-right-bottom.jpg) bottom right no-repeat;
}

#page-bottom-border
{
	background:url(../images/page-bottom.jpg) bottom left repeat-x;
}

#page-left-border
{
	background:url(../images/page-left.jpg) top left repeat-y;
}

#page-right-border
{
	background:url(../images/page-right.jpg) top right repeat-y;
}

#page-main-page-wrapper
{
	padding:5px 5px 5px 5px;
}

#page-main-page
{
	text-align:left;
	color:#000;
	background-color:#DCC087;
}


/*****************************/
img
{
	border:0;
}

.top-menu {
	color:#9f1e1e;
	font-size:22px;
	font-family:Impact;
	height:30px;
	padding-top:5px;
	padding-bottom:5px;
}

.top-menu ul
{
	margin:0 auto;
}

.top-menu li{
	float:left;
	color:#9f1e1e;
	font-size:24px;
	line-height:30px;
	list-style:none;
	float:left;
	background:url(../images/menu.gif) left 7px no-repeat;
	padding:0px 15px 0px 25px;
	}
	
.top-menu li a{
	color:#9f1e1e;
	font-size:24px;
	text-decoration:none;
	}
	
.top-menu li a:hover{
	text-decoration:underline;
	}

.top-menu .top-menu-first{
	background:url(../images/first-menu.gif) left 7px no-repeat;
	padding:0px 15px 0px 17px;
	}

.catmenu {
	color:#9f1e1e;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.catmenu ul
{
	margin:0 auto;
}

.catmenu li{
	color:#9f1e1e;
	font-size:12px;
	list-style-type:none;
	margin-left:10px;
	}

.catmenu li a{
	color: #9f1e1e;
	text-decoration:none;
	font-size:12px;
	line-height: 18px;
	}
	
.catmenu li a:hover{
	text-decoration:underline;
	}

.mainbody
{
	width:100%;
}

.pagebody table
{
	width:100%;
}

.pagebody p
{
	text-align:justify;
	padding:5px;
}

.pagebody td
{
	text-align:left;
	vertical-align:top;
}

.pagebody h1
{
	font-size:16px; 
	color:#00274e;
	padding-bottom:2px;
}

.pagebody a
{
	color:#00274e;
	text-decoration:none;
}

.pagebody a:hover
{
	text-decoration:underline;
}

.leading
{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
}

.leading a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-bottom:5px;
}

.leading h1, .leading h1 a
{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#9f1e1e;
	text-decoration:none;
}

.pagecol
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px;
	border-top:#999 1px dashed;
	border-right:#999 1px dashed;
}

.pagecol a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.pagecol h1, .pagecol h1 a
{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#9f1e1e;
	text-decoration:none;
}

.pagecol-first
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px;
	background:url(../images/horz-divider.jpg) right top repeat-y;
	border-top:#999 1px dashed;
	border-right:#999 1px dashed;
}

.pagecol-first a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.pagecol-first h1, .pagecol-first h1 a
{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#9f1e1e;
	text-decoration:none;
}

.pagecol-last
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px;
	border-top:#999 1px dashed;
}

.pagecol-last a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.pagecol-last h1, .pagecol-last h1 a
{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#9f1e1e;
	text-decoration:none;
}

.pagecol-single
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px;
	border-top:#999 1px dashed;
}

.pagecol-single a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.pagecol-single h1, .pagecol-single h1 a
{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#9f1e1e;
	text-decoration:none;
}


.detailscol
{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:normal;
	width:100%;
}

.detailscol a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.detailscol h1, .detailscol h1 a
{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#9f1e1e;
	text-decoration:none;
}

.readmore
{
	text-align:right;
	float:right;
}

.footer
{
	color:#9f1e1e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.footer a
{
	color:#9f1e1e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

.marquee
{
	color:#9f1e1e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.bottom-menu {
	color:#9f1e1e;
	font-size:11px;
	font-family:Tahoma;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
}
	
.bottom-menu a{
	color:#9f1e1e;
	font-size:11px;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	}
	
.bottom-menu a:hover{
	text-decoration:underline;
	}

.bottom-menu .bottom-menu-first{
	background:none;
	padding:0px 5px 0px 0px;
	}
	
.box1
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	border-top:#999 1px dashed;
	padding:5px;
}

.box1 h1, .box1 h1 A
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:9f1e1e;
	text-decoration:none;
}

.box1 h1 A:hover
{
	text-decoration:underline;
}

.box2
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	border-top:#999 1px dashed;
	padding:5px;
}

.box2 h1, .box2 h1 A
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:9f1e1e;
	text-decoration:none;
}

.box2 h1 A:hover
{
	text-decoration:underline;
}

.box3
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	border-top:#999 1px dashed;
	padding:5px;
}

.box3 h1, .box2 h1 A
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:9f1e1e;
	text-decoration:none;
}

.box3 h1 A:hover
{
	text-decoration:underline;
}

.box1 .readmore
{
	text-align:left;
	float:none;
}

.box2 .readmore
{
	text-align:left;
	float:none;
}

.box3 .readmore
{
	text-align:left;
	float:none;
}