html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, no scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/


body {
	color: #000;
	background: #fff;
}

.nav {
	width: 264px;
	height: 80px;
	background: url(../img/tabs.png) no-repeat;
	position:relative;
	float:right;
	margin:0;
	padding:0;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 80px;
	text-indent: -9000px;
	overflow: hidden;
	z-index:10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 0px;
		width: 132px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(../img/tabs.png) no-repeat 0px -80px;
	}
	.nav .home a:active {
		background: url(../img/tabs.png) no-repeat 0px -160px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(../img/tabs.png) no-repeat 0 -240px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 132px;
		height: 80px;
		background: url(../img/tabs.png) no-repeat 0 -80px;
	}
	.nav-home-click {
		background: url(../img/tabs.png) no-repeat 0 -160px;
	}
	



	.nav .personal a:link, .nav .personal a:visited {
		left: 132px;
		width: 132px;
	}
	.nav .personal a:hover, .nav .personal a:focus {
		background: url(../img/tabs.png) no-repeat -132px -80px;
	}
	.nav .personal a:active {
		background: url(../img/tabs.png) no-repeat -132px -160px;
	}
	.current-personal .personal a:link, .current-personal .personal a:visited {
		background: url(../img/tabs.png) no-repeat -132px -240px;
		cursor: default;
	}
	.nav-personal, .nav-personal-click {
		position: absolute;
		top: 0;
		left: 132px;
		width: 132px;
		height: 80px;
		background: url(../img/tabs.png) no-repeat -132px -80px;
	}
	.nav-personal-click {
		background: url(../img/tabs.png) no-repeat  -132px -160px;
	}
	


	
	
	
.sidetabs {
	width: 200px;
	height: 50px;
	background: url(/_images/sidetabs.png) no-repeat;
	position:relative;
	float:right;
	margin:0;
	padding:0;
}
.sidetabs li {
	display: inline;
}
.sidetabs li a:link, .sidetabs li a:visited {
	position: absolute;
	top: 0;
	height: 50px;
	text-indent: -9000px;
	overflow: hidden;
	z-index:10;
}
	.sidetabs .one a:link, .sidetabs .one a:visited {
		left: 0px;
		width: 50px;
	}
	.sidetabs .one a:hover, .sidetabs .one a:focus {
		background: url(/_images/sidetabs.png) no-repeat 0px -50px;
	}
	.sidetabs .one a:active {
		background: url(/_images/sidetabs.png) no-repeat 0px -100px;
	}
	.current-one .one a:link, .current-one .one a:visited {
		background: url(/_images/sidetabs.png) no-repeat 0 -150px;
		cursor: default;
	}
	.sidetabs-one, .sidetabs-one-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 50px;
		height: 50px;
		background: url(/_images/sidetabs.png) no-repeat 0 -50px;
	}
	.sidetabs-one-click {
		background: url(/_images/sidetabs.png) no-repeat 0 -100px;
	}
	



	.sidetabs .two a:link, .sidetabs .two a:visited {
		left: 50px;
		width: 50px;
	}
	.sidetabs .two a:hover, .sidetabs .two a:focus {
		background: url(/_images/sidetabs.png)  no-repeat -50px -50px;
	}
	.sidetabs .two a:active {
		background: url(/_images/sidetabs.png)  no-repeat -50px -100px;
	}
	.current-two .two a:link, .current-two .two a:visited {
		background: url(/_images/sidetabs.png)  no-repeat -50px -150px;
		cursor: default;
	}
	.sidetabs-two, .sidetabs-two-click {
		position: absolute;
		top: 0;
		left: 50px;
		width: 50px;
		height: 50px;
		background: url(/_images/sidetabs.png)  no-repeat -50px -50px;
	}
	.sidetabs-two-click {
		background:url(/_images/sidetabs.png)  no-repeat  -50px -100px;
	}


	.sidetabs .three a:link, .sidetabs .three a:visited {
		left: 100px;
		width: 50px;
	}
	.sidetabs .three a:hover, .sidetabs .three a:focus {
		background: url(/_images/sidetabs.png)  no-repeat -100px -50px;
	}
	.sidetabs .three a:active {
		background: url(/_images/sidetabs.png)  no-repeat -100px -100px;
	}
	.current-three .three a:link, .current-three .three a:visited {
		background: url(/_images/sidetabs.png)  no-repeat -100px -150px;
		cursor: default;
	}
	.sidetabs-three, .sidetabs-three-click {
		position: absolute;
		top: 0;
		left: 100px;
		width: 50px;
		height: 50px;
		background: url(/_images/sidetabs.png)  no-repeat -100px -50px;
	}
	.sidetabs-three-click {
		background:url(/_images/sidetabs.png)  no-repeat  -100px -100px;
	}	
	

	.sidetabs .four a:link, .sidetabs .four a:visited {
		left: 150px;
		width: 50px;
	}
	.sidetabs .four a:hover, .sidetabs .four a:focus {
		background: url(/_images/sidetabs.png)  no-repeat -150px -50px;
	}
	.sidetabs .four a:active {
		background: url(/_images/sidetabs.png)  no-repeat -150px -100px;
	}
	.current-four .four a:link, .current-four .four a:visited {
		background: url(/_images/sidetabs.png)  no-repeat -150px -150px;
		cursor: default;
	}
	.sidetabs-four, .sidetabs-four-click {
		position: absolute;
		top: 0;
		left: 150px;
		width: 50px;
		height: 50px;
		background: url(/_images/sidetabs.png)  no-repeat -150px -50px;
	}
	.sidetabs-four-click {
		background:url(/_images/sidetabs.png)  no-repeat  -150px -100px;
	}.aprilfools {
filter: flipv fliph;
}

a { text-decoration: none; }


a:hover { text-decoration: underline; }

a[href="#"] img 
{ 
border: 0; 
}



body {
	background: #fff url(/_images/bodybg.png) repeat-x top right;
	color: #333;
	font-size: 12px; 
	padding: 0;
	margin:0;
	text-align:center
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
	color: #000;
	background: white;
}

.googlesearch {padding-bottom:20px;}

h2 { padding: 20px 0 0; text-align: center; }

h6 {
	margin-bottom:0;
}



p { margin-bottom: 0;}

dt {font-weight:bold; margin-top:1em}

.body {
	padding-top: 0px;
	padding-left:0;
	padding-right:0px;
	width:100%;
	margin: 0 auto;
	text-align:left;
	max-width:760px;

}

.body td { padding: 0 10px 20px; 
text-align:left;}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	line-height: 2em;
	padding-left: 4px;
}

.googlesearch {
margin:-29px 0 0px 0}


.items a { color: #33608A; text-decoration: none; 
width:164px;
height:119px;
 -webkit-transition:  color 0.25s ease-out;
 -moz-transition: color 0.25s ease-out; 
 }

.items a:hover { color: #25527C;
 -webkit-transition: color 0.25s ease-out;
 -moz-transition: color 0.25s ease-out;
}
.items a img {
 opacity:0.8;
 -webkit-transition: opacity 0.25s ease-out;
 -moz-transition:opacity 0.25s ease-out;  
}
.items a:hover img { border-color: #fff;
 opacity:1.0;
 -webkit-transition: opacity 0.25s ease-out;
 -moz-transition:opacity 0.25s ease-out;  
 }

.meta { position:absolute;
top:10px;
left:10px;
}

.side { float: right; width: 310px; padding-right: 20px; }

.side h2 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 0;
	color: #b6cde7;
}

.topbar {
	background: white url(/_images/vla.png) no-repeat 50% 0%;
	height: 100px;
}

.login {
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}

.login a {
	border: 2px outset gray;
	color: #fff;
	background: gray;
	text-decoration:none;
	font-weight:bold;
	padding:2px;
	
}