html { /* Force Vertical Scrollbar */ /* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	color: #444;
	/*background: #11A0BC;*/
	background-image: url(../images/page-background.gif);
	background-repeat: repeat-y, x;
	background-position: center;
	text-align: center;
}

#wrapper {
	display: block;
	width: 970px;
	margin: auto;
	background-color: #FFFFFF;
}

#header_block {
	height: 200px;
	width: 970px;
}

#header_container {
	padding-top: 5px;
	padding-left: 1px;
}

#header_logo_float {
	float: left;
	padding-left: 9px;
	padding-top: 0px;
}

#sponsor_banner {
	padding-left: 226px;
	text-align: left;
}

#sponsor_banner img {
	margin-left: 2px;
}

html> /**/ body #sponsor_banner {
	padding-top: 0px;
	padding-left: 229px;
}

#banner_text {
	font-size: 12px;
	color: #0085A8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 6px;
}

html> /**/ body #banner_text {
	padding-top: 9px;
	padding-left: 3px;
}

#banner_text a
{
	color: #0085A8;
	text-decoration: none;
}

#header_navigation 
{
	background-image: url(../images/nav-background.gif);
	background-repeat: repeat;
	width: 950px;
	text-align: left;
	height: 32px;
	padding-top: 9px;
}

html> /**/ body #header_navigation 
{
	height: 24px;
	margin-top: 9px;
	margin-left: 9px;
}

#header_navigation ul
{
	list-style-type: none;
	list-style-position: outside;
}

#header_navigation ul li
{
	display: inline;
	font-size: 13px;


}

html> /**/ body #header_navigation ul li
{
	font-size: 14px;
}

#header_navigation a
{
	padding-top: 8px;
	padding-bottom: 7px;
	color: #000000;
	text-decoration: none;
}

#header_navigation a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9b9b9b;
}

#header_navigation_selected a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #4ca9c2;
}

.button_border
{
	border-right: solid;
	border-width: 1px;
	border-color: #cfd1d1;
	padding-right: 6px;
	padding-left: 8px;

}

#blue_bar
{
	width: 950px;
	height: 26px;
	background-color: #0085A8;
	margin-top: 1px;
}

html> /**/ body #blue_bar
{
	background-color: #4ca9c2;
	margin-left: 9px;
	height: 26px;
}

.gift_caption
{
	font-size: 13px;
	font-weight: bold;
}

p,.body_copy {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #444;
	padding-top: 3px;
	padding-bottom: 3px;
}

.heading {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	color: #444;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	margin-left: 0;
}

.smaller_text {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}

ul {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	list-style-type: disc;
	padding-left: 10;
	margin-left: 10;
}

.displayStartIssues_label,.displayStartIssues_text {
	font-family: Arial,Helvetica,sans-serif;
	font-fsize: 11px;
}

.headingBG {
	
	color: #000000;
	font-size: 15.6px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
	margin: auto;
}

.headingGBR {
	background-color: #11A0BC;
	color: #FFFFFF;
	font-size: 14.9px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.theFooter {
	padding-top: 15px;
	padding-left: 15px;
}

.rightHandSide,.contentArea {
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 7px;
}

.cartMenu {
	text-align: center;
	font-weight: bold;
}
