/* layout */
body {
	text-align: center;
	margin:0;
	padding:0;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.container {
	margin: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

/* Header */
#header {
	vertical-align: top;
	height: 150px;
}
#header_cart_spacer {
	top: 15px;
	height: 55px;
	width: 675px;
	float: left;
}
#header_cart {
	top: 5px;
	text-align: center;
	height: 55px;
	width: 275px;
	float: left;
}



/* Menu */
#menu {
	height: 30px;
}

/* content */
#content {
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 10px;
}

#content_main {
	vertical-align:top;
	width: 950px;
	background-image: url(../images/content_frame_bg.gif);
	background-repeat: repeat-y;
	padding-right: 18px;
	padding-left: 18px;

}
#column_left {
	vertical-align:top;
	width: 665px;
	background-image: url(../images/content_left_frame_bg.gif);
	background-repeat: repeat-y;
	padding-right: 18px;
	padding-left: 18px;

}
#content_box {
	border: 1px solid #333333;
}
#main {
	vertical-align:top;
	height: 100%;
	text-align: left;

}
/* Right Column */
#column_right {
	vertical-align:top;
	width: 265px;
	background-color: #e3f0d2;
	padding-right: 18px;
	padding-left: 18px;

}



/* Footer */
#footer {
	padding-bottom: 10px;
}
#footer_text {
	font-size: 11px;
	vertical-align: text-bottom;
}


/* text formatting */
body, td, th, .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	text-align: justify;

}
.smallText {
	font-size: 11px;
}
.medtext {
	font-size: 12px;
}
.quote{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.alerttext {
	font-size: 14px;
	font-weight: bold;
}

.heading1{
	font-size: 26px;
	font-weight: bold;
	color: #fac900;
	font-style: italic;
}
.heading2{
	font-size: 18px;
font-weight: bold;
	color: #fac900;
}
.heading3{
	font-size: 24px;
		font-weight: bold;
	color: #001365;
	font-style: italic;
}



hr {
	color: #333333;
	height: 1px;
	width: 100%;
	border: solid;
}


/* links */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
A.textlink:link {  
	color: #333333;
	text-decoration: underline;
}
A.textlink:hover {  
	color: #333333;
	text-decoration: underline;
}
A.textlink:visited {  
	color: #333333;
	text-decoration: underline;
}
A.footerlink:link {  
	color: #333333;
	text-decoration: none;
}
A.footerlink:hover {  
	color: #000000;
	text-decoration: underline;
}

