/*

	Wendy Kennedy - UCF - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/


/* =General
---------------------------------------------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 15px 0 15px 0;
	background: #4E2481;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 711px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#border-top {
	width: 711px;
	height: 17px;
}

#bottom-border {
	width: 711px;
	height: 17px;
}

#main-background {
	background: #ffffff url('../images/wrapper/main-background.gif') repeat-y;
	width: 711px;
}

#content {
	background-color: #FFFFFF;
	margin: 0 10px 0 40px;
}

.content-pad {
	padding: 0 5px 20px 20px;
}

/* =Sidebar Box
---------------------------------------------------------------------------------------------------- */
.sidebar-box-top {
	width: 221px;
	height: 12px;
}

.box-content {
	background: #ffffff url('../images/wrapper/sidebar-box-bg.gif') repeat-y;
	width: 221px;
}

.box-content .bullet-sm {
	list-style-image: url('../images/bullet-orange.gif');
	font-size: 11px;
	margin-right: 10px;
}

.box-content .quote {
	font-size: 11px;
	font-style: italic;
	padding: 0 8px 0 8px;
}

.box-content .quote-small {
	font-size: 10px;
	text-align: right;
	padding: 0 8px 0 0;
}

.box-content p, .box-content h3 {
	margin: 0px 8px 0 8px;
	padding: 3px 0 5px 0;
	font-size: 12px;
	
}

.sidebar-box-btm {
	width: 221px;
	height: 12px;
}

#sidebar-table {
	width: 200px;
	font-size: 12px;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
h1 {
	color: #4E2481;
	font-size: 18px;
	margin: 10px 0 10px 0;
	padding: 0;
}

h2 {
	color: #4E2481;
	font-size: 16px;
	margin: 8px 0 0 0;
	padding: 0;
}

h3 {
	color: #4E2481;
	font-size: 13px;
	margin: 8px 0 0 0;
	padding: 0;
}

p {
	font-size: 12px;
	margin: 0 0 12px 0;
	line-height: 1.3em;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul, ol {
	font-size: 12px;
	margin: 4px 5px 0 30px;
	padding: 0;
}

ol li, ul li {
	font-size: 12px;
	padding-bottom: 5px;
	list-style-image: url('../images/bullet-orange-big.gif');
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:visited {
	color: #0168CD;
}

a:hover {
	color: #000000;
}

/* =Learn More Link
---------------------------------------------------------------------------------------------------- */
a.purple {
	color: #4E2481;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

a.purple:hover, a.purple:visited {
	color: #4E2481;
}

/* =Introduction Link
---------------------------------------------------------------------------------------------------- */
a.orange {
	color: #FF9900;
	font-size: 10px;
	margin-left: 50px;
}

/* =Misc: Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: transparent url(../images/wrapper/.gif) top left no-repeat;
	height: 24px;
}


