body {
	font: 100%/12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;	/*background-image:url(images/ivbackground.png);
	background-repeat:repeat-x;*/
	background-image: url(images/i_back.png);
	background-repeat: repeat-x;
	background-color: #667268;
	

}

p
{
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 16px;
	line-height: normal;
	color:#FFF;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	font-variant: normal;
}

p .bigtxt
{
	font-size: 24px;
}

ul
{
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 16px;
	line-height: 110%;
	color:#FFF;
	padding:0;
	margin-top: 0px;
	margin-left:40px;
	padding-left:0px;
	margin-bottom: 4px;
	font-weight: normal;
	font-variant: normal;
	list-style-position: outside;
	padding-left: 10px;
	list-style-type: disc;
}



a img{ 
border:0; 
outline: none;
} 

*:link {
	text-decoration: underline;
	color: #F97C3A;
}

*:visited {
	text-decoration: underline;
	color: #F97C3A;
}

active {
  outline: none;
}

:focus, :active { outline: 0; } 


*.bolded
{
	font-weight: bold;	
}

*.center
{
	text-align: center;
	font-size: 12pt;
}

*.rightjust
{
	text-align: right;
	font-size: 12pt;
	color: #FFF;
	vertical-align: bottom;
}

*.subbullet
{
	font-style: italic;
}

*.highlightcolour
{
	color:#F97A52;
	font-size: larger;
}


h1
{
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 36px;
	color: #7DCB41;
	text-align: center;
	line-height: normal;
	border: 0;
	padding: 0;
	border-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	border-top: 0;
	padding-top: 0px;
	margin: 0;
}

h2
{
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", verdana;
	font-size: 18px;
	color: #7DCB41;
	text-align: center;
	line-height: normal;
}

h3
{
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", verdana;
	font-size: 18px;
	color: #FFF;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

*.specialcentertxt {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	color: #000;
	text-align: center;
	font-size: 10px;
}

/* Used at the Bottom of the templates for accesability */
.smallwhitetxt {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 9px;
	color: #000000;
	text-align: left;
}

.smallwhitetxt .rightjust {
	text-align: right;
}


#ivcontainer {
	position : relative;
	width: 950px;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left;
	
}

td {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 18px;
	
}

th {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 12px;
}

.bodystyle {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 12px;
}

.small {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 9px;
}

.medium {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 12px;
}

.big {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 16px;
	color: #000;
}

.xbig {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 24px;
	line-height: normal;	
}

.expanded {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	text-align: justify;
}

.footer {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 9px;
	color: #999999;
}

.navtxt {
	font-family: "Century Gothic", "Lucida Grande","Lucida Sans Unicode",verdana;
	font-size: 18px;
	color: #705f57;
}


.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

/* Main table div's */

#iv-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:108px;
}

#iv-02 {
	position:absolute;
	left:0px;
	top:121px;
	width:800px;
	height:492px;
}

#NaviContainer {
	position:absolute;
	width:500px;
	height:40px;
	left: 453px;
	top: 43px;
}

/* From Navi Stuff */
.Navi {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(../images/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 
 .Navi li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: inherit;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(../images/navi_sprite.jpg);
	background-repeat:no-repeat;
}

/* defaults for all examples */
 		
/*
.Navi li{
	float: left;
	width: 125px;
	height: 100px;
	margin-right: 5px;
	background-image:url(../images/navi_sprite.jpg);
	background-repeat:no-repeat;
}

*/        	


.Navi a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}


#Navi1 {
	background-position:0px 0px;
}
#Navi2 {
	background-position:-200px 0px;
}
#Navi3 {
	background-position:-400px 0px;
}
#Navi4 { 
	background-position:-600px 0px;
}

#Navi1.active, #Navi1:hover { 
	background-position: 0 bottom;
}
#Navi2.active, #Navi2:hover{
	background-position: -200px bottom;
}
#Navi3.active, #Navi3:hover {
	background-position: -400px bottom;
}
#Navi4.active, #Navi4:hover {
	background-position: -600px bottom; 
}

#Navi1 a{
	background-image:url(../images/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#Navi1 a:hover{
	background-position: left -80px;
}

#Navi4 a{
	background-image:url(../images/end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#Navi4 a:hover{
	background-position: right -120px;
}


#ivcontainer table tr td table tr td table tr td img {
	text-align: center;
}

