/* The Wuvulu Web Site wuv_styles.css  */
/* The rule below resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the web designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

.body {
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

/*hr
hr {
border: 0;
height: 1px;
background: black;
color: black;
}
*/

/*Text*/
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texttiny7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:7px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texttiny8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texttiny9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texttiny10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.textnormal-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.textnormal-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.textnormal-blueU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}
.textnormal-bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.textnormal-blueboldital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #003399;
	text-decoration: none;
}
.textnormal-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.textnormal-orangebold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}
/*For FAQ*/
q	{
	Font-Size : 9pt;
	Font-Variant : normal;
	Font-Weight : bold;
	Font-Style : italic;
	Color : #003399;
	Text-Align : Left;
}

/*Headers*/
.hdr1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.hdr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #606060;
}
.hdr3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
}
.hdr4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D3D3D;
}
.hdr5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0B64BF;
}
.hdr6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0B64BF;
}

/*Sidebars*/
#sidebar-left { 
	float: left; 
	width: 140px; 
	margin: 0px 3px 3px 0px; 
	color: #5c93b4;
/*	border-right-width: 1px;	*/
/*	border-right-style: solid;	*/
/*	border-right: 1px solid gray; 	
	border-right-color: #0079c1;
*/	padding-left: 1px;
	padding-right: 2px;
	text-align: left; 
	font-size: 9px;
}

#sidebar-right { 
	float: right; 
	width: 140px; 
	margin: 0px 3px 3px 0px; 
	color: #5c93b4;
/*	border-left-width: 1px;
	border-left-style: solid gray;*/
/*	border-left: 1px solid gray; 	
	border-left-color: #0079c1;*/
	padding-left: 2px;
	padding-right: 1px;
	text-align: center; 
	font-size: 9px;
}

#sidebar-right2{ 
	float: right; 
	width: 140px; 
	margin: 0px 3px 3px 0px; 
	color: #5c93b4;
/*	border-left-width: 1px;
	border-left-style: solid gray;*/
/*	border-left: 1px solid gray; 	
	border-left-color: #0079c1;*/
	padding-left: 2px;
	padding-right: 1px;
	text-align: center; 
	font-size: 9px;
}

/*Hovers*/
a:hover {
	text-decoration: underline;
}
a.one:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration: underline;
}
a.one:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

/*Menu*/
.menudefault{
/*background-image:url(../images/menudefault.gif);*/
	background-color:#2A4255;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	height:25px;
	font-weight:bold;
}
.menuselected{
/*background-image:url(../images/menuselected.gif);*/
	background-color:#2695C3;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	height:25px;
	font-weight:bold;
}

a.one:active {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFFFFF;
	text-decoration:none;
}
a.one:link {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFFFFF;
	text-decoration:none;
	}


/*Page box - defining the page "container" box and its curved/rounded corners and background*/
.leftcornertop_curve {
	background-image: url(../images/leftcornertop_curve.gif);
	background-repeat: no-repeat;
	width: 23px;
}
.leftcornerbottom_curve {
	background-image: url(../images/leftcornerbottom_curve.gif);
	background-repeat: no-repeat;
	width: 23px;
}
.rightcornerbottom_curve {
	background-image: url(../images/rightcornerbottom_curve.gif);
	background-repeat: no-repeat;
	width: 23px;
}
.rightcornertop_curve {
	background-image: url(../images/rightcornertop_curve.gif);
	background-repeat: no-repeat;
	width: 23px;
}
.bottompanel_bg_tile {
	background-image: url(../images/bottompanel_bg_tile.gif);
	background-repeat: repeat-x;
	width: 23px;
}
.leftpanel_bg_tile {
	background-image: url(../images/leftpanel_bg_tile.gif);
	background-repeat: repeat-y;
	width: 23px;
}
.rightpanel_bg_tile {
	background-image: url(../images/rightpanel_bg_tile.gif);
	background-repeat: repeat-y;
	width: 23px;
}
.toppanel_bg_tile {
	background-image: url(../images/toppanel_bg_tile.gif);
	background-repeat: repeat-x;
}
