/* layout */
body{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px; 
	color:#000000;
}

#container-page {
	/*background-image:url(../Images/header_bg.jpg);
	background-repeat:repeat-x;*/
	text-align:center;
}

#container {
	/*background-image:url(../Images/header_logo_bg.jpg);
	background-repeat:no-repeat;*/
	margin:0 auto;
	width:732px;
}


#terms {
	padding-left:15px;
	padding-top:11px;
	padding-bottom:15px;
	text-align:left;
	font-size:11px;
}

.contentleft {
	width:637px;
	padding:20px; 
	border:#D2D3D4 1px solid;
}


.contentmiddle {
	/*background-image:url(../Images/grey_line.jpg); 
	background-repeat:repeat-y;*/
	width:10px;
}

.contentright {
	width:240px;
	background-image:url(../Images/content_right_bg.jpg);  
	background-repeat:repeat; 
}

#footer-bar {
	/*background-image:url(../Images/footer_top_bg.jpg);
	background-repeat:repeat-x;	*/
	height:10px;
}
#footer {
	background-image:url(../Images/footer_bg.jpg);
	text-align:left;
}

#top-header { 
	background-image:url(../Images/footer_solid_bg.jpg); 
	background-repeat:repeat-x;
	height:30px; vertical-align:bottom;
}
#footer-content {
	width:548px;
	margin:0 auto;
	padding-top:10px;
}

#footer-content div.left {
	padding-left:110px;
	float:left;
	width:360px;
}
#footer-content div.right {
	float:left;
	width:340px;
	text-align:left;
}

div.one-thirds-column {
	width:35%;
	float:left;
}
div.two-thirds-column {
	width:63%;
	float:left;
}
div.half-column {
	width:49%;
	float:left;
}
div.quarter-column {
	width:24%;
	float:left;
}
div.third-column {
	width:32%;
	float:left;
}
div.three-quarter-column {
	width:74%;
	float:left;
}

div.full-column {
	padding-left:100px;
	padding-right:100px;
	width:700px;
	padding-top:10px;
	padding-bottom:10px;
}

div.full-column img {
	margin-left:10px;
	margin-right:10px;
}
div.full-column p, div.full-column h1 {
	padding-left:10px;
	padding-right:10px;
}


div.clearing {
	clear:both;
}

/* text */

p, a {
	margin-top:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:11pt; 
	color:#C10F33;
}
p, span {
	font-family:"Trebuchet MS", Arial;
	font-size:12pt; 
	color:#003063;
	margin-top:0px;
	font-weight:bold;
}
p, div {
	margin-top:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:11pt; 
	color:#000000;
	font-weight:normal;
}
label {
	color:#6E6E6E;
	margin-bottom:5px;
}

a {
	color:#C10F33;
	text-decoration:none;
}

.copyright {
	font-size:18px; font-weight:bold;
	color:#FFFFFF; text-transform:uppercase; letter-spacing:2px;
}
.copyright a{
	font-size:11px;	
	color:#FFFFFF;
}

.whiteText {
	color:#FFFFFF;
}



/* top utility */

#util-top {
	padding-left:0px;
	color:#FFFFFF;
	height:330px;
	padding-top:0px;
	
}
#util-top a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

#util-top-lower {
	padding-left:0px; 
	text-align:left;
}
#util-top-lower a {
	color:#C10F33;
	text-decoration:none;
}

#util-top-lower a:hover {
	color:#C10F33;
	text-decoration:underline;
}

.textbox {
	 height:20px; 
	 border:#CCCCCC 1px solid;
}

.textarea {
	 height:40px; width:200px;
	 border:#CCCCCC 1px solid;
}

.smHeading {
	font-family:"Trebuchet MS", Arial;
	font-size:12pt; 
	color:#C10F33;
	margin-top:0px;
	font-weight:bold;
}



