/* CSS Document */
body {
	background-color: #E4E4E4;
	font: bold 13px TIMES, Helvetica, sans-serif;
	color: #000000;
	margin: auto;
	}
h1 {
	background: url(../images/buttons/greentab.gif) no-repeat 7px 50%;
	font-size: 16px;
	text-indent: 24px;
	font-family: "Times New Roman", Times, serif;
	line-height: 31px;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}
h2 {
	text-align: center;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	display: block;
	color: #549F9A;
	font-weight: bolder;
}
h3 {
	text-align: left;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 0 0;
	display: block;
	color: #549F9A;
}

.flashHeader
{
background: #;
}


/* tages used for all three */
#wrapper {
	width: 780px;
	margin: auto;
	background-color: #FFFFFF;
}
#sideContent {
	float: left;
	width: 149px;
/* left margin must equal width of primaryContent (inc its left margin)*/
	margin: 0;
	list-style-type: none;
}
/* tages used for three columns*/
#threeColLayout #sideContent {
	margin: 0 0 10px 0;
}
#threeColLayout #primaryContent {
	float: left;
	width: 296px;
	margin: 0 0 20px 10px;
	
}
#secondaryContent {
	float: left;
	width: 296px;
	margin: 0 0 20px 10px;
}
/* tages used for two columns*/
#twoColLayout {
	margin: auto;
}
#twoColLayout #primaryContent {
	width: 602px;
	float: left;
	margin-left: 10px;
	padding-left: 0px;
		}
	/* tages used for one column;
will be inherited*/
#primaryContent {
	width: 400px;
	margin: 0 0 20px 0;
}
#twoColLayout #secondaryContent, #oneColLayout #sideContent, #oneColLayout #secondaryContent {
	display: none;
}
#title {
	position: absolute;
	left: 200px;
	top: 206px;
	width: 380px;
	z-index: 0;
}
/* CLASSES */
.clear {
	clear: both;
}
/* This part concerns itself with generating boxes */
.box {
	margin: 0px 0 0 0;
	padding: 0px 0 0px 0;
}
.cbb {
	padding: 0 10px;
	margin: 1em 0;
	background: #fff;
	border: 1px solid #666;
}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */
/* Two of the boxes are floated just for this demo. Adjust to your needs. */
/*================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin: 0.5em 0;
}
.bt {
	background: url(box.png) no-repeat 100% 0;
	margin: 0 0 0 18px;
	height: 17px;
}
.bt div {
	height: 17px;
	width: 18px;
	position: relative;
	left: -18px;
	background: url(box.png) no-repeat 0 0;
}
.bb {
	background: url(box.png) no-repeat 100% 100%;
	margin: 0 0 0 18px;
	height: 17px;
}
.bb div {
	height: 17px;
	width: 18px;
	position: relative;
	left: -18px;
	background: url(box.png) no-repeat 0 100%;
}
.i1 {
	padding: 0 0 0 12px;
	background: url(borders.png) repeat-y 0 0;
}
.i2 {
	padding: 0 12px 0 0;
	background: url(borders.png) repeat-y 100% 0;
}
.i3 {
	background: #fff;
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 0 10px;
}
/* CSS for the box ends here */
.body {
	padding: 0 20px 0 20px;
	text-align: justify;
	letter-spacing: 0.02em;
}
