html,body{height:100%}
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6C6D6F;
}
.oneColFixCtr  {
	height:100%;
	
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; 
	padding: 0px 0px 0px 0px; 
}
.oneColFixCtr #mainContent {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

.oneColFixCtr #mainContent #logo {
	background: #FFFFFF;
	width:178px;
	height:51px;
	text-align: center;
	color: #d2172a;
	font-size:25px;
	padding: 0px 0px 0px 0px;
	position:relative;
	top:247;left:367;
}

#homeText {
	color: #FFFFFF;
	font-size:10px;
	font-family:"Myriad Web Pro", Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-top:33px;
}

/***********************/
/** LINK STYLES ********/
/***********************/
a:link{color: #6C6D6F; outline: none; overflow: hidden} 
a:visited{color: #6C6D6F; outline: none; overflow: hidden} 
a:active{color: #6C6D6F; outline: none; overflow: hidden}  
a:hover{color: #666666; outline: none; overflow: hidden}  
a:link,a:visited,a:active,a:hover{
	text-decoration: none;
	border:0px;
	outline: none;
}
.redLink,.redLink:link,.redLink:visited,.redLink:active,.redLink:hover{
	font-size:12px;
	color:#be2428;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:0px;
	}
.redLink:hover{color:#be2428;}

.title{font-weight:bold;font-size:12px;}
.description{font-weight:normal;font-size:12px;}

.homeLink,.homeLink:link,.homeLink:visited,.homeLink:active,.homeLink:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:0px;
	}
.homeLink:hover{color:#FFFFFF;}

.GlobalNav,.GlobalNav:link,.GlobalNav:visited,.GlobalNav:active,.GlobalNav:hover{
	color:#4D4D4F;
	text-decoration:none;
	padding:0px;
	margin:0px;
	font-weight: normal;
	font-size:13px;
	}
.GlobalNav:hover{color:#000000;}

.GlobalNavSel,.GlobalNavSel:link,.GlobalNavSel:visited,.GlobalNavSel:active,.GlobalNavSel:hover{
	color:#333333;
	text-decoration:none;
	padding:0px;
	margin:0px;
	font-weight: bold;
	font-size:13px;
	}
.GlobalNavSel:hover{color:#333333; font-weight: bold;}


.enlarge,.enlarge:link,.enlarge:visited,.enlarge:active,.enlarge:hover{
	color:#D4D4F; /*6C6D6F*/
	text-decoration:none;
	padding:0px;
	margin:0px;
	font-weight: normal;
	font-size:12px
	}
.enlarge:hover {
	color:#333333;
	font-weight: normal;
	font-size:12px
}

.logo {
	width:94px;
	height:34px;
	background-color:#6C6D6F; /* #a7a9ac Gray red:be2428*/
}

.portfoliologo {
	width:94px;
	height:34px;
	background-color:#a7a9ac;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	


#redText {
	color: #be2428;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}