body {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
/*	background-image: url(img/bg_pattern.gif);
	background-repeat: repeat-x;
*/	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
}
form {
	margin: 0px;
	display: inline;
}
a:link, a:visited, a:hover { 
	color:#FFFFFF; 
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:active, a:visited { 
	color:#000000; 
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

.err_text {
	color: #DE0000;
	font-size: 1.1em;
	font-weight: bold;
}
.err_text2 {
	color: #DE0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.errReq {
	color: #DE0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 3px;
}

.hid {
	visibility: hidden;
}
.none {
	display: none;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.txt {
	font-size: 1.2em;
	color: #333333;
	text-align: justify;
	margin: 5px 8px;
}
.space {
	height: 4px;
	font-size: 1px;
}
.space2 {
	height: 6px;
}
.space3 {
	height: 8px;
}
#bodyWrap {
	width: 720px;
	margin: 0px auto 0px;
	font-size: 1.1em;
	text-align: left;
}
#headWrap {
	margin: 20px 0px 0px 0px;
	height: 125px;
	font-size: 0px;
}
.tabWrap {
	margin: 0px 0px 0px 0px;
	height: 65px;
	border-bottom: 1px solid #444444;
	background: url(img/bg_tab.gif) repeat-x;
	font-size: 1.1em;
}
.tab, .tabSelected, .tabHome {
	display: block;
	cursor: pointer;
	width: 144px;
	height: 65px;
	float: left;
	background: url(img/bg_tab.gif) repeat-x;
	text-align: center;
	font-weight: bold;
	color: #790000;
	text-transform: uppercase;
}
.tab:link {
	color: #790000;
}
.tab:hover, .tab:active, .tab:visited, .tabSelected:hover, .tabSelected:active, .tabSelected:visited, .tabHome:hover, .tabHome:active, .tabHome:visited {
	text-decoration: none;
	color: #790000;
}
.tabHome {
	cursor: default;
	padding-left: 3px;
	width: 141px;
	background: #FF412C;
}
.tabSelected {
	background: url(img/bg_tab.gif) bottom repeat-x;
}
.tab div, .tabSelected div {
	padding-top: 30px;
}
.tabSelected div {
	color: #FFFFFF;
}
.tabHome div {
	padding-top: 30px;
	height: 35px;
	background: url(img/bg_tab.gif) bottom repeat-x;
	color: #FFFFFF;
}
#mainWrap {
/*	background: url(img/bg02.gif);*/
/*	border-top: 1px solid #FFFFFF; */
	background: none;
	text-align: center;
	color: #000000;
}
#mainWrap .main {
	margin: 0px auto 0px;
	width: 720px;
	/*height: 465px;*/
	height: 465px;
	background: #FFFFFF;
	text-align: center;
	font-size: 1.1em;
}
#mainWrap .blogMain {
	margin: 0px auto 0px;
	width: 720px;
	height: 500px;
	background: #FFFFFF;
	text-align: center;
	font-size: 1.1em;
}
#floatBox {
	margin: 3px 2px 3px 0px;
	float: right;
	width: 200px;
	color: #777777;
	background: #1D1E1F;
}
#floatBox .floatTop {
	background: url(img/floatTop.gif) #000000 top no-repeat;
	padding-top: 15px;
	border-bottom: 1px solid #333333;
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #E3321F;
}
#floatBox .floatTop a {
	color: #E3321F;
}
#floatBox .floatContent {
	padding: 5px;
	height: 355px;
}
#floatBox .floatBottom {
	background: url(img/floatBottom.gif) #000000 top no-repeat;
	border-top: 1px solid #333333;
	height: 40px;
	font-size: 1.0em;
	color: #725833;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
}
#floatBox .floatBottom a {
	color: #F98300;
}
#floatBox hr {
	border: 0px;
	border-top: 1px solid #333333;
	height: 1px;
	width: 98%;
}
#floatBox .entry, #floatBox .entry .content {
	display: block;
	margin: 0px 2px;
	color: #666666;
	text-align: center;
}
#floatBox a.entry:link, #floatBox a.entry:active, #floatBox a.entry:visited {
	margin: 0px 2px;
	display: block;
	text-decoration: none;
	color: #666666;
	text-align: center;
}
#floatBox a.entry:hover {
	margin: 0px 2px;
	display: block;
	text-decoration: underline;
}
.blog, .blog a, .blog a:visited {
	margin: 0px;
	color: #42A6DA;
	text-align: center;
}
#floatBox .entry .title {
	font-size: 1.1em;
	color: #CCCCCC;
	font-weight: bold;
}
#textBox, #textBoxWide {
	float: left;
	width: 515px;
	padding: 3px 0px 0px 2px;
}
#textBoxWide {
	padding: 0px;
}
#textBoxWide {
	width: 710px;
}
/* BLOG FORMATTING */
#blogContent {
	width: 504px;
	float: left;
	padding: 0px 5px;
}
#blogContent p {
	color: #888888;
	font-size: 12px;
}
.postmetadata p {
	color: #888888;
	font-size: 36px;
}
#blogContent a:link, a:active, a:visited { 
	color:#e0464b; 
	text-decoration:none;
}
#blogContent a:hover {
	color:#000000;
	text-decoration:underline;
}
/* Begin Sidebar */
#sidebar
{
	margin: 3px 2px 3px 0px;
	width: 200px;
	float: right;
	text-align: left;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul u l ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}#blogMain #sidebar form {
	margin: 0;
	}
/* End Sidebar */
#textBox .animation {
	/*padding-top: 90px;*/
	height: 192px;
	width: 505px;
	background-color: #777777;
}
.animationImpact {
	height: 399px;
	width: 500px;
	background-color: #FFFFFF;
}
#blogBox hr {
	border: 0px;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	width: 99%;
}
#blogBox p {
	text-align: left;
	color: #999999;
	font-size: 1.8em;
	margin-left: 3px;
}
#iframMain {
	width: 500px;
	height: 250px;
	border: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.rndT {background: #1D1E1F url(img/rounded-Border.gif) 0 0 repeat-x;}
.rndB {background: url(img/rounded-Border.gif) 0 100% repeat-x}
.rndL {background: url(img/rounded-Border.gif) 0 0 repeat-y}
.rndR {background: url(img/rounded-Border.gif) 100% 0 repeat-y}
.rndBL {background: url(img/rounded-BL.gif) 0 100% no-repeat}
.rndBR {background: url(img/rounded-BR.gif) 100% 100% no-repeat}
.rndTL {background: url(img/rounded-TL.gif) 0 0 no-repeat}
.rndTR {background: url(img/rounded-TR.gif) 100% 0 no-repeat; padding:5px}

#footWrap {
	width: 720px;
	margin: 0px auto 0px;
	text-align: left;
	font-size: 1.1em;
}
#footWrap img {
	margin-bottom: 5px;
}
#footWrap .links a:link, #footWrap .links a:active, #footWrap .links a:visited {
	color: #FFFFFF;
}
#footWrap .copy {
	float: right;
	color: #FFFFFF;
}
p.howText {
	text-align: left;
	font-size: 12px;
	color: #666666;
}
.howText span{
	margin-left: 4px;
	text-align: left;
	font-size: 12px;
	color: #666666;
}
.text01 {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}
.ourDisplayScreen {
	width: 720px;
	height: 465px;
}
.headB {
	color: #D52F1D;
	font-size: 1.2em;
	font-weight: bold;
}
.head {
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}
#frameBox hr {
	border: 0px;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	width: 99%;
}
#frameBox p {
	text-align: left;
	color: #666666;
	font-size: 1.2em;
	margin-left: 3px;
}
#frameBox p #downBlock {
	display: block;
	position: relative;
	margin-right: 8px;
	width: 110px;
	float: right;
	top: 25px;
	text-align: right;
}

#frameBox .head, #frameBox .head2 {
	color: #D52F1D;
	font-size: 1.2em;
	font-weight: bold;
}
#frameBox .head2 {
	color: #333333;
}
#frameBox .link2 {
	color: #C41202;
	font-weight: bold;
}
#homeTextrow {
	width: 508px;
	text-align: center;
}
#homeTextrow span {
	float: left;
	display: block;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#homeFormBox {
	margin: 0px 0px 0px 2px; 
	padding: 7px 0px 0px 0px;
	float: left;
	background-image: url(img/homeFormbg.jpg); 
	background-repeat: no-repeat; 
	background-position: top; 
	width: 510px; 
	height: 118px;
	text-align: left;
}
#homeFormBox1 {
	float: left;
	padding: 0px 0px 0px 165px;
	width: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
#homeFormBox1 input {
	margin: 8px 0px 0px 0px;
	width: 130px;
	height: 14px;
	border: 1px solid #C6c6c6;
}
#homeFormBox2 {
	float: left;
	width: 146px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
#impactText {
  margin: 14px 10px 0px 10px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}
.partnersText {
	margin: 3px 10px 3px 10px;
	text-align: left;
	color: #656565;
}
.aboutTop {
	margin: 5px 0px 0px 8px;
	text-align: justify;
	font-size: 1.1em;
	color: #333333;
}
.aboutTable {
	padding-left: 6px;
}
.aboutTable a, .aboutTable a:hover, .aboutTable a:active, .aboutTable a:visited {
	text-decoration: none;
	color: #000000;
}