
/* ============================ */
/* GENERAL */
/* ============================ */

body {
	background: #D5D4B5 url(bg.gif) top left repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #322B24;
	}
	
div {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
p {
	padding: 3px 0px;
	margin: 8px 0px 0px 0px;
	}

a:link {
	color: #418A73;
	text-decoration: none;
	}

a:visited {
	color: #945460;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color: #945460;
	text-decoration: none;
	}

h1 {
	color: #AB2C47;
	font-size: 30px;
	margin: 35px 0px 20px 0px;
	}
	
h2 {
	color: #AB2C47;
	font-size: 16px;
	margin: 25px 0px 10px 0px;	
	}

h3 {
	color: #AB2C47;
	font-size: 14px;
	margin: 20px 0px 8px 0px;
	}

h4 {
        background-color : #D2D0A0;
        letter-spacing : 3px;
        text-align : center;
        border-bottom-width:1px;
        border-top-width:1px;
        border-left-width:1px;
        border-right-width:1px;
        width : 100%;
        padding: 3px;
	color:  #8C8B64;
	font-size: 11px;
	margin: 20px 0px 5px 0px;	
	}

img {
	border: 0;
	}


/* ============================ */
/* PAGE LAYOUT */
/* ============================ */

.topbord {
	background: #D5D4B5 url(images/cortopleft.gif) no-repeat top left;
	height: 132px;
	}

.cortop2 {
	position: absolute;
	width: 132px;
	height: 188px;
	top: 132px;
	left: 0px;	
	}

.maincontent {
	position: absolute;
	top: 105px;
	left: 180px;
	padding: 0px 0px 25px 0px;
	width: 550px;
	}
	
.sidebar {
	position: absolute;
	top: 160px;
	left: 750px;
	padding: 0px 0px 25px 0px;
	width: 150px;
	}
	

/* ============================ */
/* SPECIAL */
/* ============================ */

.maincontent p {
	line-height: 140%;
	}
	
.pagetitle {
	margin: 25px 0px 25px 0px;
	}

.sidebar p {
	line-height: 120%;
	margin: 0px 0px 8px 0px; 
	}
	
.sidebar h4 {
	margin: 25px 0px 8px 0px;
	}

.plainlist {   
	padding: 0;
	margin: 5px 0px 0px 0px;
	list-style-type: none;
	}

.plainlist li{
	margin: 6px 0px 0px 0px;
        list-style-type:square;
	}

.plainindentlist {
	padding: 0;
	margin: 4px 0px 0px 0px;
	list-style-type: none;	
	}

.plainindentlist li{
	margin: 5px 0px 0px 5px;
	}

ul {
         list-style-type:square;
        }