body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

html {
	background-color: #FFFFFF;
/*	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center left;
	*/
}

p.italic {
	font-style:italic
}

#wrap {
	width:95%;
}

#header {
    padding:5px 0 0 5px;
    margin:0;
}

#content {
	float:right;
	width:70%;
	padding:0 0 10px 0;
	position: relative;
}

#menu {
	float:left;
	width:25%;
	position: relative;
	padding:2px;
	margin:2px;
}

#menu ul {
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu ul li{
    padding:1px;
}

#menu ul li.link:hover, #menu ul li.sfhover {
	background-color:#BFE3FE;
}
/*
	color:#224860;
	color: #378699;

*/

#menu ul li.link a {
	text-decoration: none;
	color:#224860;
}

/*
#menu ul li.pressed {
	background-color: #378699;
}
*/

#footer {
    clear:both;
	background-color:#224860;
    padding:0 0 0 5px;
	position: relative;
}

.white {
    color:white;
}

.float_right {
	float:right;
	margin:0 0 10px 20px;
}

.float_left {
	float:left;
	margin:0 20px 10px 0;
}

.clear {
    clear:both;
}

h1, h2, h3, h4, h5, h6 {
	color:#224860;
	font-weight:normal;
}

img {
	border: medium none;
}

a {color: #378699;}     /* unvisited link */
a:link {color: #378699;}     /* unvisited link */
a:visited {color: #378699;}  /* visited link */
a:hover {color: #378699;}   /* mouse over link */
a:active {color: #378699;}   /* selected link */

/*
a {color: #378699;text-decoration: none;}     
a:link {color: #378699;text-decoration: none;}    
a:visited {color: #378699;text-decoration: none;}  
a:hover {color: #378699;text-decoration: underline;}
a:active {color: #378699;text-decoration: none;}   
*/