body {
	background-color: #57428D;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1 {
	font-size:18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height : 26px;
	color: #FEC20F;
}

h2, h3, h4, h5, h6 { 
 	font-size: 18px;
	font-weight: bold;
	color: #0059A9;
	margin: 0;
	padding: 5px 0 0 0;
}

form {
   margin: 0;
}
   
a,
a:link,
a:visited,
a:active { 
	color: #FEC20F;
	text-decoration: none;
}
	
a:hover { 
	color: #F57A2D;
	text-decoration: underline;
}

#visual-site-wrapper {
	width: 780px;
   margin: 0 auto;
   padding: 0;
	border-left: 1px solid #6C57A0;
	border-right: 1px solid #6C57A0;
}

.hiddenStructure {
	display: none;
}

/*    Header Area BEGINS   */
#site-top {
   margin: 0;
   padding: 0;
	width: 780px;
	height: 130px;
	background: #57428D url(images/header.gif) no-repeat top left;
}

 #corner_label { 
 	text-align: right;
	padding:0;
	margin: 0;
	top: 0;
  }
  
/*    Navigation Area BEGINS   */
#site-menu {
  	margin: 0;
  	padding: 0 0 0 0;
	text-align:right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
}

#site-globalnav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	text-align:right;
}

#site-globalnav ul { 
  	margin: 0;
	padding: 0;
    }
	 
#site-globalnav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 8px 0 8px;
	text-decoration: none;
	line-height : 20px;
	border-right: 1px solid #FFFFFF;
}
#site-globalnav li#navtab-Contact,
#site-globalnav li#navtab-WithFriends {
	border-right: none;
}

#site-globalnav li.selected a,
#site-globalnav li.selected a:link,
#site-globalnav li.selected a:active,
#site-globalnav li.selected a:visited,
#site-globalnav li.selected a:hover {
	color: #F57A2D;
	font-weight: bold;
	text-decoration: none;
}

#site-globalnav li.plain a,
#site-globalnav li.plain a:link,
#site-globalnav li.plain a:active,
#site-globalnav li.plain a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#site-globalnav li.plain a:hover {
	color: #FEC20F;
	text-decoration: none;
}


/*    Navigation Area ENDS   */
/*    Header Area ENDS   */


/*    Column Layout BEGINS   */
#content-top {
  	padding: 0;
  	margin: 0;
	width: 780px;
	text-align: left;
	background: #F57A2D url(images/main_bg.gif) repeat-x top;
}
#top-column-right {
	width: 780px;
  	margin: 0 0 0 0;
  	padding: 0 0 0 500px;
  	text-align: right;
	background: url(images/frontpict.jpg) no-repeat top left;
}
#top-column-right .left {
	width: 280px;
	margin: 0 0 0 0;
	text-align: left;
}
#top-column-right p {
	text-align: left;
	margin: 0;
	padding: 0 10px 0 10px;
}
#top-column-right table ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 15px;
}
#top-column-right table li {
	font-weight: bold;
}


#whiteline { 
  	clear: both;
	background: #FFFFFF url(images/spacer_white.gif) repeat-x;
	height: 4px;
	width: 780px;
 }

#content-bottom {
  	padding: 0 0 10px 0;
  	margin: 0;
	width: 780px;
	background: url(images/tile_bg.gif) repeat-y top left;
	vertical-align: top;
}
#bottom-column-right {
	float: right;
	width: 250px;
  	margin: 0 10px 0  0;
  	padding: 10px 0 10px 0;
  	text-align:center;
}
#content-bottom h1 {
	margin: 0;
	padding: 15px;
}
#content-bottom h1 a {
	color: #FEC20F;
	text-decoration: none;
}
#content-bottom h1 a:hover {
	color: #F57A2D;
	text-decoration: underline;
}
#content-bottom p {
	margin:0;
	padding: 0 15px 10px 17px;
	width: 500px;
}
#content-bottom ul {
	margin: 0;
	padding: 0 15px 10px 35px;
}

#content-bottom table td{
	font-size: 12px;
	vertical-align: top;
}
table .title { 
	color: #FEC20F;
	font-weight: bold;
 }
 
 .required { 
 	color: #FEC20F;
  }
 
.visualClear {
  	clear: both;
}

/*    Footer Area BEGINS   */
#site-footer {
  	width: 780px;
  	margin: 0;
  	padding: 0;
	height: 25px;
	background: #F57A2D url(images/botline_left.gif) no-repeat left top;
}

#site-footer p {
	margin: 0 0 0 0;
	padding: 6px 5px 0 0;
	text-align: right;
	color: #FFED75;
	font-size: 9px;
}

#site-footer a, 
#site-footer a:link, 
#site-footer a:active, 
#site-footer a:visited  { 
 	color: #FFED75;
 	text-decoration: none;
}

#site-footer a:hover { 
 	color: #FFFFFF;
 	text-decoration: underline;
}
/*    Footer Area ENDS   */	