* {
	margin: 0px;
	padding: 0px;
	}
	
body{
	background: #63839b;
	font-family: "Arial", sans-serif;
	}
	
a {
	outline: none;
	}
	
a:link, a:visited, a:active {
	color:#cdcdcd;
	text-decoration: none;
	}
a:hover{
	color:#ffffff;
	text-decoration: underline;
	}
	
p {
	font-family: "Arial", sans-serif;
	}
		
.blurb {
	color:#fcfcfc;
	font-size:.7em;
	margin: auto; 
	width: 760px;
	}
	
.blurb p {
	line-height: 180%;
	text-align: center;
	color: #0f355c;
	}
	
#preContainer {
	background:url(images/preContainer.jpg);
	width: 662px;
	height:571px;
	padding-top: 10px;	
	margin: 24px auto;	
	}
	
#container {
	background:url(images/bg.jpg);
	width: 640px;
	height:554px;	
	margin: auto;
	padding-top: 6px;
	}
	
#fees { 
	width: 345px;
	height: auto;
	text-align: left;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	}
	
#fees li { 
	line-height: 140%;
	}
	
#footer {
	width:100%;
	height: 30px;
	color: #0f355c;
	font-family: verdana;
	font-weight: normal;
	font-size: .7em;
	margin: 10px auto;
	text-align: center;		
 	}
#grad {
	background: url(images/Grad400R.gif);
	width: 400px;
	height: 420px;
	margin: auto;
	text-align: center;
	}
	
#header {
	background: url(images/logo.png)no-repeat;
	width: 360px;
	height: 50px;
	margin: 5px auto;	
	}
	
.header {
	color: #174038;
	}
	
.comment {
	color: #174038;
	}
	
.link a {
	color: #0000ff;
	text-decoration: none;
	}
	
.link a:hover {
	text-decoration: underline;
	}

.tickerstyle {
	width:100%;
	height:27px;
	margin: auto;
	margin-top: 12px;
	}

.message {
	font-family: "helvetica", Arial,  sans-serif;
	display: none;
	color: #ffffff;
	text-align: center;
	}
	
.message h1 {
	font-size: 1.2em;
	}
	
.message a {
	color: ##409ac0;
	text-decoration:none; 
	}
	
.message a:hover {
	text-decoration: underline;
	color:#409ac0;
	}

#nav ul {
	width: 235px;
	height: 21px;
	margin: 3px auto;
	}
	
#nav li {
	display: inline;
	font-family: arial, san-serif;
	font-size: .70em;
	margin-left: 10px;
	text-align: center;
	}
	
#nav a {
	color:#cccccc;
	text-decoration: none;
	}
	
#nav a:hover {
	color:#ffffff;
	background:;
	text-decoration: none;
	}
		
#nav li a.current {
	color: #ffffff;
	}
	
#png  {
	background: url(images/rossideas.png)no-repeat;
	width: 194px;
	height: 54px;
	margin: auto;	
	}		

#test {
	width: 600px;
	height: 400px;
	}
	
#wrapper {	
	width: 700;
	height:101px ;	
	margin: 4px auto;		
	}
	
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color: !important; //reCaptcha widget background color
 	}
 
#recaptcha_table {
   border-color: #999999 !important; //reCaptcha widget border color
	}
 
#recaptcha_response_field {
   border-color: #999999 !important; //Text input field border color
   background-color: !important; //Text input field background color
 	}