@charset "UTF-8";
/* CSS Document */

html {
    height: 102%;
	/*background-color:#FFFFFF;*/
}

body {
	background-color:#FFFFFF;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-top:10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:8px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:13px;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
}

.page_body {
	width:1000px;
}

.navigation {
	height: 50px;
	width: 1000px;
}

.tbanner {
	height:150 px; 
	width: 1000px; 
}

.editregion {
	width:1000px;
	/*height:1400px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

.awaylinks {
	height:100px;
	width:1000px;
	float:left;
	margin-top:5px;
	
}

.legal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#666;
	margin-top:1.2%;
}

#news {
	width:975px;
}

.newscontent {
	width:575px;
	float:left;
}

.newslside {
	width:200px;
	height:900px;
	float:left;
	margin-left:1%;
}

.newsrside {
	width:200px;
	text-align:center;
	float:right;
	margin-right:2.2%;
}

.newsbody {
	width:550px;
	background-color:#f5f5f5;
	float:left;
}

.newsblackspace {
	width:10px;
	height:50px;
	float:left;
	margin-top:10px;
}

.newsdate {
	width:50px;
	height:50px;
	float:left;
	background-color:#CCCCCC;
	text-align:center;
	margin-top:10px;
	line-height:12px;
	vertical-align:text-top;
}

.newshead {
	width:480px;
	height:50px;
	float:left;
	margin-top:10px;
}

.topline {
	width:480px;
	height:50px;
	float:left;
	background-color:#CCCCCC;
	text-indent:10px;
	/*line-height:1px;
	vertical-align:top;*/
}

.updated {
	margin-top:-10px;
	font-size:10px;
}

.bigcontent {
	width:550px;
	float:left;
}

.newscontent {
	width:530px;
	background-color:#f5f5f5;
	text-align:left;
	float:left;
}

#workscont {
	width:975px;
}

.works_left {
	text-align:center;
	float:left;
	width:500px;
	margin-top:9%;
}

.works_right {
	text-align:center;
	float:left;
	width:475px;
}


#resumebody {
	width:975px;
	margin-top:1%;
}

.resversion {
	height:100px;
	width:100px;
	display:inline;
	padding:1%;
}

.encompass {
	height:300px;
	width:975px;
	background-image:url(../images/picborder01.png);
	
}

.photos {
	width:950px;
}

.phototitle {
	padding-top:1%;
	width:300px;
}

a:link {
	border:none;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
	
a:visited {
	border:none;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
	
a:hover {
	border:none;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	border:none;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

