html{
	overflow-x: hidden;
	overflow-y: auto;
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-image:url(../images/whit_box.gif);
}

/*-----------------------------------------
	Wrappers and Groups of content
-----------------------------------------/*

/* Main Wrapper for all content */
.main_wrapper, #content_wrapper{
	text-align:center;
	margin: 0 auto;
	width:768px;
	height:100%;
}

/* Wrapper for all the content */
#content_wrapper{
}

/* Horizontal Seperator for Flash and HTML content */
#content_seperator{
	height:1px;
	font-size:0px;
}

/* Flash Content Wrapper */
#flash_content{
	width:768px;
	height:500px;
	padding:0px;
	margin:0px;
}

/* HTML Content Wrapper */
#html_content{
	text-align:left;
	width:768px;
	padding:0px;
	margin:0px;
}


/*-----------------------------------
	HTML Content Wrapper Styles
--------------------------------------*/
#left_html_container, #right_html_container{
	vertical-align:top;
}

#left_html_container{
	width: 444px;
	background-color:#81D9E4;
	padding-bottom:15px;
}

#right_html_container{
	width:322px;
}


#right_html_container{
	background-color: #4AC9D9;
}

#footer_html_container{
	background-color: #4AC9D9;
	height:115px;
}

#left_html_content, #right_top_header, #right_bottom_content, #right_html_inner_content{
	padding:13px;
}


#right_html_content{}

.html_content_seperator{
	width:1px;
}

#right_bottom_header{
	padding-bottom:4px;
}


ul{
	margin:0px;
	margin-left:10px;
	padding-left:6px;
}

li{
	margin:0px;
	padding:-10px;
	padding-bottom:0px;
	color:#333;
	line-height:18pt;
	list-style-image: url(../images/uber_bullet.gif);
}

#stories_page_controls_links a{
	padding-left:1px;
	padding-right:1px;
}

#tab_copy{
	margin-left:10px;
}

/* Alerts tab Styles */
#tab_content_copy ul{
	margin:0px;
	padding-left:12px;
}

#tab_content_copy ul li{
	margin:0px;
	padding:0px;
	line-height:13px;
	margin-top:7px;
	margin-bottom:7px;
}

#left_top_points_copy ul li{
	line-height:13px;
	margin-top:6px;
	margin-bottom:6px;
}

#right_content_footer{
	vertical-align:top;
}


/* Footer ContentWrapper */
#footer_content{
	padding-top:10px;
}

.check_box{
	padding:0px;
	margin: 0px; 
	top: 0px; 
	left: 0px;
	margin-right:5px;
	width:13px;
	height:13px;
	overflow:hidden;
}

#phone_entry{
	padding:0px;
	margin:0px;
	page-break-after:avoid;
	page-break-after:avoid;
}


.entry_box{
	border-style:solid solid solid solid;
	border-color:#7193BA;
}

/*-----------------------------
	Font & Decoration Styles
-----------------------------*/
a, a:visited, a:active, a:link{
	color:#000;
}


.header_copy{
	font-size:.75em;
	font-weight:bolder;
}

.subheader_copy{
	font-size:.7em;
	font-weight:bold;
	color:#000;
}

.regular_copy, .small_copy{
	font-size:.7em;
	color:#333;
	line-height:12pt;
}

.small_copy{
	font-size:.6em;
}

.medium_copy{
	font-weight:bold;
	font-size:.7em;
}



