/***** no content*****/
.badContent {border: 2px dashed #66FF00;}
/***** End no content*****/
body {
	background: #333 url(../i/background.gif) repeat-x;
	margin: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #999;
}
h1 { 
	color: white; 
	font-size: 16px; 
	margin: 0 0 2px 0; 
}
h2 { 
	color: white; 
	font-weight: normal;
	font-size: 11px; 
	margin: 0 0 2px 0; 
}
h3 { 
	font-size: 12px; 
	margin: 8px 0 2px 0; 
	color: white;
}
input.but {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-color: #333;
	color: white;
}

/* TEXT STYLES */
.medText { font-size: 10px; }
.bodyText { font-size: 11px; line-height: 130%; }
.lgText { font-size: 12px; }
.white { color: white; }

/* LAYOUT */
#awardsTbl { 
	font-size: 11px;
	font-family: arial, sans-serif; 
	border-top: 1px solid #444;
	border-left: 1px solid #444;
}
#awardsTbl td, #awardsTbl th { 
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
}
#awardsTbl th {
	color: #FFF;
	background-color: #AF0102;
}

.contentTbl { table-layout: fixed; }
.cb { clear: both; height: 10px; }
#copyBox p { 
	font-size: 12px; 
	line-height: 140%; 
	margin: 4px 0 12px 0;
}
#copyBox li { 
	font-size: 12px; 
	line-height: 140%; 
}
#feature {
	width: 222px;
	height: 380px;
	background-color: #333;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	float: right;
	font-size: 10px;
}	 
#feature p, #news p { margin: 8px 0 10px 8px; }
#feature img { margin: 6px 0 0 6px; }
.fl { float: left; }
.fr { float: right; }
#footer {
	height: 53px;
	background-color: #666;
	border-left: 2px solid white;
	color: #CCC;
	clear: both;
	margin-bottom: 10px;
	font-size: 10px;
}
#footer p {
	margin: 32px 8px 0 3px;
}
#header {
	height: 97px;
	margin-bottom: 10px;
}
.imgBdr {
	border: 1px solid #CCC;
}
#imgList img {
	float: left;
	margin-right: 10px;
	border: 1px solid #555;
	margin-bottom: 8px;
}
#imgList p {
	clear: left;
}
#main {
	width: 510px;
	float: left;
	padding: 16px 30px 0 29px;
	line-height: 160%;
}
#news {
	width: 222px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	float: right;
	clear: right;
	font-size: 10px;
}
#title { background-color: #af0102; }
#subNav {
	font-size: 10px;
	width: 695px;
	float: right;
	color: white;
	table-layout: fixed;
}
#subNav td { padding: 2px 0 0 8px; }
#subNav td.On {
	background-image: url(../i/carat.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-weight: bold;
}
#pageNav {
	font-size: 10px;
	padding: 0 0 6px 7px;
}
#pageNav div {
	font-size: 10px;
	padding: 0 0 6px 7px;
}
#pageNav .selected { 
	color: #FFF; 
	background-image: url(../i/carat.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.portfolioTbl td {
	height: 80px;
}
.portfolioTbl img {
	float: left;
	margin: 0 16px 8px 0;
}
.whiteRule {
	background-image: url(../i/pixel_white.gif);
	background-repeat: repeat-y;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* LINKS */
#footer a { color: #CCC; text-decoration: underline; }
#footer a:hover { text-decoration: none; }

#subNav a, #pageNav a { color: #999; text-decoration: none; }
#subNav a:hover, #pageNav a:hover { text-decoration: underline; }

a { color: #FFF; text-decoration: none; }
a:hover { text-decoration: underline; }