/* 
. = 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;*/
	font-size: 16px;
	background: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #222222;

}

textarea {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 14px;
}

.titleArea {
	font-size:20px;
	font-weight:bold;
	height: 24px;
	margin: 20px auto 0 auto;
	width: auto;
	margin: 20px 3% 0 3%;
	padding: 5px 3%;
	background: #444444;
	color: #FFFFFF;
	text-align:left; 
}

.mainArea {
	width: auto;
	margin: 0px 3% 0 3%;
	padding: 10px 3%;

	position: relative;
	height: auto ;
	overflow:auto;
	text-align:left; 
	
	border: 1px #999999 solid;
	background-color:#FFFFFF;  
	/*background-color:#FFFFFF; */


}



.header {
	font-size: 16px;
	width: 100%;
	height: 26px;
	
	#float: left;
	border: px red solid;
	background: #333;
	color: #FFF;
}

.header li {
	float: left;
	margin: 6px 20px;
	list-style: none;
	
}

.header li:before {
  content: "|";
  padding-right: 2px;
}

.header a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
.header a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
.header a:hover {color: #FFFFFF; text-decoration: underline;}   /* mouse over link */
.header a:active {color: #FFFFFF; text-decoration: underline;}   /* selected link */



/* 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 */	



@media only screen and (max-device-width: 1050px) {
	
	body {
		width: 100%;
		margin: auto;
		padding: 0;
		height: auto;
		border: 0px red solid;
		
		
	
		
	}
	
	
	.titleArea {
		width: 100%;
		font-size: 1.4em;
		font-weight: bold;
		height: auto;
		margin: auto;
		width: auto;
	
	
	}

	.mainArea {
		width: 100%;
		margin: auto;
		height: auto ;
		padding: 10px 0 2em 0 ;
		
		border: 1px #999999 solid;
		background-color:#FFFFFF;  
		/*background-color:#FFFFFF; */


	}
	
	.header {
		font-size: 1.2em;
		width: 100%;
		height: 4.4em;
		padding: 0;

	}

	.header li {

		margin: 2px 5px;


	}



