@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	}
	
a img {
	border: 0px none;
	}
	
.subnav a, .subnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/arrows.gif) no-repeat left;
	padding: 0 0 0 10px;
	}
	
.subnav a:hover, .subnav a:visited:hover {
	color: #ff7d00;
	background: url(images/arrow_orange.gif) no-repeat left;
	padding: 0 0 0 10px;
	}
	
.subnav li {
	padding: 5px 1px 2px 1px;
	list-style: none;
	}

#wrapper {
	width: 750px;
	}

#wrapperIn {
	width: 750px;
	}

#header {
	height: 55px;
	margin: 0;
	padding: 0;
	}

	#logo {
		width: 186px;
		background-color: #FFFFFF;
		padding-right: 46px;
		float: left;
		}

	#nav {
		width: 518px;
		padding-top: 21px;
		.padding-top: 24px;
		background: #ffffff;
		float: left;
		font-size: 0px;
		}
	
		#nav ul {
			list-style: none;
			display: inline;
			margin: 0;
			padding: 0;
			}
			
		#nav ul li {
			display: inline;
			padding: 0;
			margin: 0;
			}

#main {
	height: 319px;
	}

#simple {
	margin: 10px 10px 10px 25px;
	line-height: 22px;
	width: 715px;
	}
	
	#simple h1 {
		color: #214256;
		font-family: "Lucida Sans", sans-serif;
		font-style: italic;
		width: 88%;
		border-bottom: 1px dotted #214256;
		}
		
	#simple a, #simple a:visited {
		color: #0099FF;
		text-decoration: none;
		border-bottom: dotted 1px #0099FF;
		}
		
	#simple a:hover, #simple a:visited:hover {
		color: #ff7d00;
		border-bottom: dotted 1px #ff7d00;
		}

#left {
	float: left;
	width: 351px;
	padding: 12px;
	background: #3e484a;
	color: #FFFFFF;
	min-height: 330px;
	.height: 330px;
	}

#right {
	float: left;
	width: 351px;
	padding: 12px;
	background: #d3e6f5;
	min-height: 330px;
	.height: 330px;
	}
	
	#right a, #right a:visited {
		color: #ff7d00;
		text-decoration: none;
		border-bottom: 1px dotted #ff7d00;
		}
		
	#right a:hover, #right a:visited:hover {
		color: #0099FF;
		text-decoration: none;
		border-bottom: 1px dotted #0099FF;
		}
	
#footer {
	float: left;
	clear: both;
	bottom: 0px;
	padding: 5px;
	background: #ffffff;
	text-align: center;
	font-size: 10px;
	width: 375px;
	clear: both;
	color: #999999;
	}
	
.row_odd {
	background:#CCCCCC !important;
	}

.tinyinfo {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	padding: 12px 0 0 0;
	}