@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, a {
	color: #333333;
}
img {
	border: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003350;
	background-image:url(../images/index_no_banner_bg_2.jpg);
	/* background-image:url(../images/index_with_banner_bg.jpg); */
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #000000;
}
.mediarapidswebsite #container { 
	background: tansparent;
} 
.mediarapidswebsite #header { 
	background: transparent;
} 
.mediarapidswebsite #header h1 {
	color: #DB3A97;
}
.mediarapidswebsite #nav {
	background: transparent;
	/* background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x; */
}
.mediarapidswebsite #subbanner {
	background: transparent;
}
.mediarapidswebsite #sidebar1 {
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFFFFF;
}
.mediarapidswebsite #sidebar2 {
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFFFFF;
	text-decoration: none;
}
.mediarapidswebsite #mainContent {
	background: transparent;
	font-size: .8em; 
} 
.mediarapidswebsite #footer { 
	/* background: #666666; */
	font-size: .7em;
	color: #FFFFFF;
} 
.mediarapidswebsite #footer p {
}
.mediarapidswebsite #footer a {
	color:#999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
}
.fltlft { /* this class can be used to float an element left in your page */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    font-size: 1px;
}

