/* CSS Document */

body {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.4em;
	background-color: #FFFFFF;  
	padding: 0;
	margin: 0; 
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333399;
	font-weight:bold;
	line-height:1.1em;
}

a {
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color:#333399;	
}

#outer {   
	background-color: #FFFFFF;   
	width: 770px;   
	min-height: 550px; 
	margin-top: 0px;  
	margin-right: auto;
	margin-bottom:50px;
  	margin-left: auto;   
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
/* 2-column layout */

div#leftcol { /* works in Firefox, not in IE for some irrational, inexplicable reason */
	float:left; 
	margin:-1.4em 0 -1.4em 0;
	width: 197px;
	background-color:#D9BAD9;
	border-right:1px solid #CCCCCC;
}

* html div#leftcol { /* bizarre hack required for left column in IE */
	position: absolute;
	top:189px;
	margin:0 0 0 -210px;
}


div#rightcol {
	margin:0px 0px -1.4em 210px;
	padding: 0px;
}

* html div#rightcol {
	margin:2px -3px -1.4em 210px;
	padding: 3px 0 0 0;
}


div#leftcolcontent {
	margin: 0px;
	padding: 0px;
}

div#rightcolcontent {
	margin:0;
	padding:0px 5px 0px 0px;
}


#bottomnav {
	border-top: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:center;
	margin-bottom:-5px;
}

#bottomnav ul {
	white-space:nowrap;
	margin-left:0px;
	padding:0;
}

#bottomnav li {
	display:inline;
	list-style-type:none;
	margin-left:0;
	padding-right: 10px;
	padding-left:0px;
}

#bottomnav li a {
	text-decoration:none;
	color:#666666;
}

#bottomnav li a:hover {
	text-decoration:underline;
	color:#000000;
}
#bottomnav li a:visited {
	color:#666666;
}


#copyright {
	font-size:10px;
	color:#666666;
	text-align:center;
	padding-bottom:2.8em;
}

div#news {
	padding-top:2px;
	border-color:#660066;
	border-style:dotted;
	font-weight:bold;
	text-align:center;
}

* html div#news {
	border-color:#660066;
	border-style:dotted;
	font-weight:bold;
	text-align:center;
	margin-right:4px;
}

div#news h1, h2, h3, h4, h5 {
	line-height:1.1em;
	color:#006600;
}

div#news a {
	text-decoration:none;
}

div#news a:hover {
	text-decoration:underline;
}


.name {
	font-weight:bold;
}

#resources {
	font-weight:bold;
	line-height:1.5em;
}


div#leftnav ul {
	list-style:none;
	padding-left:9px;
	line-height:1.3em;
}

* html div#leftnav ul {
	list-style:none;
	padding-top:9px;
	padding-left:0px;
	margin-left:9px;
	line-height:1.3em;
}

div#leftnav li {
	height:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}

div#leftnav li a {
	height:28px;
	color:#330033;
	text-decoration:none;
}

div#leftnav li a:hover {
	color:#333399;
	text-decoration:underline;
	padding-left:3px;
}

div#leftnav li a:visited:hover {
	color:#333399;
}

/*other styles if needed */



.left {
	float:left;
	border:1px solid #333333;
	margin-top:4px;
	margin-right:8px;
	margin-left:0px;
	margin-bottom:4px;
}

.right {
	float:right;
	border:1px solid #333333;
	margin-top:4px;
	margin-right:0px;
	margin-left:8px;
	margin-bottom:4px;
}

.justified {
	text-align: justify;
}


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}