@charset "UTF-8";
@import url("nafiworldx.css");
body {
	margin: 0px;
	background-image: url(pictures/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

<style type="text/css">


#slantedmenu{
font-weight: bold;
font-size: 12;
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
}

.frame {
	
	margin: 5px;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #e0e0e0;
	text-align: center; /*set value to "center" for example to center items*/
	border-top: 1px solid #bebebe;
	border-right: 1px none #bebebe;
	border-bottom: 1px none #bebebe;
	border-left: 1px none #bebebe;
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 12;
	color: #003366;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	text-decoration: none;
	background: transparent url(pictures/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
	color: #003366;
} 

#slantedmenu ul li a:hover{
	color: #999999;
}

.maintextnav {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #2E3648;
}
.maintextboldcolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}
.maintableborder {
	border-top: 1px none #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
}
.maintextcolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	font-weight: normal;
}
/*curlye corner
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.curlycontainer{
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 500px;
	float: none;
}

.curlycontainer .innerdiv{
background: transparent url(pictures/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.frameleft {
	margin: 5px;
	padding: 2px;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.maintextpink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3366;
	font-size: 12px;
}
.frameright {
	margin: 5px;
	padding: 2px;
	float: right;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.maintextboldpink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3366;
	font-size: 14px;
	font-weight: bold;
}
