<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Cabin:400,700);

/*Tag Specific*/
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); 
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	padding: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}

input[type=button],
input[type=submit] {
	border: 2px groove #ffffff;
	background-color:#407691;
	margin:5px;
	padding: 5px;
	color:#ffffff;
	text-align: center;
	font-size: 1.2em;
	color: #ffffff;
}

a {
	color: #4c9dbc;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
	color: #666;
}

h1,h2 { 
	font-family: Helvetica,sans-serif;
	color:#4a2916;
	line-height: 120%;
	font-size: 36px;
}

h3 {
	font-family: Helvetica,sans-serif;
	color: #4a2916;
	line-height: 120%;
	font-size: 30px;
}

#preheader h1 {
	color: #4c9dbc;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3.whiteheader {
	font-family: Helvetica,sans-serif;
	color: #ffffff;
	line-height: 120%;
	font-size: 30px;
}

h2.brownheader {
	color: #774F31;
}

h2.blueheader {
	color: #407691;
}

h2.purpleheader {
	color: purple;
}

h2.yellowheader {
	color: #A78500;
}

body {
	margin: 0;
	font-family: Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #363636;
}

#container {
	text-align: center;
}

#header {
	position: absolute;
	width: 90%;
	z-index: 9999;
	text-align: center;
	height:160px;
	margin: auto;
	padding-top: 46px;
	padding-left: 78px;
}

#storecontent ul {
	text-align: left;
}


#header li {
	list-style:none;
	display:inline;
	color: #ffffff;
	font-family: Helvetica,sans-serif;
}

.leftheader {
	float:left;
}

#rightheader {
	float:right;
}

#rightheader ul{
    text-align:center;
}

#rightheader li {
	list-style:none;
	display:inline;
	color: #ffffff;
	font-family: Helvetica,sans-serif;
	
}

#rightheader a {
    color:#fff; 
	text-transform:uppercase; 
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	padding: 5px;
	font-size: 1.1em;
	
}

#main {
	position: relative;
	padding-top: 170px;
	background-image: url('Assets/images/webstoremainheader.jpg');
	background-size: cover;
	background-position: 50%;


}

#main .overlay{position:absolute;left:0;top:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}

#content {
	position: relative;
	z-index: 10;
	font-size: 18px;
	font-family: Helvetica,sans-serif;
	color: #ffffff;
	background-color:rgba(0,0,0,.5);
	padding: 25px;
	margin: 25px;
}

#preheader {
	height: 75px;
	padding: 10px;
	background-color:#4a2916;
	z-index: 999999;
text-align: center;
		position: relative;
		margin: 0 auto;
	}

#social {
	float:right;
	padding-right: 10px;
	padding-top: 3px;
	padding-left: 10px;
}

#social img {
	padding-right: 15px;
	padding-top: 5px;
}
#pageheader {
	background-image: url('Assets/images/webstoremainheader.jpg');
	background-size: cover;
	background-position: 50%;
	height: 30vh;
	min-height:200px;
}

#pageheader .overlay{position:absolute;left:0;top:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}

#parentpageheader {
	background-image: url('Assets/parentloginheader.jpg');
	background-size: cover;
	background-position: 50%;
	height: 40vh;
	min-height:300px;
}
#storecontent a {
	color:#4c9dbc;
}
#parentpageheader .overlay{position:absolute;left:0;top:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}

#studentpageheader {
	background-image: url('Assets/images/studentloginheader.jpg');
	background-size: cover;
	background-position: 50%;
	height: 40vh;
	min-height:300px;
}

#studentpageheader .overlay{position:absolute;left:0;top:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}

#storecontent {
	position: relative;
	z-index: 10;
	font-size: 18px;
	font-family: Helvetica,sans-serif;
	color: #000000;
	background-color:#e7e6d5;
	padding: 25px;
	margin: 0 auto;
	padding-top: 125px;
}

.homebuttonbox {
	border: 2px groove #ffffff;
	background-color:#407691;
	margin:5px;
	padding: 5px;
	color:#ffffff;
	text-align: center;
	font-size: 1.0em !important;
}

.homebuttonbox a {
	color:#ffffff;
	font-size: 1.0em !important;
}

#searchbar {
	float:right;
	z-index:5;
}

#footer {
    height:100px;
	margin:0;
	background-color: #363636;
	color:#fff; 
	line-height: 2;
	width: 100%;
	position: absolute;
}

#footer ul{
    text-align:center;
}

#footer li {
	list-style:none;
	display:inline;
	color: #ffffff;
	font-family: Helvetica,sans-serif;
}

#footer a {
    color:#fff; 
	text-transform:uppercase; 
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	padding: 5px;
	
}

#footer li:not(:last-child) { border-right: 1px solid #ffffff; }
#header li:not(:last-child) { border-right: 1px solid #ffffff; }

.maintable {
	margin-left:20px;
}
.sidebar {
	width: 204px;
	text-align:left;
}

.sidebar a {
	color: #4c9dbc;
	font-size: 12px;	
	text-decoration:none;
}

.sidebar a:hover {
	color: #000000;	
	text-decoration:underline;
}

.sidebarbox {
	border: 1px solid #774F31;
	margin: 10px;
	padding: 5px;
	background-color:#ffffff;
	font-size: 0.8em;
}

.whitetext {
	font-family: Helvetica,sans-serif;
	color: #ffffff;
}

.bigtext {
	font-size: 1.5em;
}


.sidebaritem {
	  font-weight:bold;
	  font-size:1em;
	  color: #636363;
	  padding-bottom: 15px;
}

.quicklinkitem {
	  padding-left:12px;
}

.sidebaritem a {
	color:#4a2916 !important;
}


.purpletext {
	color: purple;
	font-weight: bold;
	font-size: 1.2em;
}

.bluetext {
	color: #407691;
}
.contactinfo {
	background-color: #774F31;
	color: #ffffff;
	font-size: 0.9em;
	line-height:1.5em;
	border-top : 4px solid #ffffff;
	padding-left:17px;
	padding-top:10px;
	background-image: url(Assets/images/contactusbg.jpg);
	background-repeat: no-repeat;
}
.contactsidebarfooter {
	height: 38px;
	background-color: #774F31;	
}

#ctl00_bannercontainer {
	width: 751px;
	height: 100px;
	margin-left:35px;
	display: none;

}

#outsideframe {
	position:relative;
	top:-93px;
}

#sitenamebox {
	position:relative;
	top:-120px;
	left:290px;
	width: 169px;
	height: 41px;
	background-color: #ffffff;
	border: 2px solid #000000;	
	color:#000000;
	text-align:center;
	line-height: 2.3em;
	font-size: 1.2em;
}


/*index.aspx*/
#homepagecontent {
	margin-left: 15px;
	margin-top:20px;
}
#homepagecontent #img1{
    border:0;
    width:206px;
    height:138px; 
}
#homepagecontent #img2{
    border:0;
    width:206px;
    height:140px;
}
#homepagecontent #img3{
    position:absolute; 
    top:356; 
    z-index:1;
    height:159px;
    width:210px;
}

#shopnowbutton {
	position:relative;
	z-index:5;
	top:-428px;
	left:550px;
	width:216px;
	height:216px;
}

#planofaction {
	position: relative;
	z-index:5;
	top: -580px;
	left: 550px;
	width:223px;
	height:291px;
}

.login {
	width: 226px;
	height:242px;
	background: url('Assets/images/loginbackground.jpg') no-repeat;
}
#btnSponsorLogin, #btnStudentLogin{
    background: url('Assets/images/loginButtons.png') no-repeat;
    display:block;
    width:156px;
    height:51px;
}
#btnStudentLogin{background-position:0 0;}
#btnStudentLogin:hover{background-position:-157px 0;}
#btnSponsorLogin{background-position:0 -52px;}
#btnSponsorLogin:hover{background-position:-157px -52px;}

#btnAboutUs{
    background: url('Assets/images/aboutusbuttons.jpg') no-repeat 0 0;
    width:226px;
    height:210px;
    display:block;
}
#btnAboutUs:hover{background-position:-227px 0;}


/*ContactUs.aspx*/
.contactform {
    text-align: right;
}
.contactform td{ padding-right: 5px; }
.contactform img{cursor:pointer;}
.contactform input, .contactform select, .contactform textarea 
    { float:left; margin-right:4px; }
.contactdisclaimer {
	font-size:0.6em;
	font-style:italic;
    text-align:center;
}



/*Shopping.aspx*/
#categoryheader {
	height:40px;
	color:#000000;
}

#categoryheader h2 {
	color:#000000;
}
#categoryheader a {	
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;		
	font-family: Helvetica,sans-serif;
}

#categoryheader a:hover {
	text-decoration: underline;	
}

#subcategoryheader {
	height:40px;
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;		
	font-family: Helvetica,sans-serif;
	text-align:left;
}


#subcategory a {	
	color: #000000;
	padding-bottom: 10px;
	padding-left: 5px;
}

#subcategory a:hover {
	text-decoration: underline;	
}




#categorysidebar {
	background: url('Assets/images/categorysidebar.png') no-repeat;
	height:175px;
	width: 115px;
	padding-top:0px;
	padding-left:5px;
}

#subcategorysidebar {
	background: url('Assets/images/subcategorysidebar.png') no-repeat;
	height:174px;
	width: 117px;
	padding-top:0px;
	padding-left:5px;
}

#categorysidebar ul {
	list-style-type: none;
	margin-left:-35px;
	margin-top:0px;
	padding-bottom:0px;
}

#categorysidebar li {
	background-image: url('Assets/images/redbullet2.png');
	background-repeat: no-repeat; 
	background-position: 0 .4em;
	padding-left: 1.8em;
	margin-bottom:-5px;
}

#categorysidebar li.home {
	background-image: url('Assets/images/bluebullet.jpg');
	padding-bottom: 15px;
}

#categorysidebar li.brownarrow {
	background-image: url('Assets/images/blackbullet.jpg');
}

#categorysidebar a {
	color: #000000;
	font-size: 0.7em;
	text-decoration:none;
}

#categorysidebar a:hover {	
	text-decoration:underline;
}

#subcategorysidebar a {
	color: #000000;
	font-size: 0.9em;
	text-decoration:none;
}

#subcategorysidebar a:hover {	
	text-decoration:underline;
}


/*Product.aspx*/
#productlist {
	margin-left:50px;
	margin-top: 50px;
}
#productlist ul {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#productlist li {
	background-repeat: no-repeat; 
	background-position: -0.2em;
	padding-left: 1.5em;
	padding-top:0.2em;
	
}

#productlist a {
	color: #000000;
	font-size: 0.75em;
	text-decoration:none;
}

#productlist a:hover {	
	text-decoration:underline;
}

.productdetail {
	color: #000000;
}

.producttitle{
    font-size: 1.2em;
    padding-bottom:8px;
}
.productprice {
	font-size: 1em;
}

.productname {
	font-size: 0.8em;
	color:#000000;
}

.productdescription {
	color:#000000;
	font-size: 0.9em;
	padding-bottom:5px;
}

.productdescription2 {
	font-size: 0.75em;
	color:#000000;
	font-style: italic;
}



.productdetailLink{
    color:#fff;
    font-size:0.7em;
    text-decoration:none;
    position:relative;
    padding-left:26px;
}
.productdetailLink:hover{
    color:#fff;
}
.productdetailLink img{
    position:absolute;
    top:-3px;
    left:0;
}

#relatedproducts {
    width: 690px;
    overflow: hidden;
    color: #ffffff;
}

.blueheader {
	background-color: #559cbe;
	color: #fff;
	font-size:1em;
}

.subtotal {
	border-top : 2px solid #000000 ;
	padding-top:8px;
}

.subtotaltext {
	font-size: 0.8em;
	font-weight: bold;
}

.requiredbackground {
	background-color: #7f553a;
	color:#fff;
}

.logoborder {
	border-bottom : 4px solid #ffffff ;
	background-color: #ffffff;
	height:175px;
	width: 204px;
}

.studentloginsidebar {
	background: #EDE7D9 url('Assets/images/sidebar-bg.png') repeat-x;
}

.studentloginsidebar a {
	color: #000000;
	font-size: 0.8em;	
	text-decoration:none;
}

.studentloginrightside {
	margin-right: -10px;
	border-left : 4px solid #ffffff ;
	border-right : 4px solid #ffffff ;
}

.relateddata {
	font-size: 0.7em;
}

.closebutton {
	background-color: #47829f;
	color: #ffffff;
	border-left : 4px solid #ffffff ;
	border-right : 4px solid #ffffff ;
	height:30px;
}
.closebutton div{
    float:right;
    margin-right:20px;
    padding-left:25px;
    position:relative;
}
.closebutton div img{
    position:absolute;
    top:0;
    left:0;   
}


.cartLink{
    color:#fff;
    font-size:1em;
    text-decoration:none;
    position:relative;
    padding-left:26px;
}
.cartLink:hover{
    color:#fff;
}
.cartLink img{
    position:absolute;
    top:0;
    left:0;
}

#shoppingcart {
	color:#000000;
}

#shoppingcart h3 {
	color:#000000;
}
a.whitelink {
	color: #ffffff;
}

.whitelink a:hover {
	color: #ffffff;
}
.contactinfo a {
	color: #ffffff;
}

.contactinfo a:hover {
	color: #ffffff;
}

.chooserheader {
	background-image: url('Assets/images/chooserheaderfinal.png');
	background-repeat: no-repeat; 
	height: 44px;
	width: 180px;
}

.chooserfooter {
	background-image: url('Assets/images/chooserfooterfinal.png');
	background-repeat: no-repeat; 
	height: 44px;
}

.chooserdata {
	border-left : 1px solid #000000 ;
	border-right : 1px solid #000000 ;
	color: #ffffff;
	background-color: #660000;
	font-weight: bold;
	font-size: 0.6em;
	padding: 5px;
}

.chooserinput {
	border-left : 1px solid #000000 ;
	border-right : 1px solid #000000 ;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 0.6em;
	padding: 5px;
}

.borderleft {
	border-left : 4px solid #ffffff ;
}

.borderright {
	border-right : 4px solid #ffffff ;
}

.apparelimage {
	background-image: url('Assets/images/imagebackground.png');
	background-repeat: no-repeat; 
	height: 573px;
}

.smallapparelimage {
	background-image: url('/imagebackground2.png');
	background-repeat: no-repeat; 
	height: 191px;
	width: 165px;
}

#faq {
	font-size: 0.8em;
	padding-left:10px;
	padding-right:10px;
}

#preview {
	margin-left: -24px;
	z-index:5;
}

.loginbuttonfix {
	padding-bottom: -25px;
}

.modalBackground {
	background: black !Important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !Important;
	opacity: .7 !Important;
	-moz-opacity: .7 !Important;
	z-index:555 !Important;
}

/*Personalization.aspx*/

#page-personalization{
    text-align: center;
}
#page-personalization h2{
    text-align: left; 
    margin-bottom: 0px; 
    padding-left: 20px;
    color:#491555;
}
#page-personalization #templates{
    width:100%;
    margin:5px 0 10px 0;
}
#page-personalization #templates img{
    cursor:pointer;
    border:0;
    width:146px;
    height:170px;
    margin:5px 5px 0 0;
}
#page-personalization div.ddl{
    background:url('Assets/images/dd.png') no-repeat 0 0;
    width:160px;
    color:#333;
    font: 12px "Segoe UI",Arial,sans-serif;
    height: 22px;
    line-height: 22px;
    overflow:hidden;
    position:relative;
}
#page-personalization div.ddl:hover{
    background-position:0 -22px;
}
#page-personalization div.open{
    background-position:0 -44px;
    overflow:visible;
}
#page-personalization div.ddl span{
    padding-left:4px;
}
#page-personalization div.ddlOpts{
    background:#fff;
    border-style:solid;
    border-width:1px;
    border-color:#83868D #C6C7D2 #C6C7D2;
    width:99%;
}
#page-personalization div.ddlOpts .item{
    padding:2px 6px;
    margin: 0 1px;
}
#page-personalization div.ddlOpts .item:hover{
    background:#DFDFDF;
}
#page-personalization div.ddlOpts .item table{
    width:98%;
    margin-bottom:5px;   
}

/*ColorPicker*/
	.icolor{position:absolute; z-index:999;}
	.icolor_flat,.icolor_ft{position:relative;}
	.icolor td{width: 12px;height: 12px;cursor:pointer; padding:2px;}
	.icolor table{background-color: #F0EFE3;border: 1px solid #828282;}
	.icolor .icolor_tbx{width:170px;border-top:1px solid #999;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
	.icolor_ok img{border:none;}	
	.icolorWrap{position:relative;}
	#icolor1, #icolor2{width:37px;height:21px;cursor:pointer;background:url('Assets/images/cp.png') no-repeat; position:absolute; top:0; left:0; z-index:99;}
	#icolor1:hover, #icolor2:hover{ background-position:0 -21px;}
	.icolorWrap .inner{width:12px;height:12px;background:#000; position:absolute; top:5px; left:5px; z-index:98;}

    .zoomOut{
        height:320px; width:251px; padding-left:121px; padding-top:120px;
    }
    .zoomOut2{
        height:232px; width:251px; padding-left:121px; padding-top:208px;
    }
    .zoomOut3{
        height:295px; width:317px; padding-left:66px; padding-top:145px;
    }
    .zoomIn{
        height:440px; width:375px;
    }
    .zoomIn2{
        height:330px; width:375px; padding-top:110px;
    }

/*Modal*/
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-modal-IE {
	position: fixed;
	top: 26%;
	left: 44%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	display:none;
	border:1px solid #437b97;
}
.md-show {
	visibility: visible;
}
.md-show-ie {
	display:block;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(73,21,85,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-content {
	color: #444;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h2 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(64,118,145,0.8);
	border-radius: 3px 3px 0 0;
	color:#fff;
}
.md-modal-IE .md-content h2{
    color:#437b97;
}

.md-content &gt; div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1em;
}

.md-content &gt; div p {
	margin: 0;
	padding: 10px 0;
}

.md-content #btnWrap{
    width:228px;
    height:30px;
    margin:0 auto;
}
.md-content #btnOK, .md-content #btnCancel, .md-content #btnSubmit{
    width:104px;
    height:30px;
    float:left;
	cursor:pointer;
}
.md-content #btnOK {
    background:url('Assets/images/btnOK.png') no-repeat;
    margin-right:20px;
}
.md-content #btnCancel {
    background:url('Assets/images/btnCancel.png') no-repeat;   
}
.md-content #btnSubmit{
	background:url('Assets/images/btnSubmit.png') no-repeat;
	 margin-right:20px;  
}
.md-content #btnClose{
    position:absolute;
    top:2px;
    right:6px;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    padding:0;
}
.md-modal-IE .md-content #btnClose{
    color:#437b97;
}
.md-content #status{
    height:0;
    width:100%;
    overflow:hidden;
}
.md-content .alert_error {
    display: block;
    width: 95%;
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F3D9D9 url(images/icn_alert_error.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #D20009;
    color: #7B040F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
    text-align:left;
}
.md-content .alert_success {
    display: block;
    width: 95%;
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E2F6C5 url(images/icn_alert_success.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #79C20D;
    color: #32510F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
    text-align:left;
}
.md-effect .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}



/*Helper Classes*/
.contenttext {
    padding-left: 10px;
}
.contactlabel {
	color:#fff;
}
.blacktext {
	font-family: Helvetica,sans-serif;
	color: #333;
	font-size: 0.8em;
}
.blacktextbold {
	color: #333;
	font-weight: bold;
}
.tablecaption {
	font-size: 0.8em;
	color: #491555;
}	
.tabledata {
	font-size: 0.8em;
	color: #491555;
}
.upperborder {
	border-top : 4px solid #ffffff;	
}
.tablepadding {
	padding: 10px;
}
.bottomborder {
	border-bottom : 4px solid #000000 ;	
}

#footer-wrapper {
	margin: 0 auto;
	height: 241px;
	background-color: #4884A0;
	background-image: url(images/footer-bg.jpg);
	width: 960px;
	background-repeat: no-repeat;
}

#foot-nav-wrapper {
float: right;
    height: 100px;
    padding-left: 5px;
    width: 550px;
}

#foot-nav {
	color: #FFF;
	float: right;
	width: 550px;
	text-align: right;
	margin-top: 20px;
	text-transform: uppercase;
	margin-right: 20px;
}


#foot-nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

#foot-nav a:hover {
	color: #336;
	text-decoration: none;
	font-size: 14px;
}


#newsletter {
	color: #FFFFFF;
	float: right;
	height: 100px;
	padding-right: 15px;
	padding-top: 25px;
	width: 326px;
	font-size: 13px;
}

#footer-logo {
	color: #FFF;
	float: left;
	padding-top: 25px;
	width: 320px;
	font-size: 12px;
	text-align: center;
}

#ctl00_ContentPlaceHolder1_details {
	margin-left:50px;
}

.navigator-text {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.navigator-text li {
	padding: 10px;
}

.header-link a {
	color: #4c9dbc !important;
	font-weight: bold;
}

.brown-label {
	color: #4a2916;
	font-size: 15px;
	font-weight: bold;
}

.section-header {
	background-color: #4c9dbc;
	font-size: 15px;
	color: #ffffff;
	font-family: Helvetic, sans-serif;
	font-weight: bold;
}

.subsection {
	padding-left: 10px;
	padding-bottom: 10px;
}

.blue-background {
	background-color: #4c9dbc;
	color: white;
	font-size: 24px;
	padding: 5px;
}

.brown-border {
	border-color: #4a2916;
	border-width: 2px;
	border-style: solid;
	font-size: 24px;
	padding: 10px;
}

.brown-standard {
	color: #4a2916;
	font-weight: bold;
}

.brown-small {
	color: #4a2916;
	font-size: 0.8em;
	font-weight: bold;
}

#description-text {
	width: 700px;
	margin-left: 50px;
	margin-bottom: 15px;
}
</pre></body></html>