body {
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: small;
	background: #fff;
	}
a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	background: #fff;
	border-top: 1px solid #027fff;
	}

	/* navigation */
	
#nav {
	float: left;
	width: 100%;
	background: #027fff;
	border-bottom: 3px solid white;
	}
#nav ul {
	margin: 0;
	padding: 3px 0px 0 5px;
	background: #027fff;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-weight: 700;
	background: #027fff;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 3px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #e0efff;
	border-bottom: none;
	background: #c0dfff url(img/off_bg.gif) repeat-x top left;
	}
#nav a:hover, body#home #t-home a {
	color: #333;
	padding-bottom: 4px;
	border-color: #e0efff;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}
	
	
/* logo */

logohead {
	float: left;
}
img.logohead {
	float: left;
}
	
/* header */

#header {
	background: #fff;
	margin-left: 349px;
	height: 77px;
	clear:right;
	}
#headertext {
	float: left;
	width: 100%;
	background: #027fff url(images/headtextbg.gif) repeat-x top left;
	}
#headertext h1 {
	margin: 0;
	padding: 0px 0px 0px 5px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 200%;
	color: #000;
	font-weight: 500;
	}
#headertext h2 {
	margin: 0;
	padding: 0px 0 0 115px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	clear:right;
	}

/* sidebar 1 */
#sidebar {
	clear: left;
	float: left;
	width: 128;
	}

#sidebar_1 {
	float: left;
	width: 104px;
	background: #027fff url(images/sidebar1bg.gif) repeat-y top left;
	}
#sidebar_1 img {
	padding: 10px 0 5px 0;
	}
#sidebar_1 p {
	color: white;
	font-size: 7px;
	text-align: center;
	background:  #027fff url(images/sidebar1bg.gif) repeat-y top left;
	}
	
#sidebar_2 {
	float: left;
	width: 124px;
	background: #fff;
	}
#sidebar_2 img {
	}
#sidebar_2  h3 {
	margin: 0px;
	padding: 3px;
	border-bottom: 3px solid white;
	background:  #fff url(images/sidebar2bg.gif) repeat-y top;
	}
#sidebar_2  p {
	margin: 0px;
	padding: 3px;
	background:  #fff url(images/sidebar2bg.gif) repeat-y top;
	}
	
/* content */
#content {
	background: #fff;
	padding: 0 10px 0 0;
	margin: 0 0 0 233px;
}
.bodyphoto {
	float: right;
	border: 2px solid #027fff;
	margin-left: 5px;
	}

/* general style */
h3 {
	font-size: 125%;
	margin: 0;
	padding: 0;
	}
