/* Global styles */



body {
	background-color: #F0F0F0;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	color: #FFF;
	font-weight: strong;
	padding-left: 18px;
}

h2 {
	font-size: 14px;
	color: #333;
	font-weight: strong;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	color: #CC0000;
	font-weight: strong;
	line-height: 1.5;
}

p, ul, li {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.bannerbox {
	background-color: #024978;
	background-image: url(images/bannerback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.toplinks {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background-color: #CC0000;
	border-top: solid 1px #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.toplinks a:link  {
	font-size: 15px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #FFF;
	padding-left: 18px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;		
}
.toplinks a:visited  {
	font-size: 15px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #FFF;
	padding-left: 18px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
}
.toplinks a:hover  {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #FFF;
	padding-left: 18px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
}

.pageTitles {
	padding-left: 18px;
}

.contentWrapper {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background-color: #FFF;
}

.header {
	height:215px;
	width:1000px;
	border:none;
}

.submission {
	height: 850px;
	width: 90%;
	border: none;
}

.footer {
	height:100px;
	width:1000px;
	border:none;
}



/* Category and Search */


.homeBox {
	line-height: 1.5em;
	border-right: 1px solid #F0F0F0;
	padding-right: 15px;
	padding-left: 18px;
}

.category {
	line-height: 1.5em;
	border-right: solid 1px #F0F0F0;
	width: 200px;
	padding-left: 18px;
}
.category a:link {
	color: #305F94;
	text-decoration: none;
}
.category a:visited {
	color: #305F94;
	text-decoration: none;
}
.category a:hover {
	color: #305F94;
	text-decoration: underline;
}



/* Article Styles */


.articlePageTitles {
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
.articlePageTitles p {
	color: #666;
}

.studyBody {
	padding-left: 18px;
	font-family: Helvetica, Arial;
	line-height: 1.5em;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #F0F0F0;
}
.studyPicCaptions {
	font-size: 10px;
	color: #999;
}
.formheader {
	font-size: 18px;
	color: #181818;
	font-weight: normal;
	line-height: 30px;
}
.formheadertext {
	font-size: 12px;
	color: #666;
}
