/* CSS Document */

body { 
	margin:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:12px;
	line-height: 17px;
	color: #666666;
	background: url(../images/gradient.jpg) repeat-x #404040;
	text-align:center;
} 

h2 {
	color: #cc0940;
	font-size: 12px;
	margin-bottom:0px;
}

h3 {
	color: #cc0940;
	font-size: 11px;
	margin-bottom:0px;
	margin-top:0px;
}

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

a:hover {
	color: #0C479D;
}

#small {
	font-size:10px;
}

div.container { 
	display:block; 
	width: 900px; 
	text-align:left; 	
}
	
div.content { 
	border: 1px solid #cccccc; /*#cc0940; */
	background-color: #ffffff;
	text-align: left;
	padding:20px; 
	margin: 5px;
	overflow: auto;
	min-height: 600px;
} 

div.footer {
	font-size: 9px;
	color: #999999;
	margin: 0 5px;
	
}

table.toplinks td {
	padding: 1px 5px;
}

table.topnav {
	border: 1px solid #999999; 
	margin: 10px 0;
}

table.topnav td {
	background: url(../images/topnav.jpg) repeat-x;
	height: 26px;
	vertical-align:middle;
}

table.topnav td a {
	display: block;
	height:100%;
	border-right: 1px solid #ffffff;
	font-size:12px;
	line-height: 26px;
	color: #555555;
	text-transform:uppercase;
	padding: 0 15px;
}

table.topnav td a:hover {
	background: url(../images/topnav_on.jpg) repeat-x;
	color: #444444;
}

table.topnav td a#on, table.topnav td a#on:hover {
	background: url(../images/menu-on.jpg) no-repeat right;
	color: white;
}

table.contentarea td.icon {
	text-align:center;
	padding: 20px 10px 0px 20px;
	width: 60px;
}

table.contentarea td#left {
	width:575px;
}

table.contentarea td#right {
	padding: 0;
	padding-left: 20px;
}

div.leftcontent {
	display: block;
	border: 1px solid #666666; 
	padding-top: 10px;
	padding-bottom: 10px;
}

table.leftcontent td {
	padding: 10px;
}

table.leftcontent h2 {
	margin-top: 0;
}

ul {
	margin-top: 5px;
	margin-left: 10px;
	list-style:disc;
	list-style-position:outside;
	padding-left: 5px;
}

li { 
	margin-bottom: 6px; 
}

ul.smallpoints {
	margin-top: 5px;
	margin-left: 10px;
	list-style: disc;
	list-style-position:outside;
	padding-left: 15px;
	font-size:11px;
	line-height: 13px;
}

ul.smallpoints li {
	margin:4px;
	}

.dotted {
	border-bottom: 1px dashed #666666;
	height: 1px;
	margin: 3px 10px;
}

#border {
	border: 1px dashed #dedede;
	padding: 5px;
}

div.feedsource {
	font-size: 10px;
	color: #cccccc;
	}

a#careers {
	color: #cc0940;
}		