body {
	margin: 10px 10px;
	padding: 0;
	text-align: left;
	background: #616369;
	}
img {
	border: 0;
	}
	
/* large layout classes */
#main {
	width: 742px;
	}
#winferno {
	width: 742px;
	height: 52px;
	background: #616369 url(images/winferno_header.gif) no-repeat 0 0;
	}
#security_center {
	width: 742px;
	height: 156px;
	background: url(images/security_header.gif) no-repeat 0 0;
	}
	
#main_middle {
	width: 736px;
	border-right: 3px solid black;
	border-left: 3px solid black;
	background: #DCDCA0;
	}
	
#normal_textarea {
	margin-right: 20px;
	margin-left: 25px;
	font: 12px arial;
	color: #333333;
	}
#normal_textarea ul {
	list-style-type: none;
	margin: 0px 10px 10px 10px;
	padding: 0;
	}
#normal_textarea li {
	padding-left: 10px;
	padding-bottom: 0px;
	background: url(images/orange_dot.gif) no-repeat 0 4px;
	}
	
	
#main_bottom {
	width: 742px;
	height: 8px;
	background: url(images/security_bottom.gif) no-repeat 0 0;
	}
	
/* inside main_middle */
#outer_left {
	float: left;
	margin-top: 30px;
	width: 135px;
	}
#outer_right {
	margin-top: 17px;
	float: left;
	width: 585px;
	background: white url(images/white_top.gif) no-repeat 0 0;
	}
#outer_right_bottom {
	width: 585px;
	height: 11px;
	background: #DCDCA0 url(images/white_bottom.gif) no-repeat 0 0;
	}
	
/* inside outer_right */
#page_heading {
	color: #CC0033;
	font: 17px Arial;
	text-align: left;
	margin: 25px 12px 15px 25px;
	padding-bottom: 4px;
	background: url(images/border_two.gif) repeat-x 0 bottom;
	}

#inner_left {
	padding: 0 15px 0 0px;
	width: 380px;
	float: right;
	color: #333333;
	font: 12px arial, sans-serif;
	text-align: left;
	background: url(images/border_three.gif) repeat-y right 0;
	}
	
/* inside inner_left */
#dotted_underline {
	margin-bottom: 8px; 

	padding-bottom: 3px; 

	background: url(images/border_two.gif) repeat-x 0 bottom;
	}
#inner_left ul {
	list-style-type: none;
	margin: 10px;
	}
#inner_left li {
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/orange_dot.gif) no-repeat 0 4px;
	}
		
#inner_right {
	float: right;
	width: 155px;
	text-align: center;
	}
/* inside inner_right */
#in_the_news {
	margin-left: 7px; 

	padding: 32px 3px 0 11px;
	height: 440px;
	width: 145px;
	text-align: left;
	font: 11px Arial;
	color: #666666;
	background: url(images/in_the_news.gif) no-repeat 0 0;
	}



	
/* navigation along the left side */
#nav_link {
	padding: 15px 0 15px 20px;
	text-align: left;
	text-transform: uppercase;
	font: bold 11px verdana, sans-serif;
	background: url(images/border_one.gif) repeat-x 0 bottom;
	}
#nav_link a, #nav_link a:link, #nav_link a:visited {
	color: #404040;
	text-decoration: none;
	}
#nav_link a:hover {
	color: #CC0033;
	text-decoration: none;
	}

/* footing at the bottom of the page */
#footing {
	text-align: center;
	color: #C0C2C5;
	font: 11px/13px arial, sans-serif;
	}
#footing a, #footing a:link, #footing a:visited {
	color: #C0C2C5;
	}
#footing a:hover {
	color: white;
	}
	
#clear_master {
	clear: both;
	line-height: 0;
	height: 0;
	width: 730px;
	}
	
#text_format {
	margin-right: 20px;
	margin-left: 25px;
	font: 12px/16px arial, sans-serif;
	color: #333333;
	}
#text_format ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	}
#text_format li {
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(orange_thing.gif) no-repeat 0 4px;
	}

.red {
	color: #CC0033;
}
.blue {
	color: #0000CC;
}
.grey {
	color: #666666;
}