﻿
.lefttop 
{
    top:70px;
    left:25px;
    position:absolute;
    text-align:left;
}

.leftbottom
{
    top:270px;
    left:25px;
    position:absolute;
    text-align:left;
      
}

.righttop 
{
    top:70px;
    left:250px;
    position:absolute;
    text-align:left;
}

.rightbottom
{
    top:270px;
    left:250px;
    position:absolute;
    text-align:left;
}


body {
	margin: 0;
	padding: 20px;
	color: #333;
	text-align: center;
	background-color:#FAF2c7;
	background-attachment:fixed;
	font: 0.70em 'Verdana', Arial, Helvetica, sans-serif;
	line-height:20px;
}

.headertext 
{
    font-family: Bradley Hand ITC;
    font-size:20pt;
    font-weight:bold;
}

.menustext 
{
    font-family: Bradley Hand ITC;
    font-size:15pt;
    text-align: center;
    
}
/*** MAIN NAVIGATION ***/
div#mainnav {
	margin: 0;
	padding: 0;
	background: #b84f50;
	height: 25px;
	text-align:center;
	vertical-align:top;
	width:100%;
}
#mainnav ul {
	display: block;
	margin:0;
	padding: 2px 0;
}
#mainnav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainnav li a {
	color: #fff;
	padding: 2px 12px;
	font-weight: normal;	
	text-decoration: none;
}
#mainnav li a:hover {
	color: #000033;
	padding: 2px 12px;
	text-decoration: none;
	background:#faf2c7;
}


/*** TEXT STYLING ***/
h1 {color:#000033; margin:0; font: 26px "Bradley Hand ITC"; font-weight:bold;}
h2 {color:#b84f50; font-size:12px; }
h3 {color:#fff; margin:0; font-size:12px; background:url(../img/bg_header3.jpg) no-repeat center left; padding:2px 5px}
h4 {color:#000033; margin:0; font: 26px "Bradley Hand ITC"; font-weight:bold; text-align:center}
h5 {color:#00CC66; font-size:12px; padding:1px 1px}
h2, h3, h4, h5 {line-height:16px}


p { margin:10px 0 20px 10px }
p.error {color:red; font-weight:bold; margin:0}

/*** LINK STYLING ***/
a:link , a:visited {
	color:#CC3300; 
	text-decoration:none;
}
a:hover {
	color:#990000; 
	text-decoration:underline;
}


div#ctn {
	background-color:#FFFFFF;
	width:740px;
	border:2px solid #333;
	margin:0 auto 0 auto;
}

div#header {
	background:url(../img/bg_header_home2.jpg) no-repeat center left;
	height:130px;
}

div#maincontent {
	width: 480px;
	text-align: left;
	float: left;	
    position:relative;    
	background:url(/img/bg_maincontent.gif) no-repeat top right;
	right:-20px
}

div#maincontent img
{
     border:0px;
     text-align:left;
}

/* PACKAGE STYLING */
div.package {
	border:1px solid #999;
	background:#ffffee;
}

div.package ul {
		margin-left:0;
		padding: 0;
		text-align: left;
		border: 0;
		}
			
div.package ul li {
		list-style: disc url(../img/icon_list.png) inside;
		margin: 0;
		padding: 0;
		line-height: 1.5em;     
		}
/*===============*/

div#sidebar {
	margin: 0 0 30px 500px;
	padding: 10px 10px 250px 10px;
	text-align: left;
	background:#b84f50 url(../img/bg_sidebar.jpg) no-repeat bottom;
}

div#noticeboard {
	border: 1px solid #000;
	padding: 0;
	margin-bottom: 10px;
	background:#faf2c7;
}

div.margin {margin: 5px 10px 0px 7px;} /* used to indent content within the side boxes */

div#footer {
	margin:0 auto 0 auto;
	width:740px;
	padding:5px 0;
	text-align:center;
	font-size:11px;
}

img.framed {
	padding: 5px;
	border: 1px solid #ccc;
}

div#menu {
text-align:left;

}

span.more {background:url(../img/icon_more.jpg) no-repeat; padding:0 0 0 20px}

