body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat:repeat-x;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:20px;
	_width: 795px;
} 
.twoColFixLtHdr #skillsnet_logo { 
	float:right;
	height:83px;
} 
.twoColFixLtHdr #header { 
	padding: 0 0px 0 20px;  /* 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. */
	height:83px;
	vertical-align:top;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 210px; 
	padding: 0px;	
	_padding: 0px 0px 0px 4px;
	min-height:190px;
}

.twoColFixLtHdr #sidebar_mainnav {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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: #686D73; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 10px 10px 10px;
	_padding: 3px 8px 10px 12px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;	
	min-height:200px;
	vertical-align:middle;
}


.twoColFixLtHdr #sidebar_subnav {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* 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 0px;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-bottom:0px solid #61A7A8;	
	margin-top:8px;
	margin-bottom:15px;
	text-align:right;
}

.twoColFixLtHdr #sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; 
	height:203px;
	background: #686D73; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	_padding: 4px 20px 5px 0px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	
}

.twoColFixLtHdr #sidebar_right td {
	color:#FFFFFF;
	font-weight:bold;
	_text-align:center;
}

.twoColFixLtHdr #mainContentContainer { 
	margin: 0; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width:559px;
} 
.twoColFixLtHdr #mainContent { 
	margin:0px; 
	padding:10px;
	padding-top:0px; 
	padding-left:11px;
	_padding: 0px 0px 0px 0px;

} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#686D73; 
	text-align: center;
	color:#FFFFFF;
	vertical-align:top;
} 
.twoColFixLtHdr #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 */
}
.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;
}

.main_nav    		{ 
font-size: 14px;color: #FFFFFF; text-decoration: none; font-weight:bold;background-image:url('img/arrow.gif');padding-left:20px; background-repeat:no-repeat;
}
A.main_nav:link		{ 
font-size: 14px;color: #FFFFFF; text-decoration: none; font-weight:bold;background-image:url('img/arrow.gif');padding-left:20px;background-repeat:no-repeat;
}
A.main_nav:visited	{ 
font-size: 14px;color: #FFFFFF; text-decoration: none; font-weight:bold;background-image:url('img/arrow.gif');padding-left:20px;background-repeat:no-repeat;
}
A.main_nav:hover   	{ 
font-size: 14px;color: #61A7A8; text-decoration: none; font-weight:bold;background-image:url('img/arrow_blue.gif');padding-left:20px;background-repeat:no-repeat;
}

.main_nav_current			{ 
font-size: 14px;color: #61A7A8; text-decoration: none; font-weight:bold;background-image:url('img/arrow_blue.gif');padding-left:20px;background-repeat:no-repeat;
}
A.main_nav_current:link		{ 
font-size: 14px;color: #61A7A8; text-decoration: none; font-weight:bold;background-image:url('img/arrow_blue.gif');padding-left:20px;background-repeat:no-repeat;
}
A.main_nav_current:visited	{ 
font-size: 14px;color: #61A7A8; text-decoration: none; font-weight:bold;background-image:url('img/arrow_blue.gif');padding-left:20px;background-repeat:no-repeat;
}
A.main_nav_current:hover   	{ 
font-size: 14px;color: #FFFFFF; text-decoration: none; font-weight:bold;background-image:url('img/arrow.gif');padding-left:20px;background-repeat:no-repeat;
}

.main_nav_list {
	padding:0px;
	margin:2px;
	text-indent:0px;
	list-style-image:none;
	list-style-type:none;
}

.main_nav_list li:hover, .main_nav_list li.over {
	/*list-style-image: url('img/arrow_blue.gif');
	color: #61A7A8;
*/} 

.main_nav_list li {
	padding:2px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:0px solid #FFFFFF;
}

.sub_nav    		{ font-size: 12px;	color: #6B96B6; text-decoration: none; font-weight:normal;}
A.sub_nav:link		{ font-size: 12px;   color: #6B96B6; text-decoration: none; font-weight:normal;}
A.sub_nav:visited	{ font-size: 12px;   color: #6B96B6; text-decoration: none; font-weight:normal;}
A.sub_nav:hover   	{ font-size: 12px;   color: #686D73; text-decoration: none; font-weight:normal;}
.sub_nav_current  	{ font-size: 12px;	color: #6B96B6; text-decoration: none; font-weight:bold;}
A.sub_nav_current:link		{ font-size: 12px;   color: #6B96B6; text-decoration: none; font-weight:bold;}
A.sub_nav_current:visited	{ font-size: 12px;   color: #6B96B6; text-decoration: none; font-weight:bold;}
A.sub_nav_current:hover   	{ font-size: 12px;   color: #686D73; text-decoration: none; font-weight:bold;}

.sub_nav_list {
	padding:0px;
	padding-right:1px;
	margin:0px;
	text-indent:0px;
	list-style-position:outside;
	list-style-type:none;
	float:right;
	width:215px;
}
.sub_nav_list li {
	padding:2px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	border-bottom:1px solid #6B96B6;
	border-right:1px solid #6B96B6;
}

.sub_nav_secondary_list {
	padding:0px;
	padding-right:1px;
	margin:0px;
	text-indent:0px;
	list-style-position:outside;
	list-style-type:none;
	float:right;
	width:215px;
}

.sub_nav_secondary_list li {
	padding:2px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
	border-bottom:1px solid #6B96B6;
	border-right:1px solid #6B96B6;
}


.social_nav    		{ 
font-size: 14px;color: #FFFFFF; text-decoration: none; font-weight:bold;}
A.social_nav:link		{ 
font-size: 14px;color: #FFFFFF; text-decoration: none; font-weight:bold;}
A.social_nav:visited	{ 
font-size: 14px;color: #FFFFFF; text-decoration: none; font-weight:bold;}
A.social_nav:hover   	{ 
font-size: 14px;color: #61A7A8; text-decoration: none; font-weight:bold;}

.member_nav    			{ font-size: 14px; color: #61A7A8; text-decoration: none; font-weight:bold; padding:2px;}
A.member_nav:link		{ font-size: 14px; color: #61A7A8; text-decoration: none; font-weight:bold; padding:2px;}
A.member_nav:visited	{ font-size: 14px; color: #61A7A8; text-decoration: none; font-weight:bold; padding:2px;}
A.member_nav:hover   	{ font-size: 14px; color: #686D73; text-decoration: underline; font-weight:bold; padding:2px;}

.member_title {
	color:#6B6D73;
	font-size:12px;
	font-weight:bold;
	padding-bottom:6px;
}

.member_data {
	color:#6B6D73;
	font-size:12px;
	font-weight:normal;
	padding-bottom:4px;
}

.member_logo {
	border:1px solid #61A7A8;
	padding:0px;
	margin-bottom:6px;
}

.members_list_table {
	width: 100%;
	border:1px solid #61A7A8;
}

.members_list_table td {
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	border:0px solid #61A7A8;
	width:50%;
	vertical-align:top;
}


h3 {
	color:#63A6AD;
	font-size:16px;
}

.homepage_container {
	width:500px;
	padding:4px;
	margin-bottom:30px;
}

.homepage_box_title {
	width:464px;
	background-color:#6B96B6;
	color:#FFFFFF;
	font-size: 14px;
	padding:4px;

}

.homepage_box {
	width:470px;
	border:1px solid #6B96B6;

}

.homepage_nav    		{ font-size: 12px;	color: #6B96B6; text-decoration: none; font-weight:bold;}
A.homepage_nav:link		{ font-size: 12px;   color: #6B96B6; text-decoration: none; font-weight:bold;}
A.homepage_nav:visited	{ font-size: 12px;   color: #6B96B6; text-decoration: none; font-weight:bold;}
A.homepage_nav:hover   	{ font-size: 12px;   color: #686D73; text-decoration: none; font-weight:bold;}

.homepage_nav_list {
	padding:0px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:1px;
	margin:0px;
	text-indent:0px;
	list-style-position:inside;
	list-style-image:url('img/arrow_blue_white.gif');
	float:right;
	width:450px;
}
.homepage_nav_list li {
	padding:2px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	border-bottom:0px solid #6B96B6;
	border-right:0px solid #6B96B6;
}

.homepage_content {
	padding:10px;
	padding-top:0px;
	padding-left:14px;

}

A:link		{ font-size: 12px; color: #61A7A8; text-decoration: underline; font-weight:normal; padding:2px;}
A:visited	{ font-size: 12px; color: #61A7A8; text-decoration: underline; font-weight:normal; padding:2px;}
A:hover   	{ font-size: 12px; color: #686D73; text-decoration: none; font-weight:normal; padding:2px;}


TD   {font: 100% Arial, Helvetica, sans-serif;}
P   {font: 100% Arial, Helvetica, sans-serif; font-weight: normal;margin-top:0px;}
.Title      { font-size: 14px; color: #445159; font-weight: bold; }
.Banner     { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight: bold; }

.cats    		{ font-size: 10px; color: #000000; text-decoration: none; font-weight: bold; }
A.cats:link		{ font-size: 10px; color: #000000; text-decoration: none; font-weight: bold; }
A.cats:visited	{ font-size: 10px; color: #000000; text-decoration: none; font-weight: bold; }
A.cats:hover		{ font-size: 10px; color: #000000; text-decoration: none; font-weight: bold; }
TD.catsdivider   	{ font-size: 10px; background-color: #000000; text-decoration: none; font-weight: bold; }

h1			{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #63A6AD; font-weight: bold; margin-bottom: 0;}
h2			{ font-size: 14px; color: #63A6AD; font-weight: bold; }

h4			{ font-size: 13px; color: #63A6AD; font-weight: bold; }
h5			{ font-size: 12px; color: #63A6AD; font-weight: bold; }



/*-------------------------------------------
Rich Text Editor Styles
*/
.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

.checkbox1	{ font-family: Verdana; font-size: 10px;  background-color: #FFFFFF;}

.clearway    		{ text-align:right;float:right;clear:both;}
A.clearwaylink:link		{ font-family: Arial, Helvetica, sans-serif; font-size: 10px;  text-decoration: none;}
A.clearwaylink:visited	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px;  text-decoration: none;}
A.clearwaylink:hover		{ font-family: Arial, Helvetica, sans-serif; font-size: 10px;  text-decoration: none;}

.stripe    		{ text-align:right;float:right; width:100%; text-align:right;font-family: Arial, Helvetica, sans-serif; 
						font-size: 10px; color: #F3F9FB; text-decoration: none;vertical-align:bottom;	background-color:#686D73; 
						height:4px;border-top:2px solid #FFFFFF;}

.skillsnet_disclaimer {
	font-size: 10px;
	text-align:center;
	padding:10px;
	margin:auto;
	width:770px;
}

#footer_container_left {
	float:left;
	text-align:left;
}
#footer_container_text {
	float:right;
			border:1px solid #FF0000;

}
.footer_bottom {
	width:100%;
	text-align:center;
	margin:auto;
	color:#686d73;
}

.gallery_img {
	border:1px solid #61A7A8;
}

.flash_container {
	margin:0px 0px 0px 0px;
	text-align:left;
	width:416px;
	_width:414px;
	height:214px;
	background-image:url(../img/mainpic_1.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	padding:0px;
}


.flash_container_members {
	margin:0px 0px 0px 0px;
	text-align:left;
	width:138px;
	height:89px;
	background-image:url(../img/logo_aua.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	padding:0px;
	float:right;
}

.flash_container_training_providers {
	margin:0px 0px 0px 0px;
	text-align:left;
	width:138px;
	height:70px;
	background-image:url(../img/logo_aua.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	padding:0px;
	float:right;
}