body 
{
	background: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#f0f0f0;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#505050;
	scrollbar-highlight-color:#f0f0f0;
	scrollbar-track-color:#f0f0f0;
	scrollbar-arrow-color:#909090;
}


div.frame
{
	clear:both;
	overflow-y: visible;
	overflow: hidden;
	min-height: 400px;
	width: 780px;
	margin-top: 10px;
	background: #FFFFFF;
	border: 0px solid #e0e0e0;	
	height:expression( 
	    document.body.clientHeight > (500/12) * 
	    parseInt(document.body.currentStyle.fontSize)?
	   "50em":
	   "auto" );
}

div.logo
{
	float: left;
	margin-right: 0px;
	clear: both;
	
}

div.topMenu
{
	float: left;
	width: 700px;
	text-align: left;
}

div.topMenu, div.topMenu a, div.topMenu a:link, div.topMenu a:visited
{
	font-family: Verdana, Courier New, Courier, Helvetica;
	font-size: 12px;
	letter-spacing: 1px;
	color: #8A8A8A;	
	text-decoration: none;
	
}

div.topMenu a:hover
{
	color: #6096BF;	
	text-decoration: underline;
}

div.leftSide
{
  	float: left;
  	width: 505px;
}

div.rightSide
{
	float: left;
	width: 215px;
}

div.indexPicture
{
	float: left;
	width: 505px;
	text-align: left;
	margin-top: 10px;
}

div.quoteBox
{
	float: left;
	width: 215px;
	background: #F3F3F3;
	margin-top: 10px;
	padding-top: 15px;
}

div.rightNavBar
{
	float: left;
	width: 215px;
	margin-top: 0px;
	padding-top: 8px;
	text-align: left;
}

div.rightNavBar a, div.rightNavBar a:link, div.rightNavBar a:visited
{
	font-family: Verdana, Courier New, Courier, Helvetica;
	font-size: 10px;
	color: #2D2D2D;	
        text-decoration: none;
}

div.rightNavBar a:hover
{
	font-family: Verdana, Courier New, Courier, Helvetica;
	font-size: 10px;
	color: #6096BF;	
        text-decoration: underline;
}

div.contentArea
{
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 5px;
	padding-top: 15px;
	text-align: justify;
	font-family: Arial, Courier New, Courier, Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

div.indexCategoriesBox
{
	float: left;
	width: 166px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 15px;
	text-align: left;
}

div.bottomPic
{
	float: left;
	width: 166px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}


div.indexCategoriesBox a, div.indexCategoriesBox a:link, div.indexCategoriesBox a:visited
{
	font-family: Verdana, Courier New, Courier, Helvetica;
	font-size: 11px;
	color: #2D2D2D;	
        text-decoration: none;
}


div.indexCategoriesBox a:hover
{
	font-family: Verdana, Courier New, Courier, Helvetica;
	font-size: 11px;
	color: #6096BF;	
        text-decoration: underline;      
}


div.Footer, div.footer a
{
	margin-top: 25px;
	text-align: center;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 11px;
	color: #333333;
}

div.footer a
{
	text-decoration: none;
}

div.footer a:hover
{
	color: #6096BF;
	text-decoration: underline;
}

/********** TITLES :: INPUTS :: IMAGES **********/

h1
{
	text-align: left;
	font-family: Arial, Courier New, Courier, Helvetica;
	font-size: 14px;
	color: #0089EA;
	border-bottom: 2px solid #e0e0e0;
	text-transform: capitalize;
	letter-spacing: 1px;
}

h2
{
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;	
}

input.textInput
{
 	border: 1px solid #909090; 
 	margin-bottom: 2px;
 	font-family: Verdana;
 	font-size: 11px;
 	margin-top: 10px;
 	margin-bottom: 10px;
}

textarea.textInput
{
	border: 1px solid #909090; 	
	scroll: auto;
	font-family: Verdana;
 	font-size: 11px;
 }

input.submitButton
{
	border: 1px solid #909090;
	font-family: Verdana;
	font-size: 11px;
	color: #505050;
	background: #FFFFFF;
} 

hr 
{	
	height: 3px;	
	color: #3F4945;
	background-color: #3F4945;
	border: 0;
	padding: 0px;
}

img.arrowBulltet
{
	position:relative;
	top: 3px;
}

img.borderedPic
{
	border: 1px solid #d0d0d0;
}

span.arrows
{
	font-family: Verdana, Courier New, Courier, Helvetica;
	font-size: 11px;
	color: #6096BF;	
	text-decoration: none;
	font-weight: normal;
        letter-spacing: -3px;
}
