@charset "utf-8";


/* General Layout and Global Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin: 0;   
    padding: 0;   
} 
img {
	border: 0px;
}
a {
	outline: none;
}
body {
	background-color: #666666;
	color: #305169;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}

#PageWrapper {
	background-image: url(../images/bg.jpg);
	border-bottom: 5px solid #333333;
	width: 100%;
}


/* Header Styles */

#HeaderWrapper {
	background-color: #ffce92;
	width: 100%;
}
#Header {
	height: 282px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 8px;
	width: 960px;
}
#HeaderLeft {
	float: left;
	margin-top: 70px;
}
#HeaderRight {
	float: right;
}


/* Search Box Styles */

#SearchWrapper {
	margin-top:33px;
}
#SearchWrapper p {
	color: #ffffff;
	display: block;
	padding-bottom: 3px;
	width: 210px;
}

#SearchWrapper a {
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
}
#SearchWrapper a:hover, #SearchWrapper a:active {
	text-decoration: underline;
}
.SearchBox {
	background-color: #ffce92;
	border: 1px solid #a42822;
	color: #333333;
	float: left;
	font-size: 12px;
	height: 20px;
	padding-top: 4px;
	padding-left: 8px;
	margin-right: 10px;
	width: 167px;
}
.SubmitSearch {
	background-image: url(../images/go.jpg);
	cursor: pointer;
	height: 26px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-style: none;
	border-left-width: 0px;
	float: left;
	width: 30px;
}


/* Navigation Styles */

#NavigationTopWrapper {
	background-color: #444444;
	border-top: 1px solid #a42822;
	border-bottom: 1px solid #a42822;
	height: 32px;
	overflow: hidden;
	width: 100%;
}
#NavigationTop {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	/*padding-left: 80px;*/
	padding-left: 0px;
	text-align: center;
	/*width: 880px;*/
	width:960px;
}
#NavigationTop ul {

}
#NavigationTop li {
	display: block;
	float: left;
	font-size: 1.4em;
	list-style-type: none;
}
#NavigationTop a {
	background-image: transparent;
	background-position: bottom;
	background-repeat: repeat-x;
	color: #cccccc;
	display: block;
	margin-left: 3px;
	padding: 7px 12px 8px 12px;
	text-decoration: none;
}
#NavigationTop a:hover, #NavigationTop a:active, #NavigationTop a.Selected {
	background-image: url(../images/nav_border.jpg);
}


/* Feature Bar Styles */

#MainFeature {
	background-image: url(../images/feature_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #a42822;
	height: 277px;
	width: 100%;
}
#MainFeatureContent {
	margin-right: auto;
	margin-left: auto;
	width: 855px;
}
#feature {
	float: left;
	margin: 35px 40px 0px 40px;
	width: 205px;
}
#feature img {
	border: 5px solid #ffffff;
	margin: 0px 0px 7px 0px;
}
#feature h4 {
	color: #a42822;
	font-size: 16px;
	font-weight: normal;
}
#feature p {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
#feature a {
	color: #a42822;
	text-decoration: none;
}
#feature a:visited {
	color: #a42822;
	text-decoration: none;
}
#feature a:hover, 
#feature a:active {
	color: #a42822;
	text-decoration: underline;
}


/* Content Styles */

#ContentWrapper {
	background-color: #ffffff;
	border-top: 5px solid #a42822;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	width: 960px;
}

/* Left Content Styles */

#LeftContentWrapper {
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
	width: 145px;
}
#LeftContent {
	padding: 0px 0px 20px 0px;
}
#LeftContent h3 {
	color: #ff5400;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top:20px;
}
#LeftContent p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 15px;
}
#LeftContent ul {
}
#LeftContent li {
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 5px;
}
#LeftContent a {
	color: #305169;
	text-decoration: underline;
}
#LeftContent a:visited {
	color: #305169;
	text-decoration: underline;
}
#LeftContent a:hover, 
#LeftContent a:active {
	color: #ff5400;
	text-decoration: underline;
}


#LeftNav {
	padding: 20px 0px 0px 0px;
}
#LeftNav h3 {
	color: #ff5400;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}
#LeftNav ul {
	margin-bottom: 30px;
}
#LeftNav li {
	background-image: url(../images/bullet2.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 20px;
}
#LeftNav a {
	color: #305169;
	text-decoration: underline;
}
#LeftNav a:visited {
	color: #305169;
	text-decoration: underline;
}
#LeftNav a:hover, 
#LeftNav a:active {
	color: #ff5400;
	text-decoration: underline;
}
#LeftNav a.current {
	color: #ff5400;
	text-decoration: underline;
}

/* Main Content Styles */

#MainContentWrapper {
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
	width: 518px;
}
#MainContent {
	padding: 0px 0px 20px 0px;
}

#MainContent h1 {
	color: #0081cc;
	font-size: 3em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
#MainContent h2 {
	color: #0081cc;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
}
#MainContent h3 {
	color: #0081cc;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
}
#MainContent p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 25px;
}
#MainContent ul {
	margin-bottom: 20px;
}
#MainContent li {
	background-image: url(../images/bullet2.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 20px;
}
#MainContent li li {
	font-size: 1em;
	list-style-type: circle;
}
#MainContent a {
	color: #ff5400;
	text-decoration: none;
}
#MainContent a:hover, 
#MainContent a:active {
	text-decoration: underline;
}
#MainContent table, #MainContent table p {
	font-size:1em;
	line-height:1.6em;
}

/* Right Content Styles */

#RightContentWrapper {
	background-color: #ffffff;
	float: right;
	margin: 20px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
	width: 175px;
}
#RightContent {
	padding: 0px 0px 20px 0px;
}
#RightContent h3 {
	color: #ff5400;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}
#RightContent p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 15px;
}
#RightContent ul {
}
#RightContent li {
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 15px;
}
#RightContent a {
	color: #305169;
	text-decoration: none;
}
#RightContent a:hover, 
#RightContent a:active {
	text-decoration: underline;
}
#RightContent a.orange {
	color: #ff5400;
	text-decoration: none;
}
#RightContent a.orange:hover, 
#RightContent a.orange:active {
	text-decoration: underline;
}

#RelatedContent h1 {
	color: #ff5400;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}
#RelatedContent ul {
	margin-bottom: 20px;
}
#RelatedContent li {
	background-image: url(../images/bullet2.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 20px;
}
#RelatedContent li li {
	font-size: 1em;
	list-style-type: circle;
}

/* Footer Styles */

#FooterWrapper {
	height: 150px;
	width: 100%;
}
#FooterContent {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#FooterContent a {
	color: #ffffff;
	text-decoration:underline;
}
#FooterContent a:hover, #FooterContent a:active {
	text-decoration: none;
}
#FooterContent .Column1 {
	border-right: solid 1px #ffffff;
	float: left;
	height: 110px;
	padding-top: 5px;
	width: 400px;
}
#FooterContent .Column2 {
	border-right: solid 1px #ffffff;
	float: left;
	height: 110px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 50px;
	width: 269px;
}
#FooterContent .Column3 {
	float: left;
	height: 110px;
	padding-top: 5px;
	padding-left: 50px;
	width: 167px;
}

/* Additional Styles */

.clear {
	clear: both;
	height: 0px;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

/* Scholarship search and results */
#ScholarshipSearchForm
{
	background-color:#ddd;
	border:solid 1px #a42822;
	padding:2em;
}

.SearchLabel
{
	font-weight:bold;
	display:inline-block;
	width:100px;
}
.SearchSeparator
{
	text-align:center;
	padding-top:2em;
	padding-bottom:2em;
	font-weight:bold;
}

h2.ScholarshipItemTitle
{
	padding-top:1.5em;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

.ScholarshipItemUpdateDate
{
	font-size:1em;
	padding-bottom:1em;
	padding-top:1em;
}

.ScholarshipTopLink
{
	float:right;
}
#MainContent ol.design_list_vertical li {
	list-style-type:none;
	list-style-position: outside;
	margin-left:0px;
	padding-left:0px;
	background-image: none;
}
