body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial,sans-serif;
	background: #fff;
	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: #666;
}

a:link    { color:#666; text-decoration : none; }
a:visited { color:#666; text-decoration : none; }
a:hover   { color: #000; text-decoration: underline; }
a:focus   { background-color : #fff; color:#666; }
a:active  { background-color : #fff; color:#666; outline : none; }


a.topnav:link {text-decoration: none; color: white;}
a.topnav:visited {text-decoration: none; color: white;}
a.topnav:active {text-decoration: none; color: white;}
a.topnav:hover {text-decoration: none; color: black;}


ul li 
{
      list-style-image: url('../Images/bullet.gif');  
      
}

div.borderedbox
{
    border: solid 1px #999;
    width: 360px;
    padding: 0px;
    text-align : center;
}

.borderedbox h3 
{
    display: block;
    background-color: #749dd1;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 0 3px 3px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}


ul li a
{

   vertical-align: top;
    
}


.thrColFixHdr #container { 
	width: 773px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
    background-color: #FFFFFF;
} 
.thrColFixHdr #header { 
	background: #FFFFFF; 
	padding: 0px;  /* 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. */
	background-image: url('../Images/skills-4-print-header_grad.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 137px;
	margin: 0px 0px 0px 0px;
} 
.thrColFixHdr #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 */
	color: #6C8299;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	height: 100%;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 0 0 153px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: White;
	min-height:500px;
} 

#mainContent h1, h2, h3{ 
	color: #666;
	margin-top: 0;
	margin-bottom: 0;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border: solid 1px #80a8aa;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
} 
.thrColFixHdr #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 */
	text-align: center;
	font-size: .85em;
}
.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;
}

.treeview table
{
	width:100%;
}

.treeview td
{
	margin: 0;
	padding: 3px;
	border-bottom: solid 1px #fff;
	list-style: none;
	font-family: Arial;
	color: White;
	text-align: left;
}


.treeview a:link {text-decoration: none; color: white;}
.treeview a:visited {text-decoration: none; color: white;}
.treeview a:active {text-decoration: none; color: white;}
.treeview a:hover {text-decoration: none; color: black;}

.treeviewnode
{
	min-width: 150px;
}

table.loginmenuright 
{
	float: right;	
	clear: right;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

.boxrightadverts 
{
	width:158px;
	border: solid 1px #999;
	min-height: 150px;
	vertical-align:top;
	padding: 0px 0px 5px 0px;
	background:#fff;
	vertical-align:bottom;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
	/**
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	CCborderRadiusTL: 5px;
    CCborderRadiusTR: 5px;
    CCborderRadiusBL: 5px;
    CCborderRadiusBR: 5px;
**/
    /*background-image: url(../Images/gradedbackgroundblack_blue.jpg);
    background-repeat: repeat-x;*/
}

.boxrightadverts h3 
{
    display: block;
    background-color: #f58023;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 0 3px 3px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.boxrightadverts img 
{
    padding-left: 5px;
}

.boxleftnav 
{
	width:148px;
	border: solid 1px #999;
	min-height: 150px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	background:#fff;

	/* Do rounding (native in Firefox and Safari, CC in IE) */
	/**
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	CCborderRadiusTL: 5px;
    CCborderRadiusTR: 5px;
    CCborderRadiusBL: 5px;
    CCborderRadiusBR: 5px;
**/
    /*background-image: url(../Images/gradedbackgroundblack_blue.jpg);
    background-repeat: repeat-x;*/
}

/*.boxrightadverts img
{
    margin-left: 10px;
    margin-right: auto;
    display: block;
}*/

.image10margin
{
    margin-left:10px;
    padding: 0 0 5px 0;
}
.navigationNode
{
	padding:4px;
/**
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	CCborderRadiusTL: 5px;
    CCborderRadiusTR: 5px;
    CCborderRadiusBL: 5px;
    CCborderRadiusBR: 5px;
**/
}

.navigationNode a
{
	font-size: 9pt;
	color:white;
	text-decoration:none;
}

.navigationNode a:link {text-decoration: none; color: #666;}
.navigationNode a:visited {text-decoration: none; color: #666;}
.navigationNode a:active {text-decoration: none; color: #666;}
.navigationNode a:hover {text-decoration: underline; color: #666;}

.ExpandedNode
{
	background-color: #fff;
	/**    
	background-image:url('../Images/selected.jpg');
	background-repeat:repeat;
**/
}

.CollapsedNode
{
	background-color: #fff;
	/**    
	background-image:url('../Images/unselected.jpg');
	background-repeat:repeat;
**/
}

.level1
{
	padding-left:4px;
	min-width:140px;
	margin-bottom:7px;
}

.level1 a:link, .level1 a:visited, .level1 a:active, .level1 a:hover 
{
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}


.Candidate
{
	padding-left:4px;
	min-width:140px;
	background-color: #f58023;
	/**	
	background-image:url('../Images/candidate.jpg');
	background-repeat:repeat;
**/
}



.Employer
{
	padding-left:4px;
	min-width:140px;
	background-color: #749dd1;
	/**	
	background-image:url('../Images/employer.jpg');
	background-repeat:repeat;
**/
}

.Parent
{
	padding-left:4px;
	min-width:140px;
	background-color: #c1d82e;
	/**background-image:url('../Images/parents.jpg');
	background-repeat:repeat;**/
}
.level2
{
	padding-left:10px;
	margin-top:1px;
}

.level3
{
	padding-left:16px;
	margin-top:1px;
}

.topnav
{
	float: right;
	margin-top: 100px;
	margin-right:10px;
}

.topnav a:link    { color:white; text-decoration : none; }
.topnav a:visited { color:white; text-decoration : none; }
.topnav a:hover   { text-decoration : underline; }
.topnav a:focus   { background-color : #fff; color:white; }
.topnav a:active  { background-color : #fff; color:white; outline : none; }

.error
{
    color:Red;
}
