body {
	background: white none repeat scroll 0 0;
	color: #777777;
	cursor: default;
	font-family: helvetica, sans-serif;
	height: 100%;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover, a:active {
	color: #007FC5;
	text-decoration: underline;
}

a:link img, a:visited img {
	text-decoration: none;
}

h2 {
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: times New Roman,serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
}

.no_margin {
	margin: 0;
}

h2 span.color{ 
	color: #007FC5;
}

h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: georgia,serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

div#content.blog h3 {
	border-bottom: 2px solid #999999;
}

table {
	border-collapse: collapse;
	margin: 0;
}

table td {
	border: none;
	padding: 0;
}

.intro {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.small {
	font-size: 0.7em;
}

.light{
	color: #BBBBBB;
}

.light a:link, .light a:visited {
	color: #BBBBBB;
}

.small_light {
	font-size: 0.7em;
	color: #BBBBBB;
}

.small_light a:link, .small_light a:visited {
	color: #BBBBBB;
}

.notification {
	font-weight: bold;
}

.error {
	color: red;
	font-style: italic;
}

.green {
	color: #71bf00;
}

.green a:link, .green a:visited {
	color: #71bf00;
}

input {
	border: 2px solid #777777;
	background: #EEEEEE;
	padding: 2px;
	font-size: 14px;
}

textarea {
	border:2px solid #777777;
	background: #EEEEEE;
	padding: 2px;
	font-size: 14px;
}

input[type="button"], input[type="submit"] {
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	height: 24px;
}

input[type="radio"], input[type="checkbox"] {
	border: none;
}

input.counter {
	color: #AAAAAA;
	font-size: 0.7em;
	padding: 2px;	
	border: none;
	background: none;
}

table { 
	border-collapse: collapse;
}

table td {
	border: none;
	padding: 2px;
}

div#wrapper {
	background: white url(../images/body_tile.gif) no-repeat fixed center top;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

div#doc2 {
	background: white;
	height: 100%;
}

div#hd{ 
	background: transparent url(../images/header_background.png) no-repeat scroll center top;
}

.yui-t2 #yui-main {
	overflow: auto;
	height: 440px;
}

div#header {
	height: 121px;
	background: transparent url(../images/header.jpg) no-repeat scroll 641px 16px;
	font-family: georgia;
	padding: 0;
}

div#header table td {
	padding: 13px 14px 0px;
}

div#header table span {
	display: block;
	text-align: center;
}

div#header img.home_link {
	height: 80px;
	left: -10px;
	position: relative;
	top: -15px;
	width: 300px;
}

div#header a:link, div#header a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

div#header a:hover, div#header a:active {
	color: black;
	text-decoration: none;
}

div#header span.on a:link, div#header span.on a:visited {
	color: black;
	text-decoration: none;
}

div#header span.on a:hover, div#header span.on a:active {
	color: #DDDDDD;
	text-decoration: none;
}

div#content {
	margin: 0 20px;
	min-height: 420px;
	padding: 0 0 10px;
	font-size: 16px;
}

div#content.center {
	text-align: center;
}

div#content a:link, div#content a:visited {
	color: #007FC5;
}

div#content a:hover, div#content a:active {
	color: #999999;
}

div#content a:link img, div#content a:visited img {
	border: 3px solid black;
}

div#content a:hover img, div#content a:active img {
	border-color: #007FC5;
}

div#content div#imageContainer {
	position: relative;
	margin-left: 144px;
}

div#content div#imageContainer img {
	border: 3px solid black;
}

div#left_menu_links{
	float: left;
}

div#content span.left_menu_links {
	font-size: 0.8em;
}

div#content span.left_menu_links a:link, div#content span.left_menu_links a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

div#content span.left_menu_links a:hover, div#content span.left_menu_links a:active {
	color: #007FC5;
}

img.project_thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.project_main {
	display: block;
	margin: 10px auto;
}

div#left_menu_wrapper{
	clear: both;
	float: left;
	background: white;
	padding: 0px 10px 10px 0px;
}

div#left_menu{
	padding-right: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#left_menu h3 {
	margin-top: 0;
}

div#left_menu ul {
	margin: 0;
	margin-bottom: 10px;
}

div#left_menu li {
	list-style: none;
	clear: both;
	padding: 1px 1px 1px 5px;
	font-size: 0.8em;
}

div#left_menu li.year {
	padding-top: 5px;
	font-weight: bold;
	text-decoration: underline;
}

div#news h2 {
	color: #777777;
	font-family: times New Roman, serif;
	border: none;
	font-style: normal;
	margin: 0;
	padding: 2px;
	letter-spacing: 2px;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #007FC5;
}

div#news div.post {
	clear: right;
}

div#news div.post_intro {
	padding: 5px 0;
	font-size: 1.1em;
	font-family: georgia, serif;
	font-weight: bold;
	color: #007FC5;
}

div#news div.post_intro img {
	float: right;
	padding-left: 10px;
}

div#news span.datetime {
	display: block;
	padding-top: 18px;
	font-size: 0.8em;
	color: #999999;
	font-weight: normal;
}

div#news hr {
	clear: both;
}

div#news span.comments {
	display: block;
	font-size: 0.8em;
	color: #999999;
	font-weight: normal;
}

div#news span.comments a:link, div#news span.comments a:visited {
	color: #007FC5;
}

div#news span.comments a:hover, div#news span.comments a:active {
	color: #999999;
}

div#news div.post_body {
	font-family: georgia, serif;
	padding: 10px 0;
}

div#news div.post_body img {
	display: block;
	margin: 0 auto;
}

div#news div.post_body img.left_image {
	display: inline;
	text-align: left;
	float: left;
	padding: 0 10px 10px 0;
}

div#news div.post_body img.right_image {
	display: inline;
	text-align: left;
	float: right;
	padding: 0 0 10px 10px;
}

div#news span.first_letter {
	float: left;
	font-family: ariel,sans-serif;
	font-size: 63px;
	line-height: 50px;
	padding: 4px 6px 4px 0;
	font-style:italic;
}

div#news div.post_photos {
	width: 252px;
	max-height: 300px;
	overflow: auto;
	float: right;
	padding: 4px;
	border-left: 1px solid #999999;
}

div#news div.post_photos img {
	display: inline;
	text-align: left;
	width: 100px;
	height: 100px;
	margin: 5px;
}

div#news div.video {
	clear: both;
	padding: 10px 0;
	text-align: center;
}

div#comments h3 {
	margin-top: 0;
	padding-bottom: 8px;
}

div#comments table.comments {
	width: 100%;
}

div#comments table.post_comment {
	background: white url(../images/comment_box.png) no-repeat top left;
}

div#comments textarea {
	border: none;
	width: 310px;
	height: 210px;
	margin-bottom: 20px;
	background: none;
}

div#comments input.counter {
	padding-left: 20px;
}

div#comments span.datetime {
	padding-top: 0;
}

td.input_table_spacer_border {
	border-top: 1px solid #999999;
}


div#twitter_feed {
	width: 200px;
	float: right;
	padding: 5px;
	border: 2px solid #6CDEFF;
	background: white;
}

div#twitter_feed a:link img, div#twitter_feed a:visited img{
	border: none;
}

div#twitter_feed h2 {
	text-align: center;
	padding: 0;
	margin: 0;
}

div#twitter_feed h2 a:link, div#twitter_feed h2 a:visited {
	color: #6CDEFF;
}

div#twitter_feed div.tweet{
	padding: 10px 5px;
	border-top: 2px dashed #444444;
	font-weight: normal;
}

div#twitter_feed div.first_tweet {
	font-weight: bold;
}

div#twitter_feed span.tweet_link {
	display: block;
	text-align: right;
	font-weight: normal;
	font-size: 0.8em;
}

div#twitter_feed span.datetime {
	display: block;
	text-align: right;
	font-size: 0.7em;
	color: #999999;
	font-weight: normal;
}

table#websites {
	margin: 0px auto;
}

table#websites td {
	padding: 5px 10px;
}

table#category_table{
	width: 100%;
	margin: 10px auto;
}

table#category_table h3 {
	margin-top: 5px;
	font-style: normal;
	font-size: 1em;
}

div#content table#category_table h3 a:link, div#content table#category_table h3 a:visited {
	color: #777777;
}

div#content table#category_table h3 a:hover, div#content table#category_table h3 a:active {
	color: #007FC5;
}

div#photograph {
	text-align: center;
}

div#photograph img {
	border: 3px solid black;
}

div#photograph.no_border img {
	border: none;
}

div.menu {
	width: 272px;
	border: 2px solid #201F25;
}

div.menu div.menu-header {
	background-color: #313038;
	background-image: url(../images/menu-background.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 6px 12px 0;
}

div.menu div.menu-header h2 {
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0 0 8px;
	color: #FFFFFF;
	font-size: 0.875em;
	font-weight: bold;
	text-shadow: 0 1px 0 #313038;
}

div.menu div.menu-header ul {
	font-size: 0.75em;
	font-weight: bold;
	list-style-type: none;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

div.menu div.menu-header ul li {
	background-color: #29272F;
	background-image: url(../images/tab-dark.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #3D3B46;
	color: #FFFFFF;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	text-shadow: 0 1px 0 #29272F;
	float: left;
	margin: 0 5px;
	overflow: hidden;
	padding: 0 8px;
}

div.menu div.menu-header ul li.selected {
	background-color: #D9D9DC;
	background-image: url(../images/tab-light.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 0 none #EDECF1;
	border-color: #EDECF1;
	color: #000000;
	height: 28px;
	text-shadow: 0 1px 0 #D9D9DC;
	position: relative;
	z-index: 10;
	cursor:default;
}

div.menu div.menu-body {
	background-color: #EEEEEE;
	background-image: url(../images/menu-body-background.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #EEEEEE;
	position: relative;
	z-index: 5;
}

div.menu div.menu-body a:link, div.menu div.menu-body a:visited {
	color: #34323A;
	text-decoration: none;
}

div.menu div.menu-body div.item{
	overflow: hidden;
	font-size: 0.75em;
	font-weight: bold;
}

div.menu div.menu-body div.odd {
	background-color: #DADADD;
}

div.menu div.menu-body div.ranking {
	color: #95949A;
	float: left;
	font-weight: bold;
	padding: 9px 0 9px 10px;
	width: auto;
}

div.menu div.menu-body div.contents {
	font-weight: bold;
	padding: 9px 16px 9px 34px;
}

.hide {
	display: none;
}

div#ft {
	text-align: center;
	font-size: 0.8em;
}