* {
	margin: 0px;
	padding: 0px;
}

html{
	min-height: 101%; /****	FIXED SCROLL BAR TO PREVENT SITE FROM RESIZING*****/
}

body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px auto;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:713px;
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;	
}

#header{
	height: 193px;
	width: 715px;
	background-repeat: no-repeat;
}
#header img{
	border:none;
	display:block;
	}
/***IE****/
#content{
	margin-left: 25px;
	margin-top: 10px;
	width:677px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}

/***FIREFOX****/	
#wrapper > #content{
	margin-left: 25px;
	margin-top: 10px;
	width:677px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}	
	
/**********RIGHT COLUMN CONTENT SECTION**************/
#rightContent{
	margin-right: 2px;
    margin-top: -5px;
	float:right;
	width: 500px;
	background-color: #FFFFFF;
}

#content > #rightContent{
	margin-right: 4px;
	float:right;
	width: 512px;
	background-color: #FFFFFF;
	margin-top: -5px
} 

#TBorder{
	float:right;
	background-repeat: no-repeat;
	height: 15px;
	width: 514px;
	margin:5px -2px 0px 0px;	
}

#Bborder{
	float:right;
	height: 15px;
	width: 516px;
	background-color: #46407a;
	background-repeat: no-repeat;
}


/**********LEFT NAVIGATION**************/
#navLeft{
	width: 135px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	color: #FFFFFF;
}

#navLeft ul{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-type: none;
	
}

#navLeft li{
	margin-bottom: 10px;
}

#navLeft ul li ul li{
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}

/***************************SUBMENU BACKGROUND******************/
/***IE6***/
#navLeft ul li ul {
	background-color: #ffffff;
	width: 136px;
	color: #4A457D;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 0px;

}

.subTopBorder{
	background-image: url(../img/sub_menu_topborder.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 141px;
	margin:5px 0px -13px 0px;
}

.subBotBorder{
	background-image: url(../img/sub_menu_bottomborder.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 141px;
}

/***FIREFOX***/
#content > #navLeft ul li ul {
	background-color: #ffffff;
	width: 165px;
	color: #4A457D;
	margin:0px 0px 0px 0px;
	padding:10px 5px 5px 0px;

}

li > .subTopBorder{
	background-image: url(../img/sub_menu_topborder.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 159px;
	margin:5px 0px 0px 0px;
}

li > .subBotBorder{
	background-image: url(../img/sub_menu_bottomborder.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 159px;
}

/***********FOOTER*************/
#footer{	
	margin-top:4px;
	width:694px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #46417B;
	text-decoration: none;
	text-align: right;
	clear:both;
}

#footer a:link , #footer a:visited{
	font-size: 10px;
	color: #45407A;
	text-decoration: none;
}

#footer a:hover , #footer a:active{

}


/**************CALL TO ACTION***************/


#levelTwo .callToAction{
	margin: -65px 20px 10px 0;
	height: 180px;
	width: 193px;
	float:right;
	background-color: #fff;
}
#levelThree .callToAction{
	margin: -52px 0 10px 0;
	height: 180px;
	width: 193px;
	float:right;
	background-color: #fff;
}
.callToAction2{
	margin:0 165px;
	padding:10px 0 15px 0;
	height: 42px;
	width: 180px;
	background-color: #fff;
}
.callToAction img, .callToAction2 img{
	border:none;
	}

/********************DOTTED BORDER FIX***********************/
a:focus, a:active {
	outline:none;
}
