/*style sheet section for sagment the screen and general styles*/
body
	{
	margin:0;
	padding:0;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-color: #666666;
	}

b
	{
	font-size: 80%;
	color: #000066;
	}
	
em{color: red;}

#maincontainer
	{
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}

#topsection
	{
	background-color: #EAEAEA;
	height: 120px; /*Height of top section*/
	}

#topsection h2
	{
	margin: 0;
	padding-top: 10px;
	}

#topsection a
	{
	text-decoration: none;
	}

#topsection a:link { color: #002878; }
#topsection a:visited { color: #002878; }

#topsection .PhoneNum {font-family:Verdana; color:RGB(166,166,166); font-size:12px;}
#topsection .DeptName {font-family:Garamond; color:white;font-size:24px;font-weight:bold;}

#contentwrapper
	{
	float: left;
	width: 100%;
	}
	
#contentwrapper .pHeader
	{
		margin-left: 32px; 
		margin-right: 32px; 
		margin-top: 15px;
	}

#contentwrapper .pText
	{
		margin-left: 32px; 
		margin-right: 32px; 
		margin-top: 6px;
	}
	
#contentwrapper .txtHeader
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #004994;
		font-size: 20px;
	}

#contentwrapper .txtEmail
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #004994;
		font-size: 12px;
		text-decoration: underline;
	}

#contentwrapper .txtText
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 12px;
	}

#contentwrapper .txtSmallText
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 11px;
	}
	
#contentwrapper .txtsubHeader
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 15px;
	}

#contentwrapper .txtTextBold
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 14px;
		font-weight: bold;
	}

#contentwrapper .txtRegTextBold
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 12px;
		font-weight: bold;
	}

#contentwrapper .txtAlumniHeader
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: white;
		font-size: 14px;
		font-weight: bold;
	}

#contentwrapper .txtNewsTitle
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 16px;
		font-weight: bold;
	}

#contentwrapper .txtNewsSubTitle
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 12px;
		font-style: oblique;
	}

#contentwrapper .txtNewsContact
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: black;
		font-size: 12px;
		font-weight: bold;
	}

#contentwrapper a:link {text-decoration: none; color: #666666;}
#contentwrapper a:visited {text-decoration: none; color: #666666;}
#contentwrapper a:hover {text-decoration: none; color: #666666;}
#contentwrapper a:active {text-decoration: none; color: #666666;}

.inTextLink {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: oblique; text-decoration: none; color: #666666;}
.inTextLink1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #666666;}

/*.inTextLink a:visited {text-decoration: none; color: #D28E00;}
.inTextLink a:hover {text-decoration: none; color: #D28E00;}
.inTextLink a:active {text-decoration: none; color: #D28E00;}*/

.floatimgleft {
    float:left;
    margin-top:0px;
    margin-right:10px;
    margin-bottom:10px;
    }

.floatimgright {
    float:right;
    margin-top:0px;
    margin-left:10px;
    margin-bottom:10px;
    }

.imgmiddle {
    margin-top:10px;
	margin-right:10px
    margin-left:10px;
    margin-bottom:10px;
    }

#contentcolumn
	{
	/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	margin: 0 190px 0 281px; 
	}

#leftcolumn
	{
		float: left;
		width: 281px; /*Width of left column in pixel*/
		min-height: 610px;
		margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
		background: #D6DFF7; /*#7AA1E6;*/
	}

#rightcolumn
	{
		float: left;
		width: 190px; /*Width of right column*/
		margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
		background: white;
	}

.groove {border-style: solid outset; height:315px; border-color:#D6DFF7;}


#footer
	{
		clear: left;
		width: 100%;
		background: #002878;
		color: #FFF;
		text-align: center;
		padding: 4px 0;
	}

#footer a{color: white;}

#footer .small {font: bold 8px Verdana, Arial, Helvetica, sans-serif;color:RGB(166,166,166);}
#footer .medium {font: bold 10px Verdana, Arial, Helvetica, sans-serif;color:RGB(166,166,166);}
#footer a:link {text-decoration: none; color: #002878;}
#footer a:visited {text-decoration: none; color: #002878;}
#footer a:hover {text-decoration: none; color: #002878;}
#footer a:active {text-decoration: none; color: #002878;}

.innertube
	{
		/*Margins for inner DIV inside each column (to provide padding)*/
		margin: 0px; 
		margin-top: 0;
	}

/*section for the style of bread crumb area*/
#breadcrumb
	{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	}

#breadcrumb a:link {text-decoration: none; color: white;}
#breadcrumb a:visited {text-decoration: none; color: white;}
#breadcrumb a:hover {text-decoration: none; color: white;}
#breadcrumb a:active {text-decoration: none; color: white;}

/*a.breadcrumblink:link {text-decoration: none; color: white;}     /* unvisited link */
/*a.breadcrumblink:visited {text-decoration: none; color: white;}  /* visited link */
/*a.breadcrumblink:hover {text-decoration: none; color: white;}   /* mouse over link */
/*a.breadcrumblink:active {text-decoration: none; color: white;}   /* selected link */ 


/*this is for tab page style*/
.pageStyle {
  border-left: solid 1px #8D93A0;
  border-right: solid 1px #8D93A0;
  border-bottom: solid 1px #8D93A0;
  border-top: solid 1px #716F64;
  background-Color: #FFFFFF;
  background-repeat: repeat-y;
}

.tabPage
{
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* end of tab styles */

/* Linked List style */
#navlist1
{
width: 500px;
padding: 0px;
border: 1px solid gray;
border-top: 0px;
margin: 0px;
background: white;
}

#navlist1 li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}


#navlist1 li a
{
display: block;
width: 444px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 20px solid #D6DFF7;
border-right: 20px solid #D6DFF7;
background: white;
text-decoration: none;
}

#navlist1 li a:link { color: #666666; }
#navlist1 li a:visited { color: #666666; }

#navlist1 li a:hover
{
border-color: #D28E00;
color: #D28E00;
background: white;
}

/* non-Linked List style one */
#RegList1
{
list-style-type: disc;
list-style-position: outside;
}

#RegList1 li
{
padding-bottom: 10px;
}

/* non-Linked List style one */
#RegList2
{
list-style-type: circle;
list-style-position: outside;
}

#RegList2 li
{
padding-bottom: 10px;
padding-right: 10px;
}

/* non-Linked List style one */
#RegList3
{
list-style-type: square;
list-style-position: outside;
}

#RegList3 li
{
padding-bottom: 10px;
}

/* non-Linked List style one */
#RegList4
{
list-style-type: decimal-leading-zero;
list-style-position: outside;
}

#RegList4 li
{
padding-bottom: 10px;
}

/* news list style */
/*.NewsText		{ COLOR: #666666; FONT: 10px Verdana, Arial, Helvetica, sans-serif; font-weight: normal }
.SchText		{ COLOR: #D28E00; FONT: 12px Verdena, serif; font-weight: bold }
*/

.NewsListLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #215DC6;
	font-size: 11px;
	text-decoration: none;
}

.NewsLetter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.NewsListLink a:visited {text-decoration: none; color: #666666;}
.NewsListLink a:hover {text-decoration: none; color: #666666;}
.NewsListLink a:active {text-decoration: none; color: #666666;}

.NewsListDate 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

.CurNewsLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #215DC6;
	font-size: 9px;
	text-decoration: none;
}

.CurNewsLink1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D28E00;
	font-size: 9px;
	text-decoration: none;
}

.CurNewsLink a:visited {text-decoration: none; color: #666666;}
.CurNewsLink a:hover {text-decoration: none; color: #666666;}
.CurNewsLink a:active {text-decoration: none; color: #666666;}

.CurNewsDate 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

#rightcolumn .CurNewsText 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
}
