@charset "UTF-8";
/* CSS Document */

<style type="text/css">

html {
	height: 100%;
	width: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/* height: 100%; */
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	color: #333333;
}
a:link {
	color: #666;
	text-decoration: none;
	display: block;
}
a:visited {
	color: #888;
	text-decoration: none;
	display: block;
}
a:hover {
	color: #a2d31d;
	background-color: #ECECEC;
	text-decoration: underline;
}

#topbar {
	width: 100%;
	height: 4px;
	background-color: #a2d31d;
}

#container {
	width: 581px;
	margin-left: 10px;
	height: 100%;
}
#content {
	float: left;
	width: 533px;
	background-color: #FFFFFF;
	height: 100%;
}
#content2 {
	width: 300px;
	margin-right: auto;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content3 {
	width: 300px;
	margin-right: auto;
	margin-top: 3px;
}

#adunitContainer {
	width: 900px;
	height: 400px;
}

#content3 h1 {
	font-size: 150%;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content3 h2 {
	font-size: 100%;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#content3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content3 li {
}

#content2 h1 {
	font-size: 150%;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#content2 h2 {
	font-size: 100%;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#content2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content2 li {
}

#projectInfo {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#projectInfo em {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

#projectInfo h3 {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	color: #666666;
	line-height: normal;
}

#projects {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}

#richTitle {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 533px;
}

/* CSS ID TAGS : END */

-->
</style>