﻿/*--------------------------------------------------------------General*/
html {
	/**/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-color: #CCCCCC;
}

div#wrapper {
	margin: 0px auto 0px auto;
	width: 960px;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------Header*/
div#header {
	height: 210px;
}

	div#header a img {
		border: none;
}

/*--------------------------------------------------------------Navigation*/
div#navigation {
	width: 259px;
	float: left;
	border-right: 1px #CCCCCC solid;
	margin: 20px 0px 20px 0px;
}

	div#navigation ul {
		margin: 0px 20px 0px 20px;
		padding: 0px;
	}
	
		div#navigation ul li {
			width: 210px;
			height: 50px;
			background-image: url('/images/button.png');
			background-position: center center;
			background-repeat: no-repeat;
			list-style: none;
		}
		
			div#navigation ul li a {
				display: block;
				padding: 15px 0px 10px 20px;
				color: #FFFFFF;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
			}

/*--------------------------------------------------------------Content*/
div#content {
	width: 660px;
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
}

	div#content h1 {
		font-weight: normal;
		font-size: 2.6em;
		/*border-bottom: 1px #CCCCCC solid;*/
		padding: 0px 0px 5px 0px;
	}
	
	div#content h2 {
		font-weight: normal;
		font-size: 2.0em;
		/*border-bottom: 1px #000000 solid;*/
		padding: 0px 0px 5px 0px;
	}
	
	div#content h3 {
		font-weight: normal;
		font-size: 1.8em;
		border-top: 1px #CCCCCC solid;
		border-bottom: 1px #CCCCCC solid;
		padding: 5px 0px 5px 0px;
	}
	
	div#content h4 {
		font-weight: bold;
		font-size: 1.4em;
		/*border-bottom: 1px #000000 solid;*/
		padding: 0px 0px 5px 0px;
	}
	
	div#content p, div#content ul li {
		font-size: 1.4em;
	}
	
	div#content a {
		text-decoration: none;
		color: #010080;
	}
	
	div#content a:hover {
		border-bottom: 1px #010080 solid;
	}
		
	div#content a img {
		border: none;
	}
	
	div#content p.textbox {
		border: 1px #CCCCCC solid;
		padding: 5px;
		}
		
	p#EmailTrue {
		border: 1px #000000 solid;
		background-color: #99CC00;
		color: #FFFFFF;
		padding: 10px;
	}
	
	p#EmailFalse {
		border: 1px #000000 solid;
		background-color: #F04444;
		color: #FFFFFF;
		padding: 10px;
	}
	
	div#banner {
		width: 600px;
		border: 1px #000000 solid;
	}
	
		div#banner span {
			left: 10px;
			display: block;
			width: 100px;
			height: 100px;
			float: left;
			margin: 0 10px 0 10px;
			background-color: fuchsia;
		}
		
		div#banner p#clear {
			clear: both;
		}
		
	marquee#banner {
		font-size: 1.4em;
		border: 1px #CCCCCC solid;
		padding: 5px;
	}
	
		marquee#banner img {
			float: left;
			margin: -3px 5px 0px 5px;
		}

/*--------------------------------------------------------------Footer*/
div#footer {
	clear: both;
	width: 100%;
	height: 40px;
}

	div#footer ul {
		margin: 0px 20px 0px 20px;
		border-top: 1px #000000 solid;
	}
	
		div#footer ul li {
			display: inline;
			list-style: none;
			float: right;
			margin: 10px 0px 10px 10px;
		}
		
			div#footer ul li a {
				text-decoration: none;
				color: #000000;
			}
			
				div#footer ul li a:hover {
					text-decoration: underline;
				}