html
{
	height:100%;
}

body
{
	background-color:#000000;
	height: 100%;
}

table.center  
{
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	min-width: 100%;
}

TD.shadow_bottom
{
	/*background-image: url('images/shadow_bottom.png');*/
	background-repeat: repeat-x;
	width: 350px;
	height:3px;
	text-align:right;
	background-color:#000000;
}

TD.shadow_right
{
	background-image: url('images/shadow_right.png');
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
}

img.right_border
{
	display:block;
	width:4px;
	height:340px;
}

img.top_right_border
{
	display:block;
	width:4px;
}

table.right_border
{
	height:100px;
}

td.top_right_border
{
	vertical-align:bottom;
	text-align:left;
}

td.right_border
{
	background-color:#000000;
	height:240px;
}

td.bottom_right_border
{
	vertical-align:top;
	text-align:left;
	background-color:#000000;
}

img.bottom_right_border
{
	display:block;
	width:4px;
}

img.bottom_left_border
{
	display:block;
	width:4px;
	height:4px;
}

table.small_box
{
	height:100px;
	width:350px;
	table-layout:fixed;
}

table.big_box
{
	height:350px;
	width:350px;
	table-layout:fixed;
}

div.small_box
{
	height:96px;
	width:346px;
	overflow:auto;
	text-align:left;
}

div.big_box
{
	height:346px;
	width:346px;
	overflow: auto;
	text-align:left;
}

td.small_box
{
	height:96px;
	width:346px;
	background-color:#ff6600;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

td.small_right_border
{
	background-color:#000000;
	height:85px;
}

img.small_right_border
{
	display:block;
	width:4px;
	height:85px;
}

td.big_box
{
	height:346px;
	width:346px;
	background-color:#ff6600;
}

td.big_box_container
{
	height:260px;
	width:350px;
	scrollbar-face-color:#ff4300;
	scrollbar-highlight-color:#ff4300;
	scrollbar-3dlight-color:#ff4300;
	scrollbar-darkshadow-color:#ff4300;
	scrollbar-shadow-color:#ff4300;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FF6600;
}

table.home_menu
{
	width:90%;
	text-align:left;
	font-size:small;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#ff6600;
	height:90px;
	margin-left:20px;
}

table.home_menu a
{
	color: #ffffff;
	text-decoration: none;
}

table.home_menu a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}

td.small_box_container
{
	height:100px;
	width:350px;
}

td.bottom_border
{
	height:4px;
}

img.bannerImage
{
	border: none;
	height: 96px;
	width: 346px;
}

a.bannerImageLink:link, a.bannerImageLink:visited, a.bannerImageLink:hover, a.bannerImageLink:active
{
	border: none;
}

div.projectListing
{
	font-family: Calibri, sans-serif;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

div.homeText
{
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	background-color: #ff6600;
	color: #ffffff;
	min-height: 100%;
	font-size: small;
	padding-left:15px;
	width:305px;
	text-align:justify;
}

span.homeText
{
	font-size: large;
	font-weight: normal;
}

div.aboutText
{
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	background-color: #ff6600;
	color: #ffffff;
	min-height: 100%;
	font-size: small;
	padding-left:15px;
	width:305px;
	text-align:justify;
}

span.emphasizedaboutText
{
	font-size: large;
	font-weight: bold;
}

div.titleText
{
	font-size: x-large;
	font-weight: normal;
	text-align: left;
	line-height: 22px;
}

div.ContactText
{
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	background-color: #ff6600;
	color: #ffffff;
	min-height: 100%;
	font-size: small;
	padding-left:15px;
	width:305px;
	text-align:justify;
}


/* Blog stylings */
/* Captions */
.aligncenter,
div.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.chinaText
{
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	background-color: #ff6600;
	color: #ffffff;
	min-height: 100%;
	font-size: small;
	padding-left:10px;
	width:319px;
	text-align:justify;
}

