
body {
	font-size: small;
	font-family: "tahoma";
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 115%;
	font-weight: bold;
}

h3 {
	font-size: 85%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

#footer {
	font-size: 60%;
}

/* main navigation classes to handle how the tabs work and react to the user. */
#nav {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 10px 0 0px 5px;
	list-style: none;
	background: #ffffff url(http://www.careernetworkingpro.com/cssBuild/images/horizNavLine.gif) repeat-x bottom ;
}

#nav a:hover, body#home #n-home a, body#how #n-how a, body#testimonials #n-testimonials a, body#free #n-free a, body#coach #n-coach a, body#about #n-about a, body#buy #n-buy a{
color: #565757;
padding-bottom: 4px ;
border-color: #898585;
background: #ffffff url(http://www.careernetworkingpro.com/cssBuild/images/nav_on.gif);
}

#nav li {
	float: left;
	margin: 0;
	padding: 0px;
	font-family: "tahoma";
	font-size: 85%;
	font-weight: bold;	
	background: #c8d2e6 url(http://www.careernetworkingpro.com/cssBuild/images/horizNavLine.gif) repeat-x bottom ;
	
}

#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #eaeaec;
	text-decoration: none;
	border: 1px solid #3458a7; /*  1px border around the tabs*/
	border-bottom: none;
	font-size: 95%;
	font-weight: bold;
	background: url(http://www.careernetworkingpro.com/cssBuild/images/nav_off.gif);
}

/* end main navigation classes   */
/* workshop main navigation classes*/

#wsNav {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 10px 0 0px 5px;
	list-style: none;
	background: #ffffff url(http://www.careernetworkingpro.com/cssBuild/images/horizNavLine.gif) repeat-x bottom ;
}

#wsNav a:hover, body#home #n-home a, body#networking #n-networking a, body#sponsorship #n-sponsorship a, body#outplacement #n-outplacement a, body#contact #n-contact a {
color: #565757;
padding-bottom: 4px ;
border-color: #898585;
background: #ffffff url(http://www.careernetworkingpro.com/cssBuild/images/nav_on.gif);
}

#wsNav li {
	float: left;
	margin: 0;
	padding: 0px;
	font-family: "tahoma";
	font-size: 85%;
	font-weight: bold;	
	background: #c8d2e6 url(http://www.careernetworkingpro.com/cssBuild/images/horizNavLine.gif) repeat-x bottom ;
	
}

#wsNav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #eaeaec;
	text-decoration: none;
	border: 1px solid #3458a7; /*  1px border around the tabs*/
	border-bottom: none;
	font-size: 95%;
	font-weight: bold;
	background: url(http://www.careernetworkingpro.com/cssBuild/images/nav_off.gif);
}

/* end workshop main navigation classes*/

#MainContent{
	float:left;
	width:770px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 10px 0px 0px 7px;
}

#leftColumn{
	float:left;
	width:568px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px 2px 2px 2px;
	background: #ffffff
}

#rightColumn{
	float:right;
	width:170px;
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 0px 2px 2px 5px;
	background: #f0f5d3
}

#footer{
	float:left;
	width:755px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 3px 0px 0px 2px;
}

.bodyCopy {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5a6c93;
	padding: 4px;
}

.bodyCopyBold {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #;
}
/*
a:link {
	color: #3d5a9e;
	font-weight: bold;		
	text-decoration: none;
	border-bottom: : 1px dotted #3d5a9e;
	/*background: url(http://www.careernetworkingpro.com/secure/images/grayDotUL.gif) repeat x left bottom;
}
a:hover {
	color: #7f8fb5;
	font-weight: bold;
	text-decoration: none;	
	border-bottom: 1px solid #7f8fb5;
	
}
a:visited {
	color: #0f2e77;	
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px dotted #0f2e77;
}*/

.footerCopy {
	font-family: tahoma, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #8f8fa3;
}


a:link, a:visited, a:active {
	text-decoration: none;
	/*border-bottom: 1px dotted #637cb4;*/
	color: #637cb4;
	font-weight: bold;
}

a:hover {
	text-decoration: none;	
	color: #45506a;
	font-weight: bold;	
	/*border-bottom: 1px solid #45506a;*/
}

/*a.asdf.link, a:visited, a:active {
	text-decoration: none;
	
}

a.asdf.hover {
	text-decoration: none;	
	
}*/

A.banners {
	border-bottom-style:none;
	border-bottom-width:0px;
	text-decoration: none;
	border:none;

}






















