/* 
. = class
# = ID


Header = #444444
Header Border = #333333
Content
Content Border = #999999
*/

div {
	border: 0px red solid;
}

#bold {
	font-weight:bold;	
}

body a:link {color: #0000FF; text-decoration:none;}     /* unvisited link */
body a:visited {color: #0000FF; text-decoration:none;}  /* visited link */
body a:hover {color: #FF0000; text-decoration: none;}   /* mouse over link */
body a:active {color: #000000}   /* selected link */

body {
/*	font-family: "trebuchet ms", arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #dddddd;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #222222;

}

textarea {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 14px;
}

.titleArea {
	font-size:25px;
	font-weight:bold;
	height: 30px;
	margin: 20px auto 0 auto;
	width: 1200px;
	border: 1px #333333 solid;
	padding: 0px 20px 0 20px;
	background: #444444;
	color: #FFFFFF;
	text-align:left; 
}

.mainArea {
	padding: 20px;
	width: 1200px;
	position: relative;
	height: auto;
	overflow:hidden;
	text-align:left; 
	margin: 0px auto 0 auto;
	border: 1px #999999 solid;
	background-color:#FFFFFF;  
	/*background-color:#FFFFFF; */


}

.subArea-450 {
	width: 410px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
	background-color:#FAFAFA;
		border: 1px grey solid;
}

.subArea-500 {
	width: 470px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 10px 20px 0;
	padding: 20px;
	background-color:#FAFAFA;
		border: 1px grey solid;
		
}

.subArea-550 {
	width: 510px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
	background-color:#FAFAFA;
		border: 1px grey solid;
}

.subArea-600 {
	width: 560px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
	background-color:#FAFAFA;
		border: 1px grey solid;
		
}

.subArea-650 {
	width: 610px;
	height: auto;
	overflow: hidden;
	float: right;
	margin: 0 20px 20px 0;
	padding: 20px;
	background-color:#FAFAFA;
		border: 1px grey solid;
}

.subArea-700 {
	width: 660px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
	background-color:#FAFAFA;
		border: 1px grey solid;
}

.subArea-1100 {
	width: 1130px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
		background-color:#FAFAFA;
		border: 1px grey solid;
}

/* Start FOR TOP BAR */

#topRow a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
#topRow a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
#topRow a:hover {color: #FFFFFF; text-decoration:underline;}   /* mouse over link */
#topRow a:active {color: #FFFFFF}   /* selected link */


#topRow {
	width: auto;
	height: 22px;
	border: 0px red solid;
	background: #444444;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#topCol-L {
	width: auto;
	height: auto;
	padding: 1px 20px 1px 20px;
	float: left;
}

#topCol-R {
	width: auto;
	height: auto;
	padding: 1px 20px 1px 20px;
	float: right;
}

/* END FOR TOP BAR */

	
	
/* CUSTOM Stuff for this project */

.bofiIMG {
	width: 120px;
	height: 120px;
	padding: 20px;	
	float: right;
	border: 2px black solid;
	clear: none;
}

#bofiIMG-blank {
	border: 0px red solid;	
}



/* END Custom */	

