/************* Overall styles **************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 150%;
}

h2 {
	font-size: 24px;
	color: #292776;
}

h4 {
	font-size: 14px;
	color: #000000;
	text-align: center;
}
/************* Layout Divs **************/
#wrapper{
	width: 900px;
	margin: 0px auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
}

#header{
	padding: 0px;
	width: 900px;
}

#navbar{
	padding: 0px;
	width: 900px;
}

#content{
	padding: 0;
	width: 900px;
}

#leftnav{
	float: left;
	width:120px;
	position: relative;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#rightcontent{
	float: right;
	width:700px;
	position: relative;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#rightcontent a:link {
	color: #292776;
	text-decoration: none;
}

#rightcontent a:visited {
	color: #292776;
	text-decoration: none;
}

#rightcontent a:hover {
	text-decoration: underline;
}

#fullcontent{
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#fullcontent a:link {
	color: #292776;
	text-decoration: none;
}

#fullcontent a:visited {
	color: #292776;
	text-decoration: none;
}

#fullcontent a:hover {
	text-decoration: underline;
}

#footer{
	width: 870px;
	height: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #292776;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}

/*********** #sidenav styles ***********/
#leftnav a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

#leftnav a:hover {
	text-decoration: underline;
}

#leftnav strong a:link {
	color: #FFFFFF; /*********** change to purple color when we need theses ***********/
	text-decoration: none;
	font-size: 14px;
}
#leftnav strong a:visited {
	color: #FFFFFF; /*********** change to purple color when we need theses ***********/
	text-decoration: none;
	font-size: 14px;
}

#leftnav strong a:hover {
	text-decoration: underline;
}

#categories {
	background-color: #EBEBEB;
	border: 1px solid #999999;
	padding: 15px;
	width: 90px;
}

