
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646466;
}

ul{
	margin-left: -40px;
	line-height:10px;
}

img{

	margin-top: -3px;

}


/* BEGIN LAYOUT DIVS----------*/

.container {
	width: 700px;
	margin: auto;
	margin-top: 100px;

}

.navContainer{
	float: left;
}

.nav{
	position: relative;
	top:60px;
}



.content{
	width: 500px;
	height:375px;
	float: right;

}

.underContent{
	width: 500px;
	float: right;
	

}

/* BEGIN FONT STYLES----------*/

.navText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646466;

}

.redText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ED2024;
	font-weight: bolder;

}

.greyText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646466;
	font-weight: bolder;

}

.notes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	font-weight: bolder;

}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* BEGIN LINK STYLES----------*/
a {
	font-size: 12px;
	color: #646466;
	font-weight: bolder;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	font-weight: 500;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	color: #ED2024;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	font-weight: bolder;
}

a.smNav  {
	font-size:12px;
	color: #646466;
	line-height: 15px;
}

a.smNav:link {
	padding-left: 5px;
	text-decoration: none;
	color:  #646466;
	line-height: 5px;
}
a.smNav:visited {
	padding-left: 5px;
	text-decoration: none;
	color:  #646466;
	line-height: 5px;
}
a.smNav:hover {
	padding-left: 5px;
	text-decoration:none;
	color: #ED2024;
		line-height: 5px;
}
a.smNav:active {
	padding-left: 5px;
	text-decoration: none;
	color:  #646466;
		line-height: 5px;
}



a.email:link {
	
	text-decoration: none;
	color:  black;
	line-height: 5px;
}
a.email:visited {
	
	text-decoration: none;
	color:  black;
	line-height: 5px;
}
a.email:hover {
	
	text-decoration:underline;
	color:  red;
		line-height: 5px;
}
a.email:active {
	
	text-decoration: none;
	color:  black;
		line-height: 5px;
}


