body
{
	margin:0;
	padding: 0;
	/*background: #D2D0D0;
	background-image: url("images/index-concept2Background.gif" );
	*/
	background-image: url(images/index-concept2Background.jpg);
	background-repeat: no-repeat;
	background-color : #002C97;
}

#outer
{
	border: 1px solid #000000;
}


/*Global Navigation*/
#mainNav
{
	width: 775px;
	height:35;
	margin: -100 0 100 100;
	
}

#logo

{
	width: 196px;
	background : #F1F0F5 ;
}

h1{
	color: #1728BA;
	font-size : medium;
}


.Navpage{
	font-size : smaller; 
	color: #1728BA;
	text-align:right;
	
}



.faq{
	font-size : smaller;
	color: #1728BA;
	font-weight : bold;	
	font-family : Tahoma;
	font-size : 14px;
	
}


.special{
	font-size : smaller;
	color: #1728BA;
	font-weight : bold;	
	font-family : Tahoma;
	font-size : 14px;
	
}


#content
	{
	width:579px;
	padding: 15;
	/*height: auto;
	*/
	/*border-right: 1px soild black;
	*/
	/*border-left: 1px solid black;
	*/
	font-size : 14px;
	font-family : Tahoma;
	color: #000000;
	margin-left : 60px;
	background-color : ffffff;
}
	 

#divider
{ 
	background:red;
	width:600px;
	height:1px;	
	margin: 150 0 0 280;
}	
	 
#flashScene
{ 
	width:645;
	height: 240;
	/*padding:0 0 0 250x;*/
	margin: -557 0 100 253;

 }	  
	 
 
 #leftcol {
	/* Parent Wrapper for inside boxes */
	/*display: inline;	 IE Hack */
	width: 196px;
	/*float: left; */
	/*
	min-height: 300px;
	padding: 10px;*/
	background-color : #EBE9E9;
}
 
.leftcolText
{ 
   font-family : Tahoma;
	font-size : 12px;
	color: #626262;
	
	}
.leftcolTextBold
{ 
   font-family : Tahoma;
	font-size : 14px;
	color: #0033CC;
	
	font-weight: bold;
	}
.footerMain
{
	/*border-top:2px solid yellow;
	*/
	font-family : Tahoma;
	color:#626262;
	font-size : 12px;
	text-decoration : none;
	text-align:right;
	background-color : ffffff;
	margin-right : 60px;
	/*border-right : dotted;*/
	padding: 30;
}
a.topnavbar:link {color: #000000; 	text-decoration: underline;}
a.topnavbar:visited {color: #9900CC; 	text-decoration: underline;}
a.topnavbar:hover { color: #FFFF00; 	text-decoration: underline;}
a.topnavbar:active { color: #FF0000; 	text-decoration: underline;}

.footerLeft
{ 
   font-family : Tahoma;
	font-size : 12px;
	color:#626262;
	padding: 25;
}

 #navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
font-family : Tahoma;
font-size : 12px;
}

#navlist li
{
	padding-left: 10px;
	background-image: url("images/bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#navlist ul {
	list-style: none url("images/bullet.jpg");
}



#slogan
{
	margin: 75 0 0 100;
}

input.pink {background-color: #EBE9E9; font-weight: bold; font-size: 12px; color: black;}
input.black {background-color: #000000; font-size: 10px; color: white;}
textarea.gray {background-color: #EBE9E9 ;}