/* CSS Document */
/* created by Stacy Nakamura Summer 2006 for FSCC*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ffffff;
	margin: 0px;
	padding; 0px;
}

p {
	line-height: 1.3em;
	/* [disabled]margin-bottom: 1.5em; */
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #660033;
}
a:hover, a:active {
	text-decoration: underline;
	color: #660033;
}

/* header */

#header h1 {
	background: url(img/header-d.png) no-repeat top left;
	height: 125px;
	padding: 0px 0px;
}

#header p {
	text-align: right;
	margin: 0;
	padding: 0 10px 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-style: italic;
	color: #1a3069;
	border-bottom: 4px double #d3d3d3;
}

/* main section layout structure */
#sidebar {
	float: left;
	width: 25%;
}

#content {
	float: right;
	width: 75%;
}

#footer {
	clear: both;
}

/* gutters */
#sidebar .gutter {
	padding: 0 10px 20px 10px;
	background: #660033;
	color: #ffffff;
}
#content .gutter {
	padding: 10px;
	background: #ffffff;
}

/* sidebars */
#sidebar {
	font-family: Georgia, Times, serif;
	font-style: italic;
}
#sidebar h3 {
	margin: 0;
	padding: 8px 0 0 0;
	color: #ccc180;
	font-family: Georgia, Times, serif;
	font-size: 130%;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	line-height: 1.4em;
	font-size: 110%;
}
#sidebar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;	
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .mainMenu {
	padding-bottom: 0.5em;
}
#sidebar .secondaryMenu {
	border-top: 3px double #8e7253;
	padding-bottom: 0.5em;
}

/* content */
#content {
	font-size: 95%;
}

#content h2 {
	margin: 0 1.5em 1em 0;
	padding: 0;
	font-family: Trebuchet, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 180%;
	font-style: italic;
	color: #8e7253;
}

#content h3 {
	margin: 0 1.5em 1em 0;
	padding: 0;
	font-family: Trebuchet, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	font-style: normal;
	color: #000000;
}
 

#content dt {
	padding: 5px;
	font-size: 105%;
	font-weight: bold;
}

#content dd {
	padding: 0 0 5px 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3 em;
}

/* footer */
#footer {
	font-family: Georgia, Times, serif;
	font-size: 85%;
	text-align: right;
	padding: 10px 10px 0 0;
	color: #666666;
}

