/*------- GENERAL PAGE STYLES ----------*/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	margin:0px;
	padding: 13px 0px 0px;
	background-color: #5D4251;
	text-align: center;
}
#page_container {
	margin: auto;
	width: 731px;
	height: 547px;
	padding-top: 31px;
	background-color: #FFFFFF;
	text-align: left;
}

#sidebar-a {
	float: left;
	width: 202px;
	vertical-align: text-top;
	margin-top:0px;
	background-color: #FFFFFF;
	text-align: center;
}

#content_inside {
	height:395px;
	overflow: auto;
	padding-left: 15px;
	font-size: 10px;
	padding-bottom: 25px;
	
}

#content_inside p {
	padding-bottom: 10px;
	line-height: 16px;
	
}

h1 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-size: 13px;
}

h2 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-size: 13px;
}
h3 {
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
}
/*------- GENERAL PAGE STYLES ----------*/
/*-------------------------------------*/

/*------- HOME STYLES ----------*/
#content_home {

	width:501px;
	height:490px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 202px;
	padding-left: 0px;
	margin-top: 0px;
	border: 0px none;
}

/*------- HOME STYLES ----------*/

/*------- EMPLOYER SECTION STYLES ----------*/
#sidebar-bEmp {
	float: left;
	width: 71px;
	height:420px;
	background-color: #A4690B;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#footerEmp {
	height:70px;
	width:501px;
	background-color: #A4690B;
	margin-left: 202px;
	border: 0px none;
	padding-left: 0px;
	text-align: center;
}

#contentEmp {
	width:501px;
	height:420px;
	background-color: #F5E2B8;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 202px;
	padding-left: 0px;
	margin-top: 0px;
	border: 0px none;
}

/*------- EMPLOYER SECTION STYLES ----------*/


/*------- CANDIDATE SECTION STYLES ----------*/
#sidebar-bCand {
	float: left;
	width: 71px;
	height:420px;
	background-color: #5D4251;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#footerCand {
	height:70px;
	width:501px;
	background-color: #5D4251;
	margin-left: 202px;
	border: 0px none;
	padding-left: 0px;
	text-align: center;
}

#contentCand {
	width:501px;
	height:420px;
	background-color: #F4DAF4;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 202px;
	padding-left: 0px;
	margin-top: 0px;
	border: 0px none;
}

/*------- CANDIDATE SECTION STYLES ----------*/

/*------- ABOUT SECTION STYLES ----------*/
#sidebar-bAbout {
	float: left;
	width: 71px;
	height:420px;
	background-color: #632125;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#footerAbout {
	height:70px;
	width:501px;
	background-color: #632125;
	margin-left: 202px;
	border: 0px none;
	padding-left: 0px;
	text-align: center;
}

#contentAbout {
	width:501px;
	height:420px;
	background-color: #F9F0F1;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 202px;
	padding-left: 0px;
	margin-top: 0px;
	border: 0px none;
}

/*------- ABOUT SECTION STYLES ----------*/

/*------- CONTACT SECTION STYLES ----------*/
#sidebar-bCont {
	float: left;
	width: 71px;
	height:420px;
	background-color: #70690E;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#footerCont {
	height:70px;
	width:501px;
	background-color: #70690E;
	margin-left: 202px;
	border: 0px none;
	padding-left: 0px;
	text-align: center;
}

#contentCont {
	width:501px;
	height:420px;
	background-color: #F4F3B2;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 202px;
	padding-left: 0px;
	margin-top: 0px;
	border: 0px none;
}

/*------- CONTACT SECTION STYLES ----------*/
