/* CSS Document */
/* These are the styles for the current 800 wide pixel design */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font: 1em Arial, Helvetica, sans-serif;
}
.clearit{
clear: both;
}

/* these are the borders that encase every page of the website. the wrapper style is the thin rule, the wrapperoutside style is the thicker rule */
#wrapper{
	overflow: hidden;
	background: #FFFFFF;
	border-top: 6px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 6px solid #000000;
	border-left: 2px solid #000000;
	position: relative;
}

/* CSS Document */
/* This is the CSS for all of the left side menus */


/* These class style are the main section headers for the left side menus */
.h3bluetext {
	font-size: 105%;
	color: #FFFFFF;
	background: #044c86;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 1px solid #000000;
	padding-left: 10px;
	margin-left: -5px;
}
.h3yellowtext {
	font-size: 110%;
	color: #000000;
	background: #e1c900;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 1px solid #000000;
	margin-left: -5px;
	padding-left: 20px;
}
.h3goldtext {
	font-size: 110%;
	color: #000000;
	background: #ff9600;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 1px solid #000000;
	margin-left: -5px;
	padding-left: 20px;
}

/* these are the parent links. all link styles are children of these */
a:link    {
	color: #044c86;
	text-decoration: none;
}
a:visited  {
	color: #044c86;
	text-decoration: none;
}
a:hover  {
	color: #000000;
	text-decoration: underline;
}

/* the fc logo goes in this container. if the logo should ever change, this container will need to change dimension based on graphic size changes */
#logocontainer
{
	float: left;
	width: 220px;
	height: 69px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* breadcrumbs */
#breadcrumbs{
	font: 70% Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 10px;
	color: #333333;
	text-align: left;
	width: 700px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#breadcrumbs ul, #breadcrumbs li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#breadcrumbs a:link, #breadcrumbs a:visited
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 100%;
	text-decoration: underline;
}

/* each of the main section left side menus have their own basic styles defined below. This style controls the box encases the menu. to change the style of the list itself or the header for each of the lists, please refer to the mktree.css style sheet.  */
#admittednavmenu{
	width: 220px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: left;
	float: left;
	background: #D6E7FF;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	padding-left: 5px;
}
.leveltwo{
	margin-left: 20px;
}
#alumninavmenu{
	width: 220px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: left;
	float: left;
	background: #FFFDB8;
	border-bottom: 1px dotted #666666;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* this is the right side content for each of the six main sections just below the main imagery. If no imagery is used on the main section page, it is advised to use the secondarycontent style in place fo this style */
#maincontent{
	padding: 20px 10px 10px 20px;
	float: right;
	margin: 10px 10px 10px 10px;
	text-align: left;
}

/* this is class style for the body text and links for the entire site */
.bodyblack {
	font-size: 80%;
	text-align: justify;
	line-height: 130%;
}
.bodyblacklink {
	font-size: 90%;
}
.bodyblacklink a:link{
	text-decoration: none;
}
.bodyblacklink a:visited{
	text-decoration: none;
}
.bodyblacklink a:hover{
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
	text-decoration: none;
}
.standardtext {
	font-size: 11pt;
}
.bodywhite {
	text-align: justify;
	font-size: 90%;
	line-height: 120%;
	color: #FFFFFF;
}
.bodywhitelink {
	color: #FFFFFF;
	font-size: 90%;
}
.bodywhitelink a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.bodywhitelink a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.bodywhitelink a:hover{
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
	text-decoration: none;
}

/* each of the main sections have a colored header. below are the styles that control those areas */
#headeryellow {
	background: #e1c900 url(yellowblur.gif) repeat-x;
	margin: 0px;
	padding: 6px 6px 6px 0px;
	border-bottom: 1px solid #000000;
}
.yellowtopbar {
	color: #000000;
	padding: 0px;
	text-align: right;
	margin: 0px;
	font-size: 75%;
}
#headerblue {
	background: #044C86 url(blueblur.gif) repeat-x;
	margin: 0px;
	padding: 6px 6px 6px 0px;
	border-bottom: 1px solid #000000;
}
.bluetopbar {
	color: #FFFFFF;
	padding: 0px;
	text-align: right;
	margin: 0px;
	font-size: 75%;
}

/* these are misc. class style that have not been used in this site. you may use these or create new styles of your own  */
.small {
	font-size: 70%;
	text-align: left;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
}
.medium {
	font-size: 90%;
	text-align: left;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
}
.smallwhite {
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
}
.heading {
	font-size: 125%;
	font-weight: bold;
	color: Black;
}
.RT9 {font-size: 9pt; color: red; }
.ST9 {font-size: 9pt; color: black; }
.WT9 {font-size: 9pt; color: white; }