body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: -10px 0 0 -10px;
	background-color : #EBEBE0;
	text-align:center;
}
html body {
	margin:0;
	padding: 0;
}


/*td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
}*/


#headerIntro{
	background : #F5F5F1 url(../images/logo_intro.gif) no-repeat 0px 30px;
	color : black;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	width:768px;
	border-bottom: 2px solid #F5F5f1;
	padding : 30px 0px 0px 0px;
	text-align:left;
}

#header{
	padding-top : 30px;
	color : black;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	width:768px;
	background-color : #F5F5F1;
	text-align:left;
}

#header h1 {
	font-size : 1.6em;
}

#navbarIntro{
	margin: 0px 0px 0px 303px;
	text-align:left;
	padding-top:55px;
	background-color : #990000;
}


#navbar{
	border-bottom : 1px solid #990000;
	padding : 0px 0px 0px 0px;
	/*background-color : #3366CC;*/
	background-image : url(../images/navbg.gif);
	margin-left:auto;
	margin-right: auto;
	width:768px;
	text-align:right;
}
#navbar a {
	text-decoration: none;
	/*font: normal bold 1.2em "Courier New", Courier, monospace;
	padding : 7px 15px 3px 20px;
	background : transparent url(../images/topbut3.gif) no-repeat scroll top left;
	border-right : 1px solid #333333;*/
}
#navbar a.selected {
	/*background : transparent url(../images/topbut1.gif) no-repeat scroll top left;
	border-bottom : 1px solid white;*/
}
#navbar a:link {
	color: #003366;
}
#navbar a:visited { 
	 color: #003366; 
}
#navbar a:hover {
	/*background : transparent url(../images/topbut2.gif) no-repeat scroll top left;*/
}
#searchBox{
	float : right;
	width : 200px;
	font-size : 0.8em;
	color : White;
	padding : 5px;
}
#searchBox input{
	border : 1px solid #330066;
	font-size : 0.9em;
	color : Black;
	margin-top : 2px;
}
#leftColumn{
	/*position: absolute;
	left: 0px;*/
	float:left;
	top:175px;
	padding-top:10px;
	width : 221px;
	height: 600px;
	background-image : url(../images/leftImage.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	background-color : #993333;
	text-align:left;
}
#leftColumn h4{
	font-size : 1.1em;
	padding : 0px 2px 4px 4px;
	margin : 0px;
}
#leftColumn p {
	font-size : 0.8em;
	letter-spacing : 0px;
	padding : 2px 2px 4px 9px;
	margin : 0px;
}
#leftColumn a {
	color: #333333;
}
#leftColumn a:hover {
	color: #666666;
}
#leftColumn a.navSelect {
	color: #666666;
}
#rightColumn{
	position: absolute;
	right: 10px;
	width : 120px;
	margin: 10px;
}

#flash{
	margin-left:auto;
	margin-right:auto;
	width : 768px;
	height: 477px;
	background : #993333;
	text-align:left;
}


#contentareaIntro{
	margin-left:auto;
	margin-right:auto;
	width : 768px;
	height: 297px;
	line-height : 1.3em;
	background-image : url(../images/introlandscape.jpg);
	background-repeat : no-repeat;
	background-color : #993333;
	text-align:left;
}

#contentarea{
	margin-left:auto;
	margin-right:auto;
	width : 768px;
	background-image : url(../images/leftImage.jpg);
	background-position : left top;
	background-repeat : no-repeat;
	background-color : #993333;
	text-align:left;
}

#content{
	padding : 1px 0px 40px 7px;
	/*width:540px;
	*/
	background-color:white;
	margin : 0px 0px 0px 221px;
	/*border-left: 7px solid White;
	*/
}

html>body #content{
	padding : 4px 0px 40px 7px;
}

html>body #contentarea{
	padding : -10px 0px 0px 0px;
}

#content h1 {
	font-size:1.6em;
	margin-top : 0px;
	color:
}

#content h2 {
	font-size:1.5em;
	margin-top : 0px;
}

#content h3{
	font-size:1.3em;
}

#content h4 {
	font-size:1.2em;
	line-height: 1.4em;
	margin-top : 0px;
	color: #330033;
}


.redTitle{
	font-size: 1.1em;
	color: #660000;
	line-height: 1.2em;
	font-weight:bold;
}

/*#footer{
	margin-left: auto;
	margin-right: auto;
	width:758px;
	border-top : 1px solid #993333;
	background-image : url(../images/bodyBg.gif);
	background-position : top left;
	background-repeat : repeat-y;
	background-color : white;
	text-align:right;
	padding: 5px 5px 10px 5px;
}*/

html>body #footer{
	margin-top:-4px;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width:768px;
	background : url(../images/bottomBg.gif) repeat-x;
	border-top : 1px solid #993333;
	padding: 5px 0px 10px 0px;
	text-align:right;
}

a {
	text-decoration: none;
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	text-decoration : underline;
}

.small {
	font-size : 0.8em;
}

FONT {
	color: inherit !important;
	background: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
}