*{
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll; /* To always show the vertical scrollbar, regardless of whether there is content to scroll (à la Internet Explorer) */
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #FFFFFF;
	color: #555555;
}

#content{
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	margin-top: 0;
	width: 994px;
}

#wrapper{
	width: 100%;
	float: left;
}

a{
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

p{
	padding-bottom: 15px;
}

input{
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Borders */

/*#wrapper{ border: 1px solid #00FFFF; }
#body_wrap{	border: 1px solid #00FF00; }
#main_menu{	border:1px solid #FF0000; }
#top_menu{ border: 1px solid #0000FF; }
#show_top_menu{ border: 1px solid #CC0000; }
#footer { border: 1px solid #FF00FF; }
#body_content { border: 1px solid #000000; }*/


/*#top_menu{ border: 1px solid #0000FF; }*/

/* Borders */

/* Colors */



.dark_green a{
	color: #FFFFFF;
	font-weight: bold;
}




/* Correct */
.width_500{
	width: 508px;
}

.table_data{
	width: 100%;
}

.table_data_500{
	width: 500px;
}

/*.table_data_500{
	width: 508px;
}*/

.table_data table, .table_data_500 table{
	clear: both;
	padding-bottom: 10px;
/*	text-align: justify;*/
}

.table_data td, .table_data_500 td{
	border-bottom: 1px solid #5294C2;
	border-right: 1px solid #5294C2;	
	padding: 5px;
}


.link_fix{
	/* To fix links that cannot redirect */
}




#top_menu table td{
	padding: 5px;
}


.dark_red{
	background-color: #a31629;
}

.dark_red a{
	color: #FFFFFF;
	font-weight: bold;
}
/* Correct */

.light_grey{
	background-color: #e3e3e3;
}

.light_grey a{
	color: #666666;
}





/* Colors */

/* Styles */

#body_wrap{
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	width: 691px;
}

#body_content{
	float:left;
	padding-left:67px;
	width:100%;
}

 


.gutter{
	margin-right: 9px;
/*	border: 1px solid #FF0000;*/
}

/* START OF SINGLE BLOCK */

.single_block, .single_block_standard{
	float: left;
	width: 166px;
	height: 30px;
	line-height: 30px;
	background-color: #e3e3e3; 
}

.single_block a, .single_block_standard a{
	display: inline-block;
	width: 166px;
	height: 30px;
}

.single_block a span, .single_block_standard a span{
	display: block;
	width: 156px;
	padding-left: 10px;
	cursor: pointer; /* For IE6 fix */
}


/*.single_block:hover{
	background-color: #ae1623;
}

.single_block a {
	float: left;
	display: block;
	width: 166px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #FF00FF;
}

.single_block a:hover{
	color: #FFFFFF;
	font-weight: bold;
}*/


.single_block_dummy {
	float: left;
/*	background-color: #e3e3e3;*/
	width: 166px;
	height: 30px;
	text-align: left;
}

.single_block_dummy a {
	display: block;
	line-height: 30px;
}

.single_block_dummy span{
	display: block;
	line-height: 30px;
	padding-left: 10px;
}


.always_on .single_block a {
	display: block;
	line-height: 30px;
	width: 100%;
	height: 100%;
}




/* Styles */











/* Main Menu */

.horizontal_gutter{
	margin-top: 5px;
/*	position: relative;*/
/*	border-bottom: 5px solid #FFFFFF;*/ /* uses padding for accordion bottom padding bug */
}

#main_menu{
	float: right;
	width: 180px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: -30px;
}

#main_menu .single_block, #main_menu .single_block_dummy {
	float: right;
}

#main_menu .sublink {
/*	padding-left:25px;
	padding-top: 5px; 
	padding-bottom: 5px;*/
}

#main_menu .sublink a {
	font-weight: normal;
	width: 100%;
	display:block;
		padding-left:25px;
	padding-top: 5px; 
	padding-bottom: 5px;
}

#main_menu .sublink a:hover {
	font-weight: normal;
/*	color: #6AA69A;*/
	color: #AE1623;
	font-weight: bold;
}

/* Main Menu */











/* Top Menu */

#top_menu{
	float:left;
	padding-left: 67px;
	padding-top: 30px;
	margin-top: -30px;
	padding-bottom: 30px;
	width: 710px;
}

/* Top Menu */



/* Other */

h2 {
	color: #A31629;
	padding-bottom: 15px;
	font-size: 11px;
}

h3 {
	color: #A31629;
	padding-bottom: 4px;
	font-size: 11px;
}

h4 {
	font-size: 9px;
	font-weight: bold;
/*	padding-bottom: 15px;*/
}



/*#show_top_menu h2 {
	color: #A31629;
	padding-bottom: 15px;
	font-size: 11px;
}

#show_top_menu h3 {
	color: #A31629;
	padding-bottom: 4px;
	font-size: 11px;
}

#show_top_menu h4 {
	font-size: 9px;
	font-weight: normal;
	padding-bottom: 15px;
}*/


#show_top_menu {
/*	text-align: justify;*/
}

#show_top_menu ul{
	list-style-type: square;
/*	padding-bottom: 15px;*/
	padding-bottom: 5px;
	margin-left: 14px;
}

#show_top_menu li{
	list-style-type: square;
	padding-bottom: 5px;
	margin-left: 14px;
}


/* Other */











