/*
Light: FBF9E6;
Dark Blue: 293F52
FF6600
C13B00
5D6D70
424D4F
1A1C1D
901708
D3D4AA
FBF9E6
BFA89C
*/

body{
	font: 12px/150% verdana;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/*Titlebar*/

.titlebar{
	padding: 0px;
	margin: 0px;
	height: 155px;
	background: url(sis_logo.png) no-repeat 0px 35px;
	background-color: #CF9B45;
	border-bottom: 1px solid #000066; 
}

.titlebar .masthead{
	text-align: left;
	padding: 0px 10px;
	font: bold 25px/150% "Courier New", "Trebuchet MS", verdana;
	color: white;
	height: 35px;
	width: 680px;
	_width: 700px;
	background-color: #000066;
}

/*Content Containers*/
.container {
	width: 700px;
	margin: auto;
	padding:0px;
	z-index: 0;
	background-color: #000066;
	text-align: left;
}

.content {
	padding: 0px;
	padding-top: 1px;
	margin: 0px 0px 0px 120px;
	background-color: #FFFFFF;
	min-height: 600px;
	_height: 600px;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}

.breadcrumbs{
	margin: 0px;
	font: 12px/100% verdana;
	height: 13px;
	color: #000066;
	padding: 10px;
}

.section {
	margin: 5px;
	margin-bottom: 0px;
	margin: 0px 10px;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#imgright {
	float: right;
	margin: 5px;
	/*clear: right;*/
	width: 100px;
}

.center{
	text-align:center;
	display: block;
	margin: 0px;
	padding: 0px;
}
/*Navigation Bar*/
ul.navbar {
	float: left;
	text-align: left;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	list-style-type: none;
	background-color: #000066;
	z-index: 2;
	width: 120px;
       border-top: 1px solid #999999;
}

ul.navbar li {
	display: list-item;
	margin: 0px;
	padding: 5px 5px;
	background-color: #000066;
	border-bottom: 1px solid #999999;
	color: white;
	font: bold 11px/110% verdana;
}

ul.navbar li a{
	color: white;
	text-decoration: none;
}

ul.navbar li a:hover {
	text-decoration: underline;
}

ul.navbar li:hover { 
	background-color: #003399;
}

ul.navbar li.this {
	background-color: #003399;
}

ul.navbar li#amstat_link {
	border: none;
	margin-top: 20px;
}

ul.navbar li#amstat_link a {
	color: #000066;
	border: none;
}

ul.navbar li#amstat_link img {
	width: 105px;
}

ul.navbar li#amstat_link:hover {
	background-color: #000066;
}

/*Sidebar*/

.left-sidebar{
	float: left;
	background-color: #000066;
	width: 120px;
	min-height: 600px;
	_height: 600px;
}

.right-sidebar{
	float: right;
	background-color: #F0F0F0;
	width: 120px;
	min-height: 600px;
	_height: 600px;
	font: 11px/150% verdana;
}

.sidebar-title{
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #DCDCDC;
	font: bold 14px/100% georgia;
	color: #000066;
	padding: 2px;
}

/*Callouts*/
.callout {
	margin: 8px 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font: 11px/120% verdana;
	padding: 2px;
}

.callout-title{
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #DCDCDC;
	font: bold 14px/100% georgia;
	color: #000066;
	padding: 2px;
	border-bottom: solid 1px #CCCCCC;
}

ul.nobullet {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.nobullet li {
	margin: 5px 3px;
}

/*Index Lists*/
ul.index {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}

ul.index div.index-item{
	padding: 0px;
	margin: 0px;
}


ul.index li#folder {
	font: bold 14px/150% georgia;
	margin: 10px 0px 0px 20px;
	list-style-image: url(folder.gif);
}
ul.index>li#folder {
	list-style-image: url(folder.png);
}

ul.index li#title {
	font: bold 14px/150% georgia;
	margin: 10px 0px 0px 0px;
}

ul.index li#detail {
	font: 10px/150% verdana;
	color: #999999;
}

ul.subindex {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

ul.subindex li#title {
	font: bold 12px/120% georgia;
}

ul.subindex li#detail {
	font: 10px/120% verdana;
	color: #999999;
}

#links{}

/*Generic Lists*/
ul.generic {
	list-style-image: url(http://hcs.harvard.edu/winthrop/web/images/bullet.jpg);
}
/*Footer*/
.footer{
	clear: both;
	z-index: 2;
	text-align: center;
	background-color: #DCDCDC;
	border-top: 1px solid #CCCCCC;
}
.masterlink{
	margin-top: 5px;
	text-align: center;
}

.masterlink a {
	color: #999999;
	font: normal 12px/150% verdana;
	text-decoration: none;
}

.masterlink a:hover {
	text-decoration: underline;
}
	

/*Links*/
a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

/*Fonts*/
h1 {
	font: bold 20px Georgia;
}

h1#title {
	font: bold 16px georgia;
}

h1#author {
	font: normal 12px verdana;
	color: #999999;
}

h2 {
	font: bold 14px georgia;
}

/*Emphasis*/

.bold{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.both{
	text-decoration: underline;
	font-weight: bold;
}

.italic{
	font-style: italic;
}

/*Tables*/
table{
	font-size: 10px;
}

th{
	background-color: #000066;
	color: #ffffff;
}

tr.even {
	background-color: #CCCCCC;
}
	

