@charset "utf-8";
/* CSS Document */

* {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background: #FFFFFF;
	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 */
}
a {
	color: #FFDB57;
}
a:hover {
	color: #FFDB57;
}
hr {
	background: #ffde00;
	height: 1px;
	margin: 10px 0px 5px;
}
h1 {
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	padding: 10px 0px 0px;
	color: #252525;
	font-weight: bold;
}
p {
	padding: 5px 0 0 0;
	font-size: 12px;
}

#mainColumn #middleArea p {
	padding: 0 0 10px 0;
	font-size: 12px;
}
#mainColumn #middleArea .quote {
	padding: 0 0 10px 0;
	font-size: 14px;
	font-style:italic;
}
#mainColumn #rightArea div p {
	padding: 0 0 10px 0;
	font-size: 12px;
	text-align: left;
}
blockquote {
	padding: 0 0 10px 0;
	font-size: 12px;
}
table tr td {
	padding: 0 0 0 0;
	font-size: 12px;
}
ul {
	padding: 5px 0 10px 20px;
}
ol {
	padding: 5px 0 10px 20px;
}
li {
	padding: 0 0 0 2px;
	font-size: 12px;
}
.caption {
	padding: 20px 0 10px 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.imgRight {
	float: right;
	clear: both;
	padding-bottom: 10px;
	padding-left: 12px;
}
.imgLeft {
	margin: 10px;
	float: left;
}
.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;
}
#container  {
	width: 940px;
	margin: 0 0 0 0;
	text-align: left;
}
#topNavBar  {
	width: 100%;
	padding: 0;
	line-height: 0;
	height: 28px;
	background-color: #6384A2;
	background-image: url(../images2/topnavbg2.gif);
}
#topNavBarMenu  {
	width: 100%;
	padding: 0;
	line-height: 0;
	height: 164px;
	background-color: #6384A2;
}
#topNavBarLogo  {
	width: 182px;
	/*padding: 0;
	line-height: 0;*/
	height: 164px;
	background-color: #6384A2;
	float:left;
}
#topNavBarflash  {
	width: 758px;
	/*padding: 0;
	line-height: 0;*/
	height: 128px;
	background-color: #ffffff;
	float:left;
}
#topNavBarIA  {
	width: 758px;
	/*padding: 0;
	line-height: 0;*/
	height: 36px;
	background-color: #000000;
	float:left;
}
#topNavBarLinks1  {
	width: 163px;
	/*padding: 0;
	line-height: 0;*/
	height: 24px;
	background-color: #ffffff;
	float:left;
}
#topNavBarLinks2  {
	width: 941px;
	/*padding: 0;
	line-height: 0;*/
	height: 24px;
	background-color: #ffffff;
	float:left;
	
}

#topNavBarLinks2 a {
	color: #001557;
	font-weight:bold;
	text-decoration: none;
	font-size:16px;
}

#topNavBarLinks2 a:hover {
	color: #f19900;
	font-weight:bold;
	text-decoration: none;
}
#topNav  {
	width: 100%;
	padding: 0;
	line-height: 0;
	height: 28px;
}
#topLeft {
	width: 165px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	line-height: 0;
	height: 28px;
	float: left;
}
#topRight {
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 6px 0 0 15px;
	line-height: 0;
	height: 22px;
	float: left;
	width: 600px;
	background-image: url(../images2/topbavbg.jpg);
	background-repeat: no-repeat;
}
#navBar  {
	width: 100%;
	padding: 0;
	line-height: 0;
	height: 35px;
	background-color: #FFD606;
	background-image: url(../images/nav_bg.gif);
}
#nav  {
	width: 763px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	line-height: 0;
}
#content  {
	/*background: #d3dce4 url(../images2/drexel_comp5.gif) repeat-x 0px 58px;
	margin: 0;*/
	height: inherit;
	float:left;
}
#mainContent   {
	width: 940px;  /* using less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	/*height: 790px;*/
	height: auto;
	overflow: auto;
	background: #232d6b;
}
#leftNav  {
	width: 165px;
	padding: 0;
	float: left;
	/*height: inherit;*/
	height: 100%;
	overflow: inherit;
	background: #232d6b;
}
#leftNav .sections {
	padding: 6px 4px 5px 11px;
	background: #12173d;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}
#leftNav ul {
	list-style-type: none;
	margin-left: 0;
	font-size: 11px;
	padding: 3px 0 7px 14px;
	background: #232d6b;
	}
#leftNav li {
	list-style-type: disc;
	margin-left: 5px;
	color:#ffdb57;
	padding: 2px 0 0 0px;
	font-size: 12px;
	/*background: url(../images2/yellowarrow.gif) no-repeat left 6px;
	/*
	background: url(../images/bullet2.gif) no-repeat left 6px;
	vertical-align:top;
	padding: 2px 0 0 8px;
	font-size: 11px;
	*/
}

#leftNav a {
	/*padding: 10px 0px 0px;*/
	color: #ffffff;
	text-decoration: none;
}
#leftNav a:hover {
	text-decoration: underline;
}

#mainColumn  {
	width: 775px;
	float: left;
	padding: 0;
	border-right: 0px solid #FFFFFF;
	background-color:#FFFFFF;
}
#footer  {
	margin: 0px auto;
	height: 25px;
	background-repeat: repeat-x;
	background-image: url(../images2/footer_bg.gif);
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	text-align: left;
	width: 940px;
	float:left;
} 

#footer  .foot-p{
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
} 

#mainColumn #textArea {
	float: left;
	width: 559px;
	background: url(../images2/drexel_blue_bg.jpg);
	height: auto;
	padding: 22px 15px 10px 15px;
}


#mainColumn #mainNav {
	float: left;
	width: 782px;
	background: url(../images2/BG_menu2.jpg);
	height: auto;
	padding: 0px 0px 0px 0px;
}
#mainColumn #mainNav a {
	color: #001557;
	font-weight:bold;
	text-decoration: none;
}

#mainColumn #mainNav a:hover {
	color: #f19900;
	font-weight:bold;
	text-decoration: none;
}

/*
.calendar tr td {
	font-size: 12px;
}
table.calendar {
	padding: 0 0 10px 0;
	font-size: 12px;
	border-color: black;
}*/
table.action {
	/*border-style: solid;
	border-width: thin;*/
}
.action tr td {
	/*padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: thin;	*/
}
/*
table. {
	border-style: none;
}
.subtable tr td {
	padding: 0;
	border-style: none;
}*/

#textArea-2011seniorclass { /*Samuel edit*/
	float: left;
	width: 730x;
	/*background: url(../images2/drexel_blue_bg.jpg);*/
	background-color:#FFFFFF;
	/*height: 530px;*/
	padding: 10px 0px 0px 20px;
	color:#333333;
	min-height:600px;
	border-top: #000 solid 1px;
}


#textArea4 { /*Samuel edit*/
	float: left;
	width: 533px;
	/*background: url(../images2/drexel_blue_bg.jpg);*/
	background-color:#FFFFFF;
	/*height: 530px;*/
	padding: 0px 0px 0px 0px;
	color:#333333;
	float:left;
}
#textArea4-2 { /*Samuel edit*/
	float: left;
	width: 239px;
	/*background: url(../images2/drexel_blue_bg.jpg);*/
	background-color:#eed37b;
	/*height: 530px;*/
	padding: 0px 0px 0px 0px;
	color:#333333;
	float:left;
	height:auto;
}

#textArea3 { /*Samuel edit*/
	float: left;
	width: 775px;
	/*background: url(../images2/drexel_blue_bg.jpg);*/
	background-color:#FFFFFF;
	/*height: 530px;*/
	padding: 0px 0px 0px 0px;
	color:#333333;
	min-height:600px
}

#textArea3 td{ /*Samuel edit*/
	padding: 20px 20px 20px 20px;
}
#textArea3 td.spcnote{ /*Samuel edit*/
	padding: 10px 20px 20px 20px;
}

#textArea3 input.input3{ /*Samuel edit*/
	border: #CCCCCC 1px solid;
}
#textArea3 textarea{ /*Samuel edit*/
	border:#cccccc 1px solid;
}
#textArea3 td.tdarea3{ /*Samuel edit*/
	padding: 8px 8px 8px 8px;
}

#textArea3 td.tdarea3-2{ /*Samuel edit*/
	padding: 8px 0px 8px 20px;
}

#textArea3 td.tdarea3-3{ /*Samuel edit*/
	padding: 0px 0px 0px 0px;
}
#textArea3 td.tdarea3-4{ /*Samuel edit*/
	padding: 20px 0px 0px 20px;
	height:600px;
}
#textArea3 td.tdarea3-5{ /*Samuel edit*/
	padding: 20px 10px 20px 20px;
	height:600px;
}
#textArea3 td.tdarea3-6{ /*Samuel edit*/
	padding: 20px 10px 20px 10px;
	height:600px;
}
#textArea3 td.rightyellow{ /*Samuel edit*/
	padding: 0px 0px 0px 0px;
}


#textArea3 h1{ /*Samuel edit*/
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}
#textArea3 h2{ /*Samuel edit*/
	font-size: 22px;
	color: #006699;
	font-weight: bold;
}
#textArea3 h3{ /*Samuel edit*/
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#textArea3 h5{ /*Samuel edit*/
	font-size: 15px;
	color: #006699;
	font-weight: bold;
}

#textArea3 h6{ /*Samuel edit*/
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}
#textArea3 p{ /*Samuel edit*/
	font-size:12px;
	color:#333333;
	line-height: 16px;
}
#textArea3 .italic{ /*Samuel edit*/
	font-style:italic;
	color: #003399;
}
#textArea3 .sectd{ /*Samuel edit*/
	font-size:12px;
	color:#333333;
	padding-left:5px;
}
#textArea3 a{ /*Samuel edit*/
	color:#0060ff;
	text-decoration: none;
}

#textArea3 a:hover{ /*Samuel edit*/
	color:#0060ff;
	text-decoration: underline;
}


#textArea3-2 { /*Samuel edit*/
	float: left;
	width: 774px;
	/*background: url(../images2/drexel_blue_bg.jpg);*/
	background-color:#FFFFFF;
	/*height: 530px;*/
	padding: 0px 0px 0px 0px;
	color:#333333;
}
#textArea3-2 td{ /*Samuel edit*/
	padding: 0px 10px 0px 10px;

}
#textArea3-2 h1{ /*Samuel edit*/
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}
#textArea3-2 h1{ /*Samuel edit*/
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}
#textArea3-2 h2{ /*Samuel edit*/
	font-size: 23px;
	color: #000000;
	font-weight: bold;
}
#textArea3-2 h3{ /*Samuel edit*/
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#textArea3-2 p{ /*Samuel edit*/
	font-size:12px;
	color:#333333;
	line-height: 16px;
}
#textArea3-2 .sectd{ /*Samuel edit*/
	font-size:12px;
	color:#333333;
	padding-left:5px;
}
#textArea3-2 a{ /*Samuel edit*/
	color:#0060ff;
	text-decoration: none;
}

#textArea3-2 a:hover{ /*Samuel edit*/
	color:#0060ff;
	text-decoration: underline;
}

#textArea3-3 { /*Samuel edit*/
	padding: 0px 0px 0px 0px;
}
#textArea3-3 table{ /*Samuel edit*/
	padding: 0px 0px 0px 0px;
}
#textArea3-3 td{ /*Samuel edit*/
	padding: 0px 0px 0px 0px;
}
#textArea3-3 td .content{ /*Samuel edit*/
	padding: 0px 10px 0px 10px;
}
/*
#boxGift {
	padding: 10px 0px 0px 50px;
}

#box1 {
	background: #F7F7F0 url(../images2/box1_02.gif) repeat-y;
	padding: 5px 25px 0px;
	text-align: left;
}
#box1 h1 {
	font-size: 25px;
	color: #252525;
	font-weight: bold;
}
#box1 h2 {
	font-size: 20px;
	padding: 10px 0px 0px;
	color: #006699;
	font-weight: bold;
}
#box1 h3 {
	font-size: 16px;
	padding: 10px 0px 0px;
	color: #252525;
	font-weight: bold;
}
#box1 a {
	color: #2e3f75;
}
#box1 a:hover {
	color: #6a89aa;
}
#box1 a:visited {
	color: #6a89aa;
}
#box1h {
	background: #F7F7F0 url(../images2/box1_02.gif) repeat-y;
	padding: 5px 25px 0px;
	text-align: left;
}
#box1h h1 {
	font-size: 25px;
	color: #252525;
	font-weight: bold;
}
#box1h h2 {
	font-size: 17px;
	padding: 10px 0px 0px;
	color: #252525;
	font-weight: bold;
}
.box1c {
	background: #F7F7F0 url(../images2/box1_02.gif) repeat-y;
	padding: 5px 25px 0px;
	text-align: left;
}
.box1c h1 {
	font-size: 25px;
	color: #252525;
	font-weight: bold;
}
.box1c h2 {
	font-size: 20px;
	padding: 10px 0px 0px;
	color: #006699;
	font-weight: bold;
}
.box1c h3 {
	font-size: 15px;
	padding: 10px 0px 0px;
	color: #252525;
	font-weight: bold;
}
.box1c a {
	color: #2e3f75;
}
.box1c a:hover {
	color: #6a89aa;
}
.box1c a:visited {
	color: #6a89aa;
}
.box1d {
	width:690px;
	background: #F7F7F0 url(../images2/box1_02_2.gif) repeat-y;
	padding: 5px 25px 0px;
	text-align: left;
}

.box1d a {
	color: #ff7200;
}
#box2 {
	background: url(../images2/box2_02.gif) repeat-y;
	padding: 5px 25px;
	font-size: 20px;
}
#box2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}
#box2 a {
	color: #2e3f75;
}
#box2 a:hover {
	color: #6a89aa;
}
#box2 a:visited {
	color: #6a89aa;
}
#box2 ul {
	text-align: left;	
}

#box3 {
	background: url(../images2/box3_02.gif) repeat-y;
	padding: 5px 25px;
	color: #FFFFFF;
	font-size: 20px;
}
#box3 h3 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
}
#box3h {
	background: url(../images2/box3_02.gif) repeat-y;
	padding: 5px 25px;
	color: #FFFFFF;
	font-size: 20px;
}*/

#boxformcfr{

	}

#boxformcfr input{
	border-bottom: 1px #7f9db9 solid;
	border-top: 1px #7f9db9 solid;
	border-left: 1px #7f9db9 solid;
	border-right: 1px #7f9db9 solid;
	}

#boxformcfr textarea{
	border-bottom: 1px #7f9db9 solid;
	border-top: 1px #7f9db9 solid;
	border-left: 1px #7f9db9 solid;
	border-right: 1px #7f9db9 solid;
	}

#boxformcfr td{
	height:5px;
	padding: 0 0 0 0;
	}
#boxformcfr table{
	height:5px;
	padding: 0 0 0 0;
	}
#boxformcfr tr{
	height:5px;
	padding: 0 0 0 0;
	}
img.portrait {
	float: left;
	padding-right: 10px;
	padding-top: 15px;
}

/*
img.portraitright
 {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
}
.recipient {
	font-weight: bold;
}
.red {
	color: #990000;
	font-weight: bold;
}
.feedsweep_title {
	font-size: 25px;
	padding: 10px 0px 20px 0px;
	color: #252525;
	font-weight: bold;
}
.feedsweep_headline a {
	font-size: 14px;
	padding: 20px 0px 0px 0px;
	color: #2e3f75;
}
.feedsweep_headline a:hover {
	color: #6a89aa;
}
.feedsweep_headline a:visited {
	color: #6a89aa;
}

.feedsweep_body {
	font-size: 12px;
	padding: 0px 0px 20px 0px;
	color: #000000;
}*/

