/* === Clearing browser style === */

body, td, input, textarea, select {
	font-family: verdana, sans serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

body {
	background: #003366;
	height: 100%;
	padding: 0px;
}

html {
	height: 100%;
}

/* === Links === */

a {
	color: #99CC00;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		width: 50%;
	}
	
	body.index #middle {
		/*+*/
	}
	
	body.page #middle {
		background: #ffffff;
	}
	
	#right {
		width: 50%;
	}
	
	/* Menu */
	
	.nav a {
		display: block;
		font-family: arial, sans serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		text-transform: uppercase;
		padding-left: 142px;
	}
	
		.nav a.first {
			padding-left: 0px;
		}
	
	.nav a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	.nav a.selected {
		background: #567820 url(../images/menu-bullet-o.gif) no-repeat;
		color: #ffffff;
		text-decoration: none;
	}
	
	.nav a.selected:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	/* Submenu */
	
	.subnav,
	.subnav ul {
		list-style: none;
	}
	
		.subnav a {
			display: block;
			background: url(../images/dots.gif) repeat-x left bottom;
			font-family: arial, sans serif;
			font-size: 15px;
			color: #99cc00;
			text-decoration: none;
			padding: 6px 0px 11px 0px;
		}
		
		.subnav a:hover {
			color: #99cc00;
			text-decoration: underline;
		}
		
		.subnav a.selected {
			color: #99cc00;
			text-decoration: underline;
		}
		
		.subnav a.selected:hover {
			color: #99cc00;
			text-decoration: underline;
		}
	
	/* Icons */
	
	.icons td {
		background: url(../images/icons-bullet.gif) no-repeat right top;
		padding-right: 2px;
	}
	
		.icons td.last {
			background: none;
		}
	
	/* --- */
	
	#header {
		background: #ffffff;
		height: 169px;
	}
	
		#logo {
			padding: 0px 30px 0px 48px;
		}
		
		#slogan {
			padding: 77px 64px 0px 34px;
		}
		
			#ticker {
				text-align: center;
				margin-top: 10px;
			}
			
				#ticker span {
					font-family: tahoma, sans serif;
					font-size: 12px;
					font-weight: bold;
					color: #517da8;
				}
		
		#addrBox {
			padding: 15px 6px 0px 40px;
		}
		
			.addr {
				font-family: tahoma, sans serif;
				font-size: 10px;
				color: #003366;
				line-height: 14px;
			}
			
			.addr a {
				color: #003366;
				text-decoration: none;
			}
			
			.addr a:hover {
				text-decoration: underline;
			}
	
	#navBox {
		background: #99cc00;
		padding: 0px 0px 0px 48px;
	}
	
	#flash {
		padding: 33px 0px 12px 197px;
	}
	
	.leftCol {
		width: 223px;
	}
		
		#box {
			margin: 0px 30px 0px 48px;
		}
	
	.rightCol {
		background: url(../images/dots.gif) repeat-x left bottom;
		width: 639px;
		padding-bottom: 37px;
	}
	
		
			.rightCol ul {
				list-style-type: square;
			}
			
			.rightCol ol {
			}

			.rightCol ol li {
				margin-left: 30px;
			}

			.rightCol ul li {
				margin-left: 30px;
			}

	#created {
		padding: 3px 0px 7px 0px;
	}

/* === Txt === */
h1.title {
	background: url(../images/title-bullet.gif) no-repeat;
	font-family: arial, sans serif;
	font-size: 18px;
	font-weight: bold;
	color: #99cc00;
	padding: 4px 0px 4px 33px;
	margin-bottom: 17px;
}

h1.tt {
	background: url(../images/tt-bullet.gif) no-repeat;
	font-family: verdana, sans serif;
	font-size: 16px;
	font-weight: bold;
	color: #517da8;
	letter-spacing: 6px;
	word-spacing: 10px;
	padding: 2px 0px 3px 32px;
}

span.copyright {
	cursor: default;
	font-family: arial, sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

span.copyright a {
	font-family: arial, sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}

span.copyright2 a, span.copyright2 a:hover {
	font-family: arial, sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

span.copyright a:hover {
	color: #006699;
	text-decoration: underline;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.cWhite {
	background: #ffffff;
}

#menu1 td {
	padding-right: 50px;
}