/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */
ul, li {
	list-style:none;
}

/* Hide unused elements */
#accessibility, #branding a, #search legend, #search label, #navigation h3, #tools h3, #pageInfo h3, #pageInfo strong, #footer p, #haveQuestion legend, #callMe legend {
	display: none;
}

body {
	font: 0.8em/1.6 Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
}

/* =Layout (Global)
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	height:100%;
	margin-bottom:1em;
	width: 805px;
}

#branding {
	height: 92px;
	width: 250px;
	margin-bottom: 1px;
}

#navigation {
	background-color: #929b3e;
}


/* =Tools
-----------------------------------------------------------------------------*/
#tools{
	text-align: right;
	padding-right: 15px;
}
#tools a {
	color:#999999;
	font-size:10pt;
	text-decoration: none;
}
#tools a:hover {
	color:#929B3E;
}


/* =Forms
-----------------------------------------------------------------------------*/

#search fieldset {
	border-style: none;
}

#search {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

