@charset "UTF-8";
/* CSS Document                                */
/* by Codify Design Studio - codifydesign.com  */


/* --- General Styles--- */
body,h1,h3,p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4e6a7b;
	text-align: left;
}

body {
	margin: 0px;
	background-color: #6a4d4d;
}

h1 {
	font-size: 24px;
	color: #ac913b;
}

h3 {
	font-size: 12px;
	color: #6a4d4d;
	text-transform: uppercase;
}
.right_image {
	float: left;
	width: 205px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 15px;
	clear: none;
}
.right_image img {
	display: block;
	margin-bottom: 10px;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #715656;
	text-align: center;
}


a { color: #36C; }
a:visited  { color: black; }
a:hover    {
	color: #CCFF66;
}



/* --- Banner Area --- */
.bannerArea {
	width: 100%;
	min-width: 980px;
	height: 190px;
	margin: 0;
	background-color: #ffffff;
	background-image: url(images/Complexity%204.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bannerArea .container {
	position: relative;
	width: 980px;
	height: 90px;
	color: black;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bannerArea .container .site_logo {
	position: absolute;
	width: 691px;
	height: 72px;
	left: 15px;
	top: 12px;
	background-image: url(images/Presentation2-1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFF;
}
.bannerArea .container .site_date {
	position:absolute;
	left: 20px;
	top:160px;
	color: black;
	font-size: 12px;
}


/* --- Content Area --- */
.contentArea {
	width: 100%;
	margin:0;
	background: #ffffff url(images/page_tile.jpg) repeat-y center top;
}
.contentArea .container {
	width: 980px;
	background: #ffffff url(images/page_tile.jpg) repeat-y center top;
	color: black;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.contentArea .container .left_col{
	float: left;
	width: 690px;	
	padding: 0px 20px 0px 20px;
}

.contentArea .container .right_col{
	float: left;
	width: 210px;	
	padding: 0px 20px 0px 20px;
}


/* --- Footer Area --- */
.footerArea{
	width: 980px;
	height: 50px;
	margin: 0 auto 0 auto;
}

.footerArea .container{
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	
}
.footerArea .container p{
	color: #33FF33;
}

.clear_both {
	clear: both;
}
.BetaFlag {
	color: #F00;
	font-size: x-large;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
