﻿@import url(layout.css);

body {
	background-color: #EDECF1;									/* set default over-all background color */
	font-family: Georgia, "Times New Roman", Times, serif;		/* set default over-all font */
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}

#masthead_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	color: white;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding-top: 140px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;

}
#outer_container {
	border-left: 2px solid #425E83;
	border-right: 2px solid #425E83;
	border-top: 2px solid #425E83;
	border-bottom: 2px solid #425E83;
}
/* ==================================================== */
/* SWAP TEXT AND BACKGROUND COLORS when hovering over menu selections */

#sidebar {
	background-color: white;    				/* see color swap routines below */
}
#sidebar a {
	
	color:  #425E83;   							/* color: Some Dark Text Color (Dark Blue Text) background color set above in '#sidebar'*/
	display: block;
	
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	
	color: white;								/* color: HOVER - Some Light Text Color; */
	background-color:  #425E83;					/* background-color: HOVER - Some Dark Contrasting Color; */
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
}
/* ==================================================== */
/* Styles for DIV tags */

html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;

	background-color:  white;
}
#column_right h4 {
	text-align: center;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#image-left {
	float: left;
}
.image-left-border {
	float: left;
	
	border-style: solid;
	border-width: 3px;
	border-top-color: #000066;
	border-bottom-color: #000066; 
	border-left-color: #000066; 
	border-right-color: #000066;  
}
#footer {
	background-color: #FFFFFF;
	padding-top: 15px;
}

/* ==================================================== */
/* Styles for Right Column */

#column_right h4 {
	color:  #425E83;;
}
#column_right p {
	font-size: 1.0em;
	color:  #425E83;;
	
}
#column_right a {
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
}

/* ==================================================== */
/* Styles for Left Column */

h1 {
	font-size: xx-large;
	color: #4E5659;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #4E5659;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #4E5659;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}

/* ==================================================== */
/* Styles for Footer */

#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: #006699;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.image-slide {
    filter: blendTrans(duration=3);

    height: 300px;
    
    border-left: 2px solid #425E83;
	border-right: 2px solid #425E83;
	border-top: 2px solid #425E83;
	border-bottom: 2px solid #425E83;
	
	margin-top: 0px;
    margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
		
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

