body{
	background-image:url(images/bg_stripe.png);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #034171;
}

#outertop {
	background-color: #FFFFFF;
	width: 838px;
	padding: 6px;
	padding-left: 7px;
	padding-right: 5px;
}

#top {
	border: 1px solid #0190D4;
}

#outer {
	background-color: #FFFFFF;
	width: 838px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-top: 0px;
}

.nav {
	width: 850px;
}

#home {
	width: 839px;
}

#home .top {
	border-left: 1px solid #0190D4;
	border-right: 1px solid #0190D4;
}

#home .donateimage {
	margin-top: 0px;
}

#home .eventimage {
	margin-top: 4px;
	border: 1px solid #0190D4;
}

#home .events {
	border: 1px solid #0190D4;
	border-top: 0px;
	background-color: #CACACA;
	height: 237px;
	padding: 10px;
	text-align:center;
}

#home .events a {
	color: #034171;
	font-weight:bold;
	text-transform:uppercase;
}

#home .events .title {
	padding-top:10px;
	text-transform:uppercase;
}

#home .login {
	border: 1px solid #0190D4;
	border-top: 0px;
	background-color: #CACACA;
	padding: 5px;
	font-size: 10px;
	height: 58px;
	text-align: left;
}

#home .textfieldsm {
	width: 75px;
	position: relative;
  	left: -2px;
  	top: -2px;
  	background: #FFFFFF;
	margin-top: 3px;
}

#home .button {
	margin-left: 3px;
}

#home .video {
	border-left: 1px solid #0190D4;
	border-right: 1px solid #0190D4;
}

#main {
	width: 817px;
	padding: 10px;
	margin: 0px;
	background-color: #CACACA;
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #0190D4;
	border-top: none;
	text-align: left;
}


#mainabout {
	width: 817px;
	padding: 10px;
	margin: 0px;
	background-color: #CACACA;
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #0190D4;
	border-top: none;
	text-align: left;
	background-image: url(images/about_bg.jpg);
	background-position: top right;
}

#mainvideo {
	width: 817px;
	padding: 10px;
	margin: 0px;
	background-color: #CACACA;
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #0190D4;
	border-top: none;
	text-align: left;
	background-position: top right;
}

h1 {
	font-size: 22px;
	display:block;
	font-weight: bold;
	color: #034171;
	padding:5px;
	border-top:1px #66CCCC solid;
	border-bottom:1px #66CCCC solid;
	line-height: 24px;
}


h2 {
	font-size: 18px;
	font-weight: bold;
	color: #555D6A;
	line-height: 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #034171;
	line-height: 18px;
}

#about {
	margin-bottom:0px;
	text-align:justify;
}

#about .questions {
	background-color: #EBEBEB;
	border: 1px solid #0190D4;
	color: #555D6A;
	font-size: 15px;
	padding: 10px;
	line-height: 20px;
	width: 500px;
	text-align: left;
}

#about .questionstitle {
	color: #444773;
	font-weight: bold;
	font-size: 17px;
}

#about .smallpad {
 	padding-left: 30px;
}

#about .largepad {
	padding-left: 70px;
}

#about .bluebox {
	background-color: #4E5C84;
	color: #FFFFFF;
	width: 90px;
	padding: 30px;
	height: 125px;
	line-height: 20px;
}

#about .bluebox a {
	color: #FFFFFF;
}

#about .answers {
	background-color: #EBEBEB;
	border: 1px solid #0190D4;
	color: #555D6A;
	padding: 10px;
	line-height: 20px;
	margin: 15px;
	font-size: 15px;
}

#about .answers a {
	color: #555D6A;
}

#about .answerstitle {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}

#about .underline {
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
} 

#about .top {
	color: #555D6A;
	text-transform: uppercase;
	font-weight: bold;
	display:block;
	text-align:right;
	font-size: 12px;
}

#about .image {
	margin-left: 10px;
	margin-bottom: 10px;
}


/* School Section */
#leftNav {
	font-family:Verdana, Arial;
	font-size:16px;
	line-height:22px;
	width:150px;
	background-color:#dddddd;
	border: 1px solid #FFFFFF;
	padding:10px;
}

#leftNav a {
	font-family:Verdana, Arial;
	font-size:16px;
	line-height:22px;
}


#faculty IMG {
	padding: 1px;
	border: solid 1px #FFFFFF;
	max-width:125px;
	width: expression(this.width > 125 ? 125: true); 
	max-height:175px;
	height: expression(this.height > 175 ? 175: true); 
	text-align:center;
}

/* Events */

#events IMG {
	padding: 1px;
	border: solid 1px #FFFFFF;
	max-width:100px;
	width: expression(this.width > 100 ? 100: true); 
	max-height:100px;
	text-align:center;
}

#media {
	background-color: #FFFFFF;
}

#media .image2 {
	margin-right: 45px;
}

#media .blueback {
	background-color: #CACACA;
}

#media .blueborder {
	border: 3px solid #1F439A;
	width: 329px;
}

#media .article {
	padding: 10px;
	padding-bottom: 0px;
}

#media .more {
	text-align: right;
	padding: 10px;
	padding-right: 30px;
	padding-top: 0px;
	border-bottom: 1px dashed #1F439A;
}

#media .videotext {
	text-align: left;
	padding-left: 15px;
}

#media .pdf {
	font-style: italic;
	font-size: 10px;
}

#mediadetail {}

#mediadetail .title {
	font-size: 16px;
	font-weight: bold;
}

#mediadetail .author {
	font-size: 13px;
}

#mediadetail .date {
	font-size: 10px;
	font-style: italic;
}

#mediadetail .article {
	text-align: justify;
}

#mediadetail .image {
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}

#mediadetail .newslogo {
	margin-bottom: 10px;
}
/* Video */

.videolist a {
	text-decoration: none;
	color:#034171;

}

.videolist a:hover{
	color: #000000;
	text-decoration: none;
}

#dashed {
	border-right: 1px dashed #555D6A;
}

.image {
	margin-right: 10px;
	margin-bottom: 10px;
}

.image2 {
	margin-left: 10px;
	margin-bottom: 10px;
}

.schoolname {
	padding-left: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 22px;
}

.schooltitle {
	border-bottom: 1px solid #034171;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	width: 300px;
	padding-top: 3px;
	margin-bottom: 5px;
}

.schooltitle2 {
	border-bottom: 1px solid #034171;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	width: 400px;
	padding-top: 3px;
	margin-bottom: 5px;
}

.bullets {
	width: 450px;
	padding-top: 15px;
}

.textfield {
	width: 200px;
	position: relative;
  	left: -2px;
  	top: -2px;
  	background: #e8eef4;
}
.pwtitle	{
	margin-left:3px;
}

.pwlink	{
	text-decoration:underline;
	color: #173589;
	font-weight:bold;
}

.pwimages {
	border: solid 1px #0190D4;
	margin: 5px;
	padding: 2px;
}

.copy {
	text-decoration:none;
	color: #666666;
	font-weight:normal;
 	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
 }
 
.copy a:hover{
	text-decoration:none;
	color: #000000;
 }