﻿@import url(layout.css);
body {
	color: #000;
	font-family: Tahoma, Calibri, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #557c11;
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	 
}
#column_l {
	position: relative;
	margin: 4px 250px 4px 0;
	padding: 0 2%;
	background-color: #fff;
	/*background-image:url(../images/column1_back.gif);*/
	float: none;
	background-repeat:repeat;
}

#column_r {
	float: none;
	width: 232px;
	padding: 10px;
	/*background-image:url(../images/column1_back.gif);*/
	background-color:#ffffff;
	position: absolute;
	right: 0px;
	top: 0;
}


#column {
		width:250px;  /* for IE5/WIN */
		height:200px; 
		background-color:#FFFFFF; 
		padding-bottom:2px; 
		padding-top:12px;
		width:241px;
}

div#footer p{margin:0;padding:5px 10px}

div#footer{background-color: #2974C1;clear:left;width:100%}

/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #ffffff;
	background-color:#2974C1;
	

}
h4 {
	font-size: 1.25em;
	color: #ffffff;
	background-color:#2974C1;
	
}
h5 {
	font-size: 0.8em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #000000;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color:#000 ;
	text-decoration:none;
	
}
a:hover {
	color: #469;
	text-decoration:none;
}
p{text-align:justify;}
}
.shadow {
  box-shadow: 5px 5px 5px #ccc;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
}

.gover a{
	
	color: #393939;
	text-decoration:underline;
	font-weight:bold;
}

 .gover a:hover {
	color: #000;
	text-decoration: none;
}
 
.faculty

{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#2152aa;
	}
.article

{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#171eae;
	}
	
.article a{
	color:purple;
	text-decoration:underline;
	}
.article a:hover{ color:#0066FF;text-decoration:none}

  
.fal a{
	color: #000;
}  
.fal a:hover {
	color: #000;
	text-decoration: none;
}


