/* -------------- Reset Styles -------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}

caption, th, td{font-weight: normal;}

blockquote:before, blockquote:after, q:before, q:after{content: "";}

blockquote, q{quotes: "" "";}

/* -------------- General Styles -------------- */

html,body{
	margin:0;
	padding:0;
	width: 100%;
}

body{
	font: 75% arial,Verdana,sans-serif;
	line-height: 1.3em;
	background: #fff;
	text-align: center;
}

a{
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #33CC33;
	text-decoration: underline;
}

p{
	-moz-opacity: 0.99;
	text-shadow: #000 0 0 0;
	color: #000033;
	padding: 5px 0;
}

ul{
	margin: 10px;
}

li{
	margin: 1px 25px;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	list-style-image: url(../images/models/bullet.gif);
}

strong, b{
	font-weight: bold;
}

em, i{
	font-style: italic;
}

h1{
	font-size: 1.2em;
	font-weight: bold;
	color: #0066CC;
	padding: 10px 0;
}

h2{
	font-size: 1.1em;
	line-height: 2.5em;
	font-weight: bold;
	color: #000033;
}

h3{
	font-size: 1.1em;
	font-weight: bold;
	colo: #0066CC;
	padding: 10px 0;
}

h4{
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

.clear{
	clear: both;
}


div#container{
	width: 768px;
	margin: 0 auto 10px auto;
	text-align: left;
}

	p#topbar{
		margin: 0;
		padding: 2px 5px;
		text-align: right;
		color: #fff;
		background: #000033;
		font-weight: bold;
	}
	
		p#topbar a{
			color: #fff;
		}
		
		p#topbar a:hover{
			color: #33CC33;
		}
		
	div#header{
		height: 120px;
		background: url(/images/header.jpg);
	}
	
		div#header h1, div#header a{
			display: block;
			width: 200px;
			height: 88px;
			float: left;
		}
		
			div#header a span{
				display: none;
			}

	div#wrapper{
		background: url(/images/wrapper-backer.gif) repeat-y right;
	}
	
		div#leftcolumn{
			float: left;
			width: 200px;
			margin-right: 10px;
			padding-top: 10px;
		}
		
			div#leftcolumn ul{
				margin: 15px 0;
			}
		
			div#leftcolumn li{
				margin: 0;
				padding: 10px 0 8px 20px;
				list-style-image: none;
				list-style: none;
				font-size: 1em;
				border-top: 1px solid #9a9a9a;
				background: url(/images/models/bullet.gif) -5px 13px no-repeat;
			}
			
				div#leftcolumn li a,
				div#rightcolumn li a{
					text-decoration: none;
				}
		
		div#content{
			float: left;
			width: 416px;
			padding: 20px 5px 5px 5px;
			border: 1px solid #9a9a9a;
		}
		
			div#footer{
				text-align: center;
				margin-top: 20px;
			}
			
				p.rootlinks{
					border-top: 1px solid #74b418;
					padding: 0;
					margin: 2px 25px 15px 25px;
				}
		
		div#rightcolumn{
			float: left;
			width: 130px;
			text-align: center;
		}
		
			div#rightcolumn ul{
				margin: 0;
			}
			
				div#rightcolumn li{
					margin: 0;
					list-style-image: none;
					list-style: none;
					font-size: 1em;
					border-bottom: 2px solid #fff;
					background: url(/images/nav-backer.gif) repeat-y right;
				}
				
				div#rightcolumn li a{
					display: block;
					padding: 7px 0;
				}

			.slogan{
				margin: 25px 0;
				font-style: italic;
				font-weight: bold;
				color: #0066CC;
			}
			
th{
	background: #000033;
	color: #fff;
}