/***** Page Formating ******/
.logoholder {
	position:fixed; bottom:1%; left 1%;
}
.logotest{
position:absolute; bottom:0; padding-bottom:100px;
}

  .righttoplogo  { position:fixed; top:3%; right:6%; }

body {
	text-align: center;
	margin: 30px 0;
	/*** Change the xxx in url(xxx) to a link to the background image. If there is no background image (you have a white background), remove this line. ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../i_SSIS/colorback_blue.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	/*** background-color: #003300;  green is 003300 **/
	/*** background-color: #003300;  grey is 003300 **/
	background-color: #1e3996;  /*** blue is 003300 **/
}

/*** General Text Formatting ***/
H1, H2, H3, H4, H5, H6	{ 
	color: #000077; 
	font-style: normal; 
	font-weight: bold;
}

H1	{font-size: 24px;}
H2	{font-size: 18px;}
H3	{font-size: 14px;}
H4	{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 4px;
}
H5	{font-size: 11px;font-weight: normal;}
H6	{font-size: 9px;font-weight: normal;}

p, table, ul, li{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.caption {
    font-size: 9px;
    color: #B5121B;
    text-decoration: none;
}

.bold {
	font-weight: bold;
}

.boldmaroon {
	color: #B5121B;
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.boldunderline{
	font-weight: bold;
	text-decoration: underline;
}

.bolditalicunderline{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.italicunderline {
	font-style: italic;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B5121B;
	text-decoration: none;
}

.form_text_shaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B5121B;
	text-decoration: none;
	background-color: #CCCCCC;
}

/*** WRAPPER - encloses #header, #nav, #contect, and #footer. It fixes the width of the page. Currently 780 pixels. Change width accordingly for the site. ***/
#wrapper {
	width: 800px;
	margin: 0 auto;
	border: none;
	background-color: #FFFFFF;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}

/*** HEADER - the area for the header image. Gennerally, there is no text here. ***/
#header {
/* 	text-align: center; */
	background-color: #003300;
}

#navigation {
	background-color: #003300;
}

/*** CONTENT - encloses the #left and #right areas. ***/
#content {
	overflow: hidden;
}

/*** LEFT fixes the width of the left column. SSIS is 200 pixels -- 180px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#left {
	float:left;
	width: 179px;
	padding: 10px;
	text-align: left;
	padding-bottom: 7000px;
	margin-bottom: -6980px;
/* 
	table-layout: auto;
	empty-cells: show;  
	display:table-cell;*/
	background-color: #73997A;
	border-right-color: #003300;
	border-right-width: 1px;
}

#leftSec {
	float:left;
	width: 478px;
	padding: 10px;
	text-align: left;
	table-layout: auto;
	empty-cells: show;
	border-right-color: #003300;
	border-right-width: 2px;
	height: auto;
}

#leftSec .about {
	color: #000000;
	background-color: #439ECD;
	line-height: 46px;
	text-indent: 10px;
}

#leftSec .program {
	color: #000000;
	background-color: #73997A;
	line-height: 46px;
	text-indent: 10px;
}

#leftSec .admissions {
	color: #000000;
	background-color: #9EB9DD;
	line-height: 46px;
	text-indent: 10px;
}

#leftSec .international {
	color: #000000;
	background-color: #83BFDD;
	line-height: 46px;
	text-indent: 10px;
}

#leftSec .giving {
	color: #000000;
	background-color: #28990C;
	line-height: 46px;
	text-indent: 10px;
}

#leftSec .community {
	color: #000000;
	background-color: #FAFB45;
	line-height: 46px;
	text-indent: 10px;
}

#leftSec .heart {
	color: #000000;
	background-color: #99383E;
	line-height: 46px;
	text-indent: 10px;
}







/*** Left Text Formatting ***/
#left a:link {
	color:#000066;
	text-decoration: underline;
}

#left a:visited {
	color:#990033;
	text-decoration: none;
}

#left a:hover {
	color:#FFFF00;
	text-decoration: none;
}

#left H3 {
	color:007;
}

#left p {
	color: #000077;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 3px;
}

#left ul li {
	font-size: 12px;
	list-style-type: square;
}

.sub1 {
	font-size: 8px;
	text-decoration: none;
	color: #0033CC;
}

.sub2 {
	font-size: 8px;
	color: #0033CC
	text-decoration: none;
	padding-left: 15px
}


/*** RIGHT fixes the width of the right column. Default is 605 pixels -- 585px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#right {
	color: #000000;
	float:right;
	width: 580px;
	padding: 10px;
	text-align: left;
}

#rightSec {
	color: #FFFFFF;
	float:right;
	width: 280px;
	background-color: #998059;
	padding: 10px;
	text-align: left;
	height: auto;
}

#rightSec .caption{
	font-size: 9.5px;
	color: #FFF;
  margin-top: -1px;
}


/*** Right Text Formatting ***/
#right a:link {
	color:#4891CE;
	text-decoration: underline;
}

#right a:visited {
	color:#4AAA42;
	text-decoration: none;
}

#right a:hover {
	color:#FBB040;
	text-decoration: none;
}

#right table{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000077;
}

#right ul li {
	font-size: 12px;
	list-style-type: disc;
}

/*** FOOTER - the area for the company name, address, phone number, and copyright test. ***/
#footer {
	clear:both;
	text-align: center;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #1A3A67;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
}

/*** Footer Text Formatting ***/
#footer p {
	margin-top: 5px;
	color:007;
	margin-bottom: 5px;
}

.footer {
	color: 007;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.copyright{
	font-size: 9px;
	color: #000000;
	font-style: italic;
}

/*** Contact Text Formatting ***/
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 007;
	text-decoration: none;
	background-color: #CCCCCC;
}

.error {
	color: #FF0000;
}


/*** Ticker Text Formatting ***/
#tickertext {
	color: white;
	background-color: yellow;
}
#tickertext a:link{
	color: blue;
	background-color: gold;
}
#tickertext a:hover{
	color: red;
	background-color: dark-green;
}
#tickertext a:visited{
	color: blue;
	background-color: yellow;
}



