/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#333333;
	font-family:Papyrus, Comic Sans MS;
	font-weight:normal;
	background-color:#FFFFFF;
	}

#wrapper {
	width:770px;
	overflow:hidden;
	margin:0px auto 0;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 0px;
	}

div#top	{
	width: 770px;
	background-color: #3366CC;
	height: 90px;
	border-bottom: solid 20px #666666;
	}
		
div#header {
	top:0;
	left:0;
	border:none;
	width: 300px;
	margin: 0px;
	float: left;
	padding: 5px;
	padding-bottom: 0px;
	}

div#title {
	float:right;
	top:0;
	left:0;
	width: 450px;
	margin: 10px;
	margin-top: 0px;
	text-align: centre;
	padding: 5px;
	padding-top: 30px;
	padding-bottom: 0px;

	}
div#optionswrapper {
	width: 200px;
	float: left;
	margin: 10px 0px 0px 10px;
	padding-top: 0px;
	background-color:#4B78D2;
	}
div#options {
	width: 200px;
	float: left;
	background-color: #4B78D2;
	position:relative;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
div#optionsbottom {
	width: 200px;
	margin-top: 00px;
	padding: 0px;
	float: left;
	background-color:#4B78D2;
	background:url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	}	
div#mainbottom {
	background-image:url(images/bigbottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;}
		
div#main {
	background-color: #EEEEEE;
	width: 540px;
	position:relative;
	float: left;
	margin: 10px 10px 0px 10px;
	background-image:url(images/big.jpg);
	background-repeat:no-repeat;
	}
div#mainhold {
	width:540px;
	padding-bottom: 0px;
	float:left;}

.main tl	{
	background-image:url(images/index_r4_c8.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
		
#main img {
	margin-left: 50px;
	}

div#bottom {
	width: 770px;
	background-color: #3366CC;
	border-top: 10px;
	border-top-color: #666666;
	border-top-style:solid;
	text-align:center;
	float: left;
	}
/* =-=-=-=-=-=-=-[Text formatting]-=-=-=-=-=-=-=- */
	
h1 {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 100%;
	margin: 10px;
	}
	

h2	{
	font-size: 12pt;
	color:#000000;
	font-weight:normal;
	line-height: 100%;
	margin: 10px;
	}

h3	{	
	font-size: 26px;
	text-transform:uppercase;
	padding-top: 20px;
	color:#000000;
	}

h4	{
	font-size: 12pt;
	color: #000000;
	font-weight:bold;
	padding: 10px;
	line-height: 50%;
	}	

h5	{
	font-size: 24px;
	margin-top: 10px;
	color:#000000;
	font-weight: bold;
	text-align: center;
	}
	
p	{
	margin-left: 10px;
	margin-right: 10px;
	}
a:link {
	color:#ffffff;
	text-decoration: none;
	font-family: Papyrus, "Comic Sans MS";
	font-size: 14px;
}
a:visited{
	color:#ffffff;
	text-decoration: none;
	font-family: Papyrus, "Comic Sans MS";
	font-size: 14px;
} 
a:hover {
	color: #eeeeee;
	text-decoration: underline;
	font-family: Papyrus, "Comic Sans MS";
	font-size: 14px;
}
#main a:link {
	color:#000000;
	text-decoration: none;
	font-family: Papyrus, "Comic Sans MS";
	font-size: 16px;
}
#main a:visited{
	color:#000000;
	text-decoration: none;
	font-family: Papyrus, "Comic Sans MS";
	font-size: 16px;
} 
#main a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Papyrus, "Comic Sans MS";
	font-size: 16px;
}
