/* Last updated 02/05/07 */

/*SECTIONS
Body
Links
Headers
Tables
Lists
Text
*/

/* ----- BODY -----*/

BODY         {
	background-color:#FFFFFF;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	color:black;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
	


/* ----- LINKS -----*/
/* standard inline */

a             {
	font-family:Arial, Helvetica, sans-serif;
}
.PhotoCaption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#000000;
}


a:link        {
	color:#009999;
	text-decoration:underline;
	font-weight:normal;
}
a:visited     {
	color:#996600;
	text-decoration:underline;
	font-weight:normal;
}
a:active      {
	color:#66ff00;
	text-decoration:underline;
	background-color:#000000;
	font-weight:normal;
}
a:hover       {
	color:#FF0000;
	text-decoration:underline;
	font-weight:normal;
}

/* side menu */

a.sidemenu             {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

a.sidemenu:link        {
	color:#00958b;
	text-decoration:none;
	font-weight:bold;
}
a.sidemenu:visited     {
	color:#f77222;
	text-decoration:none;
	font-weight:bold;
}
a.sidemenu:active      {
	color:#FF0000;
	text-decoration:none;
	background-color:#000000;
	font-weight:bold;
}
a.sidemenu:hover       {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}

/* small menu */

a.smallmenu             {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a.smallmenu:link        {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.smallmenu:visited     {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
a.smallmenu:active      {
	color:#00958B;
	text-decoration:none;
	background-color:#000000;
	font-weight:bold;
}
a.smallmenu:hover       {
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}

/* bottom menu */

a.bottommenu             {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a.bottommenu:link        {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.bottommenu:visited     {
	color:#FF6633;
	text-decoration:none;
	font-weight:bold;
}
a.bottommenu:active      {
	color:#00958b;
	text-decoration:none;
	background-color:#FFFFFF;
	font-weight:bold;
}
a.bottommenu:hover       {
	color:#00958b;
	text-decoration:underline;
	font-weight:bold;
	background-color:#FFFFFF;
}


/* ----- HEADERS ----- */
/* including inline headers */

h1           {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:30px;
	font-weight:bold;
	color:#00928F;
	text-transform:uppercase;

}

h2           { 
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:24px; 
	font-weight:bold; 
	color:#F37320;
}

h3           {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	color:#00928F;
	text-transform:uppercase;
}

h4           {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:18px;
	font-weight:bold;
	color:#F37320;
}

h5           {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	color:#00928F;
}

h6           { 
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:14px; 
	font-weight:bold;
	color:#F37320;
}

.h1           {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:30px;
	font-weight:bold;
	color:#00928F;
	text-transform:uppercase;

}

.h2           { 
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:24px; 
	font-weight:bold; 
	color:#F37320;
}

.h3           {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	color:#00928F;
	text-transform:uppercase;
}

.h4           {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:18px;
	font-weight:bold;
	color:#F37320;
}

.h5           {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	color:#00928F;
}

.h6           { 
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:14px; 
	font-weight:bold; 
	color:#F37320;
}

/* ----- TABLES -----*/



/* ----- LISTS -----*/

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

     /* the .sub causes selective display in the left menu*/
.sub{display:none;} 
body#one ul#ul_one, body#two ul#ul_two, body#three ul#ul_three, body#four ul#ul_four, body#five ul#ul_five, body#six ul#ul_six, body#seven ul#ul_seven, body#eight ul#ul_eight {display:block;} 

.main{display:none;} 
body#main ul#ul_main {display:block;} 


     /* #nodots used with div in ul supresses list dots and indenting */
#nodots {
	margin:2px;
	width:120px;
	padding:2px;
	background-color:#f6f6f3;
}
#nodots ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
	line-height:14px;
}

/* ----- TEXT -----*/

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
}


.header {
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-size:36px;
}
.text14bold {
	font-size:14px;
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
	font-weight:bold; 
}
.text14 {
	font-size:14px;
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
}
.text12 {
	font-size:12px; 
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
}
.text10 {
	font-size:10px; 
	font-family:Century Gothic, Ariel, Verdana, Sans-Serif;
}
.white20 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
.white12 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
#askformvalidator{
width:300px;
text-align:center;
margin:auto;
}
.indexAdvert{
color:#E90F03;
border:solid 2px #F37320;
width:380px;
margin:auto;
padding:2px;
font-size:10px;
}
.indextext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
.indextable ul {padding:0px;
margin:0px;
}
.indextable li {padding:0px;
margin:0px;
}
.size16{
	font-size:16px;
}