/*This is the main CSS style sheet for SkillsUSA-Pennsylvania Alumni Association*/

body {
	letter-spacing: normal;
	background-repeat: repeat-x;
	font-family: garamond;
	font-size: 16px;
	margin: 5px;
	color: #000000;
	background-color: #FFFF00;
	background-attachment: fixed;
	text-align: justify;
}

p {
	font-size: 16px;
	text-align: justify;
	line-height: 18px;
	text-indent: 24px;
	letter-spacing: normal;
	font-family: garamond;
}

h1 {
	font-size: 24px;
	color: #0000FF;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 2px;
	font-style: italic;
	line-height: normal;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	color: #0000FF;
	text-decoration: overline;
	font-weight: bold;
	letter-spacing: 3px;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	letter-spacing: 2px;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-align: center;
	text-transform: uppercase;
}

a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #0000cc;
	text-decoration: none;}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#header {
	background-color: #FFFFFF;
	margin: auto;
	height: 200px;
	width: 990px;
	border: 1px solid #000000;
	position: relative;
	visibility: visible;
	z-index: 1;
	background-image: url(../images/alumni_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#top-menu {
	background-color: #0000FF;
	margin: auto;
	width: 990px;
	border: 1px solid #000000;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 30px;
	top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top-menu a:link {
	color: #ffffff;
	text-decoration: none;
}

#top-menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#top-menu a:hover {
	color : #ff0000;
	text-decoration : underline;
}

#breadcrumbs {
	background-color: #FFFFFF;
	margin: auto;
	width: 990px;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 30px;
	top: 2px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #000000;
}

#breadcrumbs a:link {
	color: #666666;
	text-decoration: none;
}

#breadcrumbs a:visited {
	color: #666666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color : #ff0000;
	text-decoration : underline;
}#page-name {
	background-color: #FFFFFF;
	margin: auto;
	height: 50px;
	width: 990px;
	position: relative;
	visibility: visible;
	z-index: 1;
	top: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #000000;
}
#content-cell {
	background-color: #FFFFFF;
	margin: auto;
	width: 990px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: auto;
	top: 2px;
}
