/* css to take out browser defaults */
a:link,a:visited { text-decoration:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,fieldset,input, dl, dd, dt, p
{margin:0; padding:0; }
a img,:link img,:visited img { border:0px solid black;  }
/* end css to take out browser defaults */

body {margin: 0; padding: 0; 
	background: #fff; 
	color: #000; 
	font-family: Georgia, "times new roman", times, serif; 
	font-size: 76%;
	background: #fff url(../globalimages/background.jpg) repeat-x; }

#wrapper {margin: 0; padding: 0; width: 903px; 
	color: #000; }

#header {margin: 0; padding: 0; background: transparent; height: 155px; }

#header img {margin: 30px 0 0 25px; padding: 0; }

#top-menu {position: absolute; top: 117px; left: 567px; font-weight: bold; width: 398px; }

#top-menu ul {margin: 0 0 0 15px; }
#top-menu li {display: inline; margin: 0 10px 0 5px; }

#top-menu li a:link, #top-menu li a:visited {color:#EC5BB6;text-decoration: none;}
#top-menu li a:hover, #top-menu li a:active {color: #6B6B6B; text-decoration: none;}


#menuarea {margin: 0; padding: 0; 
	width: 230px; float: left; }




#menuarea {margin: 0; padding: 0; 
	width: 230px; float: left; }

#content-wrap {clear: both; }

#content {margin: 0px 0 0 0px; padding: 0px; background: #fff; 
	width: 618px; border: 1px solid #ccc; float: left; }
	
#content ul {
   margin-left: 25px;
   list-style-type: square;
   list-style-position: outside;
}


#content ol  {
   margin-left: 25px;
   list-style-position: outside;
} 

#content-margins {
	padding: 16px;
	line-height: 1.4;
}

#content-margins p{margin: 2px 0 8px 0;  }

#header h1 {margin-left: -5000px; height: 0em; font-size: 0em; }

h2 {font-family:Georgia, Times New Roman, Times, serif; font-size:60px; color: #E0935F;font-weight:normal;}

h3 {text-transform: uppercase; color: #E0935F; font-size: 1.7em; letter-spacing: .1em; margin-bottom: 0}

h4 {color: #E0935F; font-size: 1.5em; letter-spacing: .1em;}
h5 {color: #E0935F; font-size: 1em;}
h6 {color: #999999; font-size: 1em; font-weight:bold;}

.clearer {clear: both; }


#footer {background: transparent; font-family: verdana, sans-serif; font-size: 10px; }

#footer p {margin: 0px 53px 15px 0; text-align: right; }

/********************************* Special Articles Text class ***********/

.articlestext {font-family:Arial, Helvetica, sans-serif;}

/********************************* Link Classes *********************/

a, a:link, a:visited {
	color:#000;
	text-decoration: underline;
					}

a:hover, a.active {	
	color:#E0935F;
	text-decoration: underline;
					}
			
/************************************* Image Classes *******************/
img.imgleft {				float:left;
						padding-right:5px;}

img.imgright {				float:right;
						padding-left:5px;}
