/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(../images/bg/bg_gradient.png);
	background-repeat: repeat-x;

}
#wrapper	{
	clear: both;
	float: none;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg/bg_total1.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	min-height:600px;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

img, div { behavior: url(iepngfix.htc) }

/*    * { behavior: url(iepngfix.htc) }  */
/* header */
#header {
	height: 80px;
	padding: 0px;
}
#sponsorLogos {
	height: 125px;
	width: 245px;
}

#logo {
	width: 750px;
	height: 80px;
	background-image: url(../images/title_home2.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-left: auto;
	margin-right: auto;
}

#logo a {
	width: 750px;
	height: 80px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	text-align: center;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;

}
#tag p {
	color: #FBF7C9;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/* /header */


/* navigation */
#menu, #menuWrapper	{
  position:relative;
  z-index:999999;
}
#menu ul	{
}
#menu li	{
	display:inline;
}
#menu li a:link, #menu li a:visited	{
}
#menu li a:hover	{
}
.stripeTop {
	background-image: url(../images/bg/stripeTop.jpg);
	background-repeat: no-repeat;
	height: 37px;
	background-position: left top;
	width: 959px;
}
.stripeBot {
	background-image: url(../images/bg/stripeBOt.jpg);
	background-repeat: no-repeat;
	height: 37px;
	background-position: left top;
	width: 959px;
}
/* /navigation */


/* content */
#contentWrapper {
	margin-top: 20px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#content	{
	margin-left: 30px;
}
#content p	{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #330000;
	line-height: 1.3;
}
#content a img, #content abbr {
	border: 0;
}
#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1A3E88;
	font-size: 11px;
}
#content a:hover {
	text-decoration: underline;
	font-size: 11px;
}
#content ul, #content ol {
	margin-left: 2em;
}
#content ul, #content ol {
	margin-bottom: 1em;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
	line-height: 1em;
}
#content h1	{
}
#content h2 {
	color: #f60;
	font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
	color: #369;
	font-family: Arial, Helvetica, sans-serif;
}

#content blockquote {
	margin-top: 0;
	margin-left: 1em;
	padding-left: 1em;
	margin-right: 1em;
	margin-bottom: 0px;
	/*border-left: 1px solid #ccc; */
}
#topFooter {
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#topFooter img {
	margin-right: 30px;
}




/* footer */
#footer {
	width: 820px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#footer p {
	padding: 0px;
	font-size: 12px;
	color: #F7EFBD;
	text-align: center;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#footer p a {
	color: #F7EFBD;
}
/* /footer */
