body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-size: 70%;*/
}
.thrColElsHdr #container {
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	width: 100em;
} 
.thrColElsHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	height: 8em;
	margin-bottom: 1em;
	margin-top: 1em;
} 
.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColElsHdr #sidebar1 {
	font-family: "Times New Roman", Times, serif;
	padding-right: 0;
	padding-bottom: 15px;
	float: left;
	margin-left: 8px;
	font-size: 14px;
	width: 40em;
}
.thrColElsHdr #sidebar2 {
	width: 212px;
	text-align: center;
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
	text-align: left;
	width: 15.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-size: 14px;
	margin-left: 36em;
} 
.thrColElsHdr #footer {
	padding: 0 10px;
	background-color: #CCC;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColElsRtHdr #container {
	width: 76em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
} 
.twoColElsRtHdr #header {
	background-color: #FFF;
	margin-top: 1em;
	margin-bottom: 2em;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 24em;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #FFF;
	padding-top: 0px;
	text-align: left;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsRtHdr #mainContent {
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 22em;
	padding-right: 1em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sound {
}
.FarLeftCol {
}
#FarLeftCol_id {
	width: 19em;
	float: left;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 6px;
	background-color: #FFC;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF6;
}
#slide_container {
	width: 22em;
	float: right;
	text-align: left;
	padding: 10px
}
.color_Heading1 {color: #66F;
}
.color_Heading1_secondpart {color: #999;
}
.Comment_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.Report_Line {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
p
{
	text-align: left;
}
td
{
	font-size: 0.75 em;
}
em
{ 
	color:red;
	font-size: 1 em;
}
.black
{
	color: #000000;
	font-size: 0.5 em;
}
#signin_details .prompttext
{
	text-align: left;
	font-size: 1 em;
}
.prompttext
{
	text-align: left;
}
.shortlength
{
	width: 100px;
}
.mediumlength
{
	width: 200px;
}
.longlength
{
	width: 97%;
}
.prompttextred
{
	text-align: right;
	color: red;
}
.errormsg
{
	border: none;
	color:red;
}
.errormsgtd
{
	color:red;
}
#hintbox{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid Gray;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid Gray;
border-bottom: 3px solid Gray;
visibility: hidden;
}
#subcontent{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid Gray;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid Gray;
border-bottom: 3px solid Gray;
visibility: hidden;
}
#txt_abuse
{
	height: 150px;
}
#ad_topbanner {	width: 28em;
	padding-right: 1em;
	float: right;
	padding-top: 1em;
}
.FarLeftColc {}
#FarLeftCol_idc {
	width: 25em;
	float: left;
	padding-right: 3px;
	padding-left: 12px;
	background-color: #FFF;
}
.twoColElsRtHdrc #container {
	width: 76em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
} 
.twoColElsRtHdrc #header {
	background-color: #FFF;
	margin-top: 1em;
	margin-bottom: 2em;
} 
.twoColElsRtHdrc #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsRtHdrc #sidebar1 {
	float: right;
	width: 24em;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 1em;
	background-color: #FFF;
	padding-top: 0px;
	text-align: left;
}
.twoColElsRtHdrc #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsRtHdrc #mainContent {
	margin-top: 1em;
	margin-right: 25.5em;
	margin-bottom: 1em;
	margin-left: 25.5em;
	padding-right: 1em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
} 
.twoColElsRtHdrc #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsRtHdrc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColElsRtHdrs #container {
	width: 76em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
} 
.twoColElsRtHdrs #header {
	background-color: #FFF;
	margin-top: 1em;
	margin-bottom: 2em;
} 
.twoColElsRtHdrs #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColElsRtHdrs #sidebar1 {
	float: right;
	width: 36.5em;
	padding-bottom: 15px;
	padding-left: .7em;
	background-color: #FFF;
	padding-top: 0px;
	text-align: left;
}
.twoColElsRtHdrs #sidebar1 h3, .twoColElsRtHdrs #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsRtHdrs #mainContent {
	margin-top: 1em;
	margin-right: 25.5em;
	margin-bottom: 1em;
	margin-left: 25.5em;
	padding-right: 1em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
} 
.twoColElsRtHdrs #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsRtHdrs #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.FarLeftCols {}
#FarLeftCol_ids {
	width: 37em;
	float: left;
	padding-right: .5em;
	padding-left: 12px;
	background-color: #FFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.Date_Time {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
}
.twoColHybLtHdrn #container {
	width: 76em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
} 
.twoColHybLtHdrn #header {
	/*padding: 0 10px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 1em;
	margin-bottom: 2em;
} 
.twoColHybLtHdrn #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColHybLtHdrn #sidebar1 {
	float: left;
	width: 23em;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-top: 30px;
	
}
.twoColHybLtHdrn #sidebar1 h3, .twoColHybLtHdrn #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColHybLtHdrn #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 25em;
	padding-top: 1em;
	padding-left: 1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	zoom: 1;
	padding-top: 15px;
} 
.twoColHybLtHdrn #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColHybLtHdrn #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.Normal_Ital {	font-style: italic;
}
#FarLeftColH {
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 6px;
	width: 17em;
	float: left;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.FarLetfColDetailH {
	padding-top: 10px;
	padding-right: 6px;
	padding-left: 3px;
}
#UpcomingInterviewsH {
	padding-top: .3px;
	padding-right: .3px;
	padding-bottom: .3px;
	padding-left: .3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.thrColElsHdrH #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	width: 76em;
	border: thin solid #000;
} 
.thrColElsHdrH #header {
	background: #FFF;
	margin-top: 1em;
	padding-left: 10px;
	margin-bottom: 1.5em;
	height: 8em;
} 
.thrColElsHdrH #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColElsHdrH #sidebar1 {
	float: left;
	width: 17.5em; /* since this element is floated, a width must be given */
	background: #FFF;
	padding-bottom: 15px;
	position: relative;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 10px;
}
.thrColElsHdrH #sidebar2 {
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFF;
	float: right;
	text-align: left;
	margin-right: 2px;
}
.thrColElsHdrH #sidebar1 h3, .thrColElsHdrH #sidebar1 p, .thrColElsHdrH #sidebar2 p, .thrColElsHdrH #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColElsHdrH #mainContent {
	margin-top: 0;
	margin-right: 17.5em;
	margin-bottom: 1em;
	margin-left: 36.5em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: center;
	width: 20.3em;
} 
.thrColElsHdrH #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColElsHdrH #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.menubarheads {
	color: #EEA206;
}
.Colorheads {
	color: #D96513;
}
