@charset "utf-8";

#wide p {
	line-height: 1.35em;
	padding-bottom: 1.0em;
}
/* CSS Document */

/* General HTML Body Styling */
body {
	margin-top: 0px;
	font: 75%/1em Arial, Helvetica, sans-serif;
	background-color: #697172;
}
h2 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}

/*p + p {
	margin-top: 0.2em;
	margin-bottom: .5em;
} */

/*h2 + p {
	line-height: 1.35em;
	padding-top: 2.0em;
}*/ 


p {
	line-height: 1.35em;
	margin-top: 0.2em;
	margin-bottom: 1em;
}


ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url('/common_images/square2c.png');
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 140%;
}

hr { 
	border: none; 
	border-top: 1px solid #cccccc; 
	height : 3px; 
	width : 100%; 
}

h1 { 	
	font: 185%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
} 

hr { 
	border: none; 
	border-top: 1px solid #cccccc; 
	height : 3px; 
	width : 100%; 
}

/* custom objects */

#topborder {
	margin: 0 auto;
	margin-top: 10px;
	width: 756px;
	height: 8px;
	font: 1px/1px sans-serif;
	font: 0px/0px sans-serif;
	background: url("/common_images/topborder.gif") no-repeat center bottom;
}

#header {
	/*height: 80px;*/
	/*height: 107px;*/
	height: auto;
	margin: 0 auto;
	margin-bottom: 0px;
	text-align: left;
	width: 756px;
	/*background-color:#000099*/
	background-color:#013D85;
	/* padding-top: 10px; */
}

#mainMenu {
	/* Background color of main menu */	
	background-color: #013D85;
	font: 75%/1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing   : 0.15em;
	width: 756px;
	height: 2.5em;
	border-bottom-width: .2em;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#pagetitle {
	/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 3.25em;
	font-size: 3em;
	font-weight: bold;
	padding-top: .5em;
	color: #003399;
	/*padding-bottom: .2em;*/
	top: 2em;
}		

#pagetitlespacer {
	margin: 0 0 0 0;	
	height: 22px;
	background: url('/common_images/pagetitlespacer.gif') no-repeat center bottom;	
}

#container {
	width: 756px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
}
#container #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	bottom: .5em;
	padding-top: 1.5em;
	line-height: 1.2em;
}

#content {
	padding: 1em;
	margin-right: 175px;
	text-align: left;
}

/*#content p {
	line-height: 1.35em;
	padding-bottom: 1.0em;
}*/

#content td {
	font: larger medium Arial, Helvetica, sans-serif;
}

#rightColumn {
	float: right;
	width: 150px;
	margin: 0;
	margin-top: 20px;
	padding: 1em;
	min-height: 600px;
	background-color:#F1F1F3;
	text-align: left;
}
#rightColumn p {
	margin: .5em 0 1em 0;
	padding-bottom: .5em;
}
#rightColumn h2 {
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
	padding-left: 2px;
	margin-bottom: 10px;
	line-height: 1.35em;	
}

#pathway {
	width: 450px;
	margin-bottom: 10px;
	letter-spacing: .15em;
	font-size: .8em;
	color: #000099;
}

#footer {
	border:none;
	color: #D1CDEC;
	clear: both;
	text-align: left;
	margin: 0px auto;
	margin-top: 1px;
	width: 736px;
	height: 32px;
	line-height: 1em;
	background-color: #000099;
	padding: 1em 0;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer hover {color: red;}

#bottomborder {
	text-align: left;
	margin: 0px auto;
	width: 756px;
	height: 8px;
	font: 1px/1px sans-serif;
	font: 0px/0px sans-serif;
	background: transparent url('/common_images/bottomborder_grayfix.gif') no-repeat center top;
}

/**
 * Class Definitions  
 * ----------------------------
 * 
 */

a.white:link {color: #D1CDEC; background: #000099; font-weight: bold;}
a.white:active {color: #D1CDEC; background: #000099; font-weight: bold;}
a.white:visited {color: #D1CDEC; background: #000099; font-weight: bold;}
a.white:hover {color: red; background: #000099; font-weight: bolder;}

.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
}
