/*------------------BASE CSS ----------------------------*/

html,body
{
margin:0;
padding:0;
 background-color:#325869;
background: url(../images/bg-2.jpg) repeat-x;
}

body
{
background-color:#325869;
font-family: verdana;
font-size: 14px;
text-align:center;
}

table
{
font-family: verdana;
font-size: 12px;	
 color:#ffffff;
}

TEXTAREA, OPTION
{
font-family: verdana;
font-size: 12px;	
}


#Nav-Container
{
 left: 450px;
 top: 30px;
position: absolute;
 color:#ffffff;
 font-size: 15.5px;
 font-weight:bold;
  width: 570px;
}

#Content
{

left: 434px;
 
 top: 75px;
 position: absolute;
 color:#ffffff;
 width: 595px;
 text-align:left;
	
}


p
{
 margin:0 10px 10px;
}

A   {color:#FFFFCC; text-decoration: none; }
A:visited {color:#FFFFCC; text-decoration: none; }
A:link	  {color:#FFFFCC; text-decoration: none; }
A:visited {color:#FFFFCC; text-decoration: none; }
A:hover	  {color:#FFFFCC; text-decoration: underline; }

.standOutText
{
	font-weight: bold;
	font-size: 110%;
	color: #CC0000;
}

#makeStrongButSmall
{
	font-weight: bolder;
	font-size: 85%;
	color:#C90002; 
}


