@charset "utf-8";
/* CSS Document */

/*========= mainContent style that doesn't belong to the template =========*/
#mainContent h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center ;
	margin: 0 0 .4ex 0;
	line-height: 2; /*multiple of the default line-height*/

}
#mainContent h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center ;
	margin: 0 0 .4ex 0;
	line-height: 2; /*multiple of the default line-height*/

}

.oneColFixCtrHdr #container #mainContent #mainArea h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .4ex 0;
	line-height: 1.5; /*multiple of the default line-height*/

}
/*========= mainArea =========*/

#mainArea {
	margin: 0;
	width: 430px;
	padding: 0 15px;
}
#mainArea p{
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0;	
}
#mainArea ul {
	font-size: 0.9em;
	color: #000;
	line-height: 1.5em;
}


/*========= sidebar =========*/

#sidebar {
    font-size: 0.8em;
	line-height: 1.4em;
	width: 230px;
	padding: 10px;

}

/*============ sidebar on the right side ======================*/
.rightSide {
	float: right ;
    border-left: solid #aaa 1px;

}


/*============ sidebar on the left side ======================*/

.leftSide {
	float: left ;
}

/*========= mainArea for 1 column layout =========*/

#mainAreaOneCol {
	margin: 0;
	width: 720px;
	padding: 0 15px;
}
#mainAreaOneCol p{
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0;	
}
#mainAreaOneCol ul {
	font-size: 0.9em;
	color: #000;
	line-height: 1.5em;
}



/*============ other styles ======================*/
.highlightText
{
	font-weight: bold;
}
.rounded
{
	height: 50px;
	width: 700px;
	line-height: 50px;
	font-size: 1.3em;
	background-image: url(_images/bgRoundCornersBlue.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;

	

}
.flush {
	padding: 0;
	font-size: 0.9em;
	line-height: 0.9ex;
	color: #333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	
}
