/*---------Site Name---------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #000;
}

a:link, a:visited {
	color: #4456A5;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #4456A5;
	text-decoration: underline;
}

p {
	margin: 0 0 1.1em 0;
	line-height: 1.4em;
	font-size: 120%;
}

br { margin: 0; }

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
.imageleft {
	float: left;
	margin: 0 10px 10px 0;	
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 750px;
	margin: 25px auto 25px auto;
	background-color: #FFF;
}


/*----------------------NAV--------------------*/

#nav {
	height: 50px;
}

#nav ul {
}

#nav li {
	float: left;
	width: 34px;
	height: 24px;
	padding: 8px 0 0 0;
	border-top: 1px solid #4456A5;
	border-right: 1px solid #4456A5;
	border-bottom: 1px solid #4456A5;
	text-align: center;
	font-size: 15px;
}

#nav li:first-child {
	padding: 2px 0 6px 0;
	border-left: 1px solid #4456A5;
}

#nav li.selected {
	background-color: #4456A5;
}
#nav li.selected a {
	color: #FFF;
}

#nav li.home {
	height: 27px;
	padding: 5px 0 0 0;
	font-size: 9px;
	font-weight: normal;
}

#nav div {
	margin: 0;
	padding: 0;
}



