@charset "UTF-8";
* {
margin: 0;
padding: 0;
border: 0;
}

img { border:none; }

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #4D1038;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/NRE_00003_Crest_tint_Purple.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.oneColFixCtrHdr #container {
	width: 850px;
	background:#FFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/NRE_00003_Crest_15K.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 4px;
	border-top: 5px solid #4D1038;
	height: 30px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px
}

.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.oneColFixCtrHdr #mainContent p {
padding-top: 5px;
}

.oneColFixCtrHdr #mainContent h1 {
font-size:16px;
color: #4D1038;
}

.oneColFixCtrHdr #mainContent h2 {
font-size:14px;
padding-top: 15px;
}




.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.topimage {
	width: 850px;
	height: 300px;
	background-color: #FFFFFF;
	float:left;
}

.imagesmall {
	width: 170px;
	height: 100px;
	float:left;
	margin-bottom: 40px;
}

.Logotype {
	width: 50px;
	float: left;
	padding-left: 20px;
}

.TopNav {
	height: 25px;
	width: 850px;
	float: left;
	background-color: #4D1038;
}



.oneColFixCtrHdr #footer {
	padding: 10px 10px 0 0;
	width: 830px;
	background-color: #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:8px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer .terms {
	width: 200px;
	float: left;
	margin-left: 20px;
}

#footer .develop {
	width: 200px;
	float: left;
	padding-top: 20px;
}

#footer .footerdata {
	width: 600px;
	float: right;
	padding-right: 10px;
	}
	
a {	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #4D1038;
}

a:hover {
	color: #666666;
	}
	
a:active {
	color: #4D1038;
	}
	
a:visited {
	color: #4D1038;
	}
