*{
	margin: 0;
	padding: 0;
}
html{
        background-color: #252525;
}
body{
	background-color: #252525;
	background-image: url('/images/top-body.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: arial;
	font-size: 12pt;
	color: #444;
}
	h1,h2,h3,h4,h5{font-weight: 600;padding: 2px;}
	h1{font-size: 200%;}
	h2{font-size: 150%;}
	h3{font-size: 125%;}
	h4{font-size: 115%;}
	h5{font-size: 107%;}
	p{font-size: 100%;text-indent: 1em;padding: 2px;}
	a:link, a:visited {
                color: #042A9C;
                text-decoration: none;
        }
	a:hover, a:active {
		color: #444;
		text-decoration: underline;
	}
	.scrreslim{
		margin: 0 auto;
		width: 776px;
	}
	#header{
		height: 225px;
		background-color: #fff;
		background-image: url('/images/header.gif');
		background-repeat: no-repeat;
		background-position: top center;
		color: #fff;
	}
		#header h1{
			margin-left: 15px;
		}
		#header p{
			font-size: 75%;
			width: 240px;
			margin-left: 15px;
		}
		#header a{
			text-decoration: none;
			color: #fff;
		}
		#mainNav{
			list-style-type: none;
			color: #fff;
			width: 772px;
			height: 29px;
			position: absolute;
			top: 194px;
			border: 2px solid #fff;
			border-top: none;
			border-bottom: none;
			background-image: url('/images/mainnav-bg.gif');
			background-repeat: repeat-x;
			background-color: #fff;
		}
			#mainNav li{
				float: left;
				margin-left: 5px;
				margin-top: 5px;
			}
			#mainNav a:link, #mainNav a:visited{
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				padding: 2px;
				border: 1px solid #fff;
				border-top: none;
				border-bottom: none;
			}
			#mainNav a:hover, #mainNav a:active{
				color: #fff;
				font-weight: bold;
				padding: 2px;
				text-decoration: none;
				border: 1px inset #ccc;
			}
	#main{
		background-color: #fff;
	}
		#sidebar{
			float: right;
			width: 170px;
			padding: 10px;
			font-size: 75%;
		}
			#sidebar h1,h2,h3,h4,h5{
				font-weight: normal;
			}
			#sidebar ul{
				list-style-type: none;
			}
				#sidebar ul li{
					margin-left: 10px;
				}
			#linkedIn{
				border: none;
				margin: 20px auto 0 auto;
			}
			#twitter{
				border: none;
				margin: 20px auto 0 auto;
			}
		#content{
			width: 563px;
			min-height: 400px;
			padding: 10px;
			clear: none;
		}
			#content ul{
				list-style-type: none;
			}
	#footer{
		clear: both;
		text-align: center;
		color: #fff;
		padding-bottom: 10px;
		font-size: 75%;
	}
		#footer a:link, #footer a:visited {
			color: #fff;
			text-decoration: none;
		}
		#footer a:hover, #footer a:active {
			color: #fff;
			text-decoration: underline;
		}
