/* CSS Document */
a:link {
	color: #496FBA;	
}
a:visited {
	color: #006599;
}
a:hover {
	color: #E3693A;
}
a:active {
	color: #E93649;
}

.footertext a:link {text-decoration: none;color: #FFFF99;font-family: Arial;font-size: 11px}
.footertext a:active {text-decoration: none;color: #FFFF99;font-family: Arial;font-size: 11px}
.footertext a:visited {text-decoration: none;color: #FFFF99;font-family: Arial;font-size: 11px}
.footertext a:hover {text-decoration: underline;color:#FFF;font-family: Arial;font-size: 11px}
.boxtext4 a:link {text-decoration: none;color: #F6237C;font-weight: bold;font-family: Arial;font-size: 14px}
.boxtext4 a:active {text-decoration: none;color: #F6237C;font-weight: bold;font-family: Arial;font-size: 14px}
.boxtext4 a:visited {text-decoration: none;color: #F6237C;font-weight: bold;font-family: Arial;font-size: 14px}
.boxtext4 a:hover {text-decoration: underline;color:#F6237C;font-weight: bold;font-family: Arial;font-size: 14px}
.boxtext5 a:link {text-decoration: none;color: #F6237C;font-weight: bold;font-family: Arial;font-size: 14px}
.boxtext5 a:active {text-decoration: none;color: #F6237C;font-weight: bold;font-family: Arial;font-size: 14px}
.boxtext5 a:visited {text-decoration: none;color: #F6237C;font-weight: bold;font-family: Arial;font-size: 14px}
.boxtext5 a:hover {text-decoration: underline;color:#F6237C;font-weight: bold;font-family: Arial;font-size: 14px}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/beach_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F0E9DF;
}

/* page layout divs */

#wrapper {    
	text-align: center;    
	margin-left: auto;    
	margin-right: auto;    
	}
	
	#outline {
	width: 775px;
	border: 1px solid black;
	background-color: #FFFFFF;
	margin-top: 5px;
	}

		#menu {
		width: 773px;
		height: 115px;
		background-image:url('../images/menubg.jpg');
		background-repeat: no-repeat
		}
				#buttons {
				float: left;
				padding: 88px 0px 0px 130px;
				}
		
		#hpbar {
		width: 773px;
		height: 166px;
		background-image:url(../images/hp_bar.jpg);
		background-repeat: no-repeat;
		}
		
		
		
		
		#colleft {
		clear: left;
		float: left;
		width: 176px;
		margin-left: 8px;
		}
				#box1 {				
				border: 1px solid #CCC;
				height: 205px;
				width: 176px;

				}
				#box2 {
				border: 1px solid #CCC;
				width: 176px;
				margin-top: 3px;
				height:124px;
				}
		
		#colcentre {
		float: left;
		border: 1px solid #CCC;
		width: 392px;
		/*height: 263px;*/
		margin-left: 5px;
		padding: 0px 8px 0px 8px;
		}
		#main {
		float: left;
		border: 1px solid #CCC;
		width: 572px;
		margin-left: 8px;
		padding: 0px 8px 0px 8px;
		}
		
		#colright {
		float: left;
		width: 159px;
		margin-left: 3px;
		
		}
				#box3 {			
				border: 1px solid #CCC;
				height: 130px;
				width: 159px;
				
				}
				#box4 {
				border: 1px solid #CCC;
				height: 143px;
				width: 157px;
				margin-top: 3px;
				background:url(../images/jumpbg.gif)  no-repeat 0px 10px;
				background-position:center;
			
				padding: 33px 2px 0px 0px;
				}
				#box5 {
				border: 1px solid #CCC;
				background:url(../images/Fag.jpg);
				background-position:center;
				background-repeat: no-repeat;	
				height: 205px;
				width: 157px;
				margin-top: 3px;
				padding: 2px 2px 0px 0px;
				}
		
		
		
		#footer {
		background-image:url(../images/footerbg.jpg);
		background-repeat: no-repeat;
		clear: left;
		width: 773px;
		height: 28px;
		
		}
		
		

.buttons {
	padding: 0px 1px 0px 0px;
}





h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F6237C;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.hpbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 31px;
	text-align: justify;
}
.hpbodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6237C;
	line-height: 31px;
	text-align: left;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	text-align: justify;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F8C664;
}
.boxtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F63;
	line-height: 20px;
}
.boxtext4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F63;  
	padding-top: 3px;
}
.boxtext5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F63;  
	padding-top: 3px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 28px;
}
.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 20px;
}
.radiklstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
	padding-right: 10px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	padding-left: 80px;
}
.big_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #F6237C;
	margin-top:-10px;
	text-align: center;