/*main body style*/
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #CC3300; font-weight: bold; margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; font-weight: bold; margin-top: 5px; margin-bottom: 0px; margin-left: 0px;}

/*Styles for Content Pages*/
td.content-home {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC;}
td.content-portfolio {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;}
td.content-others {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;}

/*Links - Content Pages*/
a:link {color: #333333; text-decoration: underline; font-size: 12px;}
a:visited {color: #333333; text-decoration: underline; font-size: 12px;}
a:active {color: #666666; text-decoration: underline; font-size: 12px;}
a:hover {color: #666666; text-decoration: underline; font-size: 12px;}

/*Controls position of floating image on portfolio page*/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 325px;
	height: 0px;
	z-index: 100;
	border: none;
}

/*Controls the portfolio images on the individual pages*/
#img-portfolio {
	text-align: right;
	vertical-align: top;
	padding-bottom: 20px;
	padding-left: 20px;
	float: right;
	border: 1px solid;
	border-color: #999999;
	padding: 4px;
	margin-top: 2px;
}
