@charset "utf-8";
body  {
	font: 88% Verdana, Arial, Helvetica, sans-serif;
	background: url(img_structure/outerBack.jpg) repeat-y #8C95FB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	border:#999 1px solid;
} 
#header {
	padding: 0 10px 0 10px;  
	height: 170px;
	background:url(img_structure/topBanner.png) no-repeat #8C95FB;
	margin:0px;
} 
#header2 {
	padding: 0 10px 0 10px;  
	height: 170px;
	background:url(img_structure/topBannerHelp.png) no-repeat #8C95FB;
	margin:0px;
}
#headerAn1 {
	padding: 0;  
	height: 170px;
	background:url(img_structure/topBanner.png) no-repeat #8C95FB;
	margin:0px;
}
#headerAn2 {
	padding: 0;  
	height: 170px;
	background:url(img_structure/topBannerHelp.png) no-repeat #8C95FB;
	margin:0px;
}

#header #textSizeLine {
	height:36px;
	margin: 20px 0 0 0;
	float: left;
}
#header #floatTitleHearts {
	float: right;
}

#navLine {
	height:50px;
	width: 98%;
	/*margin: 150px 0 0 0;*/
	padding-left:10px;
	padding-top: 20px;
}

#innerContainer {
	margin:0;
	width:100%;
	margin-top:20px;
}
#sidebar1 {
	float: left;
	width: 230px;
	padding: 15px 0;
	/*border-right: 1px dashed #CCC;*/
	margin-bottom: 20px;
	/*margin-right: 20px;*/
}

#sidebar2 {
	float: right; 
	width: 230px; 
	padding: 15px 0;
	/*border-left: 1px dashed #CCC;*/
	margin-bottom: 20px;
	/*margin-left: 20px;*/
}



#sidebar1 #box1 {
	background:url(img_structure/sideButtonAmb.jpg) no-repeat;
	padding:0;
	width:196px;
	height:162px;
	margin: 0 auto;
}
#sidebar1 #box1 #innerLink {
	text-align:center;
	padding-top: 130px;
	margin: 0 auto;
}



#sidebar1 #box2 {
	background:url(img_structure/sideButtonChair.jpg) no-repeat;
	width:196px;
	height:162px;
	overflow: hidden;
	margin: 0 auto;
}
#sidebar1 #box2 #innerLink {
	text-align:center;
	padding-top: 130px;
	margin: 0 auto;
}


#mainContent {
	border-right: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
	width:450px;
	float:left;
	padding:0 10px 0 10px;
} 

#footer {
	height:93px;
	background:url(img_structure/bottomBanner.png) no-repeat;
}

#footer #innerFooter {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	color:#FFF;
	margin-top: 60px;
	width: 98%;
	float: left;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rightBox
{
	width:200px;
	margin: 0 auto;
}

.rightBox .topBoxLine
{
	background:url(img_applied/boxTop.gif) no-repeat;
	height:52px;
}
.rightBox .cntrBoxLine
{
	background:url(img_applied/boxCentre.gif) repeat-y;
	padding:4px;
}
.rightBox .bottomBoxLine
{
	background:url(img_applied/boxBottom.gif) no-repeat;
	height:30px;
}

#rightMenu {
	margin-bottom:30px;
	width: 200px;
	margin: 0 auto;
}
