﻿body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h1
{
	color: #003C72;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}

#container
{
	width: 949px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/cfb/images/subpage/background_slice.gif);
	background-repeat: repeat-y;
}


#header #logo img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header
{
	padding-right: 20px;
	text-align: right;
	background-image: url(/cfb/images/homepage/header_bg.gif);
	background-repeat: no-repeat;
	height: 56px;
	color: #ffffff;
}

#searchBox
{
	padding-top: 15px;
	float: right;
	width: 450px;
}
#logo
{
	float: left;
	padding-left: 20px;
}
#header a
{
	color: #FFFFFF;
	text-decoration: underline;
}
#header a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}


#header img
{
	border: 1px solid #FFFFFF;
	margin-left: -4px;
	margin-bottom: -5px;
	margin-bottom: -4px;
}

#header .SearchButton
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin-left: -4px;
	margin-bottom: -5px; *margin-bottom:-4px;
}

#header .Search
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
}



#sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-left: 15px; 
	margin-top: 5px;
	*margin-top:-25px;
}
#sidebar2
{
	float: right; /* since this element is floated, a width must be given */
	width: 205px;
	margin-right: 15px;
	margin-top: 5px;
	*margin-top:-25px;
}


#sidebar2MainLanding
{
	float: right; /* since this element is floated, a width must be given */
	width: 205px; 
	margin-top:2px;
 	padding-right: 13px;
 	font-size: 10px;
}

.RightPanelMedAd1 h1
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}


.RightPanelMedAd1
{
	background-image: url(/cfb/images/subpage/ad_panel_green.jpg);
	background-repeat: no-repeat;
	height: 278px;
	width: 185px; 
	margin-top: -1px;
	padding-left: 12px;
	padding-right: 13px;
}

.RightPanelMedAd2
{
	background-image: url(/cfb/images/subpage/ad_panel_blue.jpg);
	background-repeat: no-repeat;
	height: 278px;
	width: 185px; 
	margin-top: -1px;
	padding-left: 12px;
	padding-right: 13px;
}

.RightPanelMedAd2 h1
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.RightPanelSmAd1
{
	background-image: url(/cfb/images/subpage/ad_panel_red.jpg);
	background-repeat: no-repeat;
	height: 278px;
	padding-left: 12px;
	padding-right: 13px;
}

.RightPanelSmAd1 h1
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
}

.RightPanelSmAd2
{
	background-image: url(/cfb/images/subpage/ad_panel_dk_orange.jpg);
	background-repeat: no-repeat;
	height: 278px;
	padding-left: 12px;
	padding-right: 13px;
}

.RightPanelSmAd2 h1
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
}


#rightText
{
	background-image: url(/cfb/images/subpage/rightside_panel/bg_gradient.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 2px;
	padding-right: 6px;
	padding-bottom: 15px;
}

#login
{
	background-image: url(/cfb/images/subpage/login_bg.gif);
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 35px;
}
#selectLogin
{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #4F69E1;
}

#leftLinks 
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 1px;
	*margin-top: 3px;
}


#login a
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	padding-left: 5px;
}
#login a:hover
{
	color: #3366CC;
}
#login table
{
	text-align: left;
	width: 97%;
}
#login table td
{
	padding: 0px;
	margin: 0px;
	height: 20px;
}
#login img
{
	float: right;
}
#mainContent
{
	width: 527px;
	float: left;
	background-image: url(/cfb/images/subpage/body_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-top: 5px;
}

#mainContent ul, ol
{
	padding-left: 35px;
}

#mainContentNoRightPanel
{
	width: 734px;
	float: left;
	background-image: url(/cfb/images/subpage/body_bg_full.jpg);
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-top: 4px;
}

#mainContentFull
{
	width: 917px;
	float: left;
	margin-left: 8px;
	margin-top: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContentTopImg
{
	width: 527px;
	float: left;
	margin-left: 3px;
	margin-top: 4px;
}
#mainContentLanding
{
	width: 527px;
	float: right;
	background-image: url(/cfb/images/subpage/body_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: -1px;
	border: 0px black solid;
}
#sidebar2 p
{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 10px;
	padding-right: 20px;
}

#sidebar2 a
{
	color: #000099;
	text-decoration: underline;
}
#sidebar2 a:hover
{
	color: #999999;
	text-decoration: underline;
}
#mainContent p
{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#Console
{
	width: 935px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#footer
{
	background-image: url(/cfb/images/subpage/footer_bg1.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFFFFF;
	color: #999999;
	float: left;
	clear: both;
	width: 949px;
 }

#footer a
{
	color: #999999;
}

#footer a:hover
{
	color: #666666;
}

#footercontent
{
	margin-top: 25px;
	width: 925px;
	position: relative;
}

#footerLogo
{
	margin-top: 15px;
	width: 200px;
	margin-left: 30px;
	float: left;
	position: relative;
}

#footerText
{
	width: 500px;
	float: right;
	padding-top: 20px;
	padding-right: 150px;
}

#footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 18px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt
{
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.contentpadding
{
	padding: 10px 10px 10px 10px;
}
.field
{
	font-size: 11px;
}
.headers
{
	color: Navy;
	font-size: 11px;
	font-weight: bold;
}
.bioLinks
{
	color: Blue;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.links
{
	color: Blue;
}
.linksbold
{
	color: Blue;
	font-weight: bold;
}
.linksheader
{
	color: Blue;
	font-weight: bold;
	font-size: 12px;
}
.expbtn
{
	background: transparent url(/cfb/images/subpage/expbtn.jpg) no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	cursor: hand;
	border: none;
}
.colbtn
{
	background: transparent url(/cfb/images/subpage/colbtn.jpg) no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	cursor: hand;
	border: none;
}
.searchbtnpos
{
	float: right;
	margin-top: 3px; *margin-top:4px;
}

/* Style for DataLists */
.AspNet-DataList table tr td
{
	vertical-align: top;
}

/* Style for RadEditor Content Placeholders w/ Toolbar*/
.RadEContent, .RadEContentBordered
{
	padding: 3px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #ACA899;
	scrollbar-face-color: #BACBF4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #7E9FD2;
	scrollbar-3dlight-color: #E6EEFC;
	scrollbar-arrow-color: #4D6185;
	scrollbar-track-color: #F7F7F3;
	scrollbar-darkshadow-color: #C6D1DC;
	font-size: 10pt;
	font-family: Arial, VErdana, Times New Roman;
}

/* Styles for the Rates tables */
.hdr_mdbl
{
	background-image: url(/cfb/images/blue_bg.gif);
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding: 3px;
}

.bgltblue
{
	background-color: #F5F8FC;
}
.ratestable
{
	background-color: #F5F8FC;
}
.ratestable td
{
	padding: 2px;
}

.rate1
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/cfb/images/hdr_dkblue_bg.jpg);
}

.rate2
{
	background-color: #FFFFFF;
	font-size: 11px;
	color: #052B53;
	font-weight: normal;
}

.ratedis
{
	color: #456EA7;
	font-weight: normal;
}

.smblue
{
	font-size: 11px;
	color: #0033CC;
	padding: 3px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.ratelinksbold
{
	color: Blue;
	font-size: 13px;
	font-weight: bold;
}
.ratefont
{
	font-size: 12px;
}
.rateheader
{
	font-size: 12px;
	font-weight: bold;
}

/* End Rate table styles */

/* Enrollment styles */

.hdrsection
{
	font-size: 14px;
	color: #000000;
	background-color: #E3DFD9;
	font-weight: bold;
	padding: 10px 6px 10px 6px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.DataTable
{
	width: 920px;
	margin-left: 5px;
}

.bgdktan {
	background-color: #000000;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	font-weight: bold;
}

.bgmedblue {
	background-color: #D0CFC7;
	padding: 2px 6px 2px 6px;
	color: #3a3a3a;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 15px;
}

.requiredmark
{
	color: Orange;
	font-weight: bold;
}

.columnSpacer
{
	width: 300px;
}

.accountType
{
	margin-left: 300px; 
	margin-top: 10px;
}

.accountType label
{
	font-size: 1.2em;
}

.accountDesc
{
	margin: 10px 5px 10px 5px;
}

.secondButton
{
	margin-left: 25px;
}
/* End Enrollment styles */

.calcFrame
{
	padding-top: 1px;
}

/* Custom Default Font Sizes for CFB */

.Tahoma8pt
{
    font-family: Tahoma;
    font-size: 8pt;	
}

.Tahoma9pt
{
    font-family: Tahoma;
    font-size: 9pt;	
}

.Tahoma10pt
{
    font-family: Tahoma;
    font-size: 10pt;	
}

.Tahoma11pt
{
    font-family: Tahoma;
    font-size: 11pt;	
}

.Tahoma12pt
{
    font-family: Tahoma;
    font-size: 12pt;	
}

.Tahoma13pt
{
    font-family: Tahoma;
    font-size: 13pt;	
}

.Tahoma14pt
{
    font-family: Tahoma;
    font-size: 14pt;	
}

.Tahoma15pt
{
    font-family: Tahoma;
    font-size: 15pt;	
}

.Tahoma16pt
{
    font-family: Tahoma;
    font-size: 16pt;	
}

/* End Custom Default Font Sizes for CFB */