body {
	color: black;
	background-color: white;
	font-size: 77%;
	margin: 0;
	padding: 0;
}

body, textarea, input {
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #00c;
	text-decoration: none;
	background: url(/images/dash.gif) bottom left repeat-x;
}

a:visited {
	color: #66c;
}

a:hover {
	color: #00c;
	text-decoration: underline;
	background: none;
}

a:active {
	color: red;
}

#img_center {
	text-align: center;
}

h1 {
	padding-left: .5em;
	padding-right: 1em;
}

h2 {
	padding-left: 1em;
	padding-right: 1em;
}

h3 {
	padding-left: 2em;
	padding-right: 1em;
}

#primaryNav { 
	position: absolute; 
	top: 110px; 
	left: 0; 
	width: 8em;
	margin: 1em;
}

#primaryNav ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#primaryNav li {
	font-size: 1.2em;
	color: #36c;
	font-weight: bold;
}

#primaryNav li li {
	display: inline;
	font-size: 0.833333333em;
	font-weight: normal;
}

#primaryNav li a {
	display: block;
	background: white;
	color: #00c;
	padding: 0.15em 0.5em;
	border: 1px solid white;
	margin: 1px 0;
}

#primaryNav li a:hover {
	background-color: #eee;
	text-decoration: none;
	border-color: #ccc;
	margin: 1px 0;
}

#primaryNav li a.beginner:hover, #HTML1 #youAreHere, #CSS1 #youAreHere {
	border-bottom-color: red;
}

#primaryNav li a.intermediate:hover, #HTML2 #youAreHere, #CSS2 #youAreHere {
	border-bottom-color: #0c0;
}

#primaryNav li a.advanced:hover, #HTML3 #youAreHere, #CSS3 #youAreHere {
	border-bottom-color: blue;
} 
#secondaryNav {
	padding: 1em 0 0 0; 
	float: right;
	top: 0;
	width: 13em;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 1em;
	margin-bottom: 1em;
}

#SgoToTop {
	border-top: 1px solid black;
	border-left: 0;
}

#SgoToTop p {
	width: 6em;
	left: -1px;
	bottom: -1px;
	background: url(/images/curve2.gif) bottom left no-repeat;
}

#secondaryNav #SgoToTop p {
	bottom: -2px;
}

#secondaryNav {
	font-size: 1.0em;
}

strong {
	font-size: 1.2em;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 110px;
	width: 100%;
	}

#header p {
	padding-top: 2em;
	margin: 0;
}  

#header #branding {
	position: absolute;
	top: 2px;
	height: 110px;
	width: 30em;
	background: url(/images/header_bg.gif) no-repeat;
	padding-left: 8em;
	margin-left: 2em;
}

#header #branding p {
	padding-top: 20px;	
}

#header #branding a {
	position: relative;
	height: 34px;
	width: 303px;
	background: url(/images/logo1.gif) bottom left no-repeat;
}

#header #branding a:hover {
	background: url(/images/logo2.gif) bottom left no-repeat;
}
 
#header span {
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 0;
} 

#header #acacia {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#header #bar { 
	position: relative;
	top: 60px;
	height: 22px;
	margin-left: 10em;
	background: black;
}

#header #bar p{
	background: url(/images/curve3.gif) bottom left no-repeat; 
	height: 22px;
	padding: 0;
}

#header #bar span{
	color: white;
	background: url(/images/curve3.gif) bottom left no-repeat;;
}

.sNav {
	border-bottom: 1px solid black;
	background: #00c;
	color: white;
}

.sNav a {
	color: #FFF;
	text-decoration: none;
	background: url(/images/dash.gif) bottom left repeat-x;
}

.sNav a:visited {
	color: #FFF;
}

.sNav a:hover {
	color: #FFF;
	text-decoration: underline;
	background: none;
}

.sNav p {
	position: relative;
	left: -1px;
	color: #999;
	padding: 0.1em 0 0.1em 2em;
	margin: 0;
}

#header #breadcrumbs {
	margin: 0 0 0 50%;
	padding: 0;
	background: black;
	color: white;
	width: 50%;
	height: 1.5em;
}

#header #breadcrumbs p {
	padding: 0 0 0 3em;
	margin: 0;
	height: 1.5em;
	background: url(/images/curve_dark.gif) bottom left no-repeat;
}

#header #breadcrumbs a:link {
	color: white;
}

#header #breadcrumbs a:visited {
	color: white;
} 

#footer {
	padding-left: 10em;
	margin-top: 1em;
}

#footer p {
	font-size: 0.9em;
	margin: 0; 
	padding: 0;
}
 
#section {
	margin: 110px 0 0 10em;
	border: 1px solid black;
	border-width: 1px 0 0 1px;
	}

#youAreHere.sNav p {
	bottom: 0;
	top: -1px;
	left: -1px;
	border: 0;
	background: url(/images/curve.gif) top left no-repeat;
}

#section img {
        padding-left: 2em;
        padding-right: 1em;
}

#section li {
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
}

#secondaryNav li {
        font-size: 1.2em;
	font-weight: bold;
	list-style: circle;
}			

#section li li {
        font-size: 0.8em;
	font-weight: normal;
	list-style: none;
}

.floatright {
        margin: 1em;
	float: right;
}

.floatleft {
        margin: 1em;
        float: left;
}


#section strong {
	padding-left: 0;
        padding-right: 2em;
}

#section #secondaryNav strong {
	padding-left: 1em;
	font-size: 1.22em;
}

p strong {
	padding-left: 0;
	padding-right: 0;
}

#goToTop {
	border-top: 1px solid black;
	border-left: 0;
}

#goToTop p {
	width: 6em;
	left: -1px;
	bottom: -1px;
	background: url(/images/curve2.gif) bottom left no-repeat;
}
  
#section p {
	padding-left: 2em;
	padding-right: 2em;
	text-align:             justify;
}

@media print { 
	body { 
		font-size: 10pt; 
		font-family: times new roman, times, serif; 
	} 

	#section {
		margin: 0;
		border-width: 0 0 0 0;
	}

	#header, #header #branding{
		display: none;
	}

	.sNav {
	 	display: none;
	}
	
	#header #breadcrumbs {
		display: none;
	}

	#footer {
		display: none;
	 	position: relative;
		bottom: 0;
	}
	
	#primaryNav, #secondaryNav { 
		display: none; 
	} 
}
