/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

body {
	background-position: center top;
	background-color: white;
	background-repeat: no-repeat;
    font-size: 87.5%;      /* Reset base size to 14px */
    line-height: 1.429em;  /* Reset line-height to 20px */
    }

body, input, textarea, select, label {
    font-family: Helvetica, Arial, Geneva, sans-serif;
    }
/*Structure*/
#wrapper {
	width:960px;
	margin:0PX auto;
}


#header {
	background-color: #ffffff;
	width:960px;
	height:75px;
	margin:0 auto;
}

#subheader {
	background-color: #ffffff;
	width:960px;
	height:50px;
	margin:0 auto;
}

#nav {
	width:960px;
	height:74px;
	margin:0 auto;
	padding:0;
}
#navundi {
	width:960px;
	height:36px;
	margin:0 auto;
	padding:0;
}

#midimage {	
	margin:0 auto;
	padding:0;
	border:0;
	width:460px;
	float:left;
}
#leftimage {	
	margin:0 auto;
	padding:0;
	border:0;
	width:250px;	
	float:left;	
}
#rightimage {	
	margin:0 auto;
	padding:0;
	border:0;
	width:250px;
	float:right;			
}

#content {
	width:960px;
	height:450px;	
	margin:0 auto;
	padding:0;
}

#prefooter {
	clear:both;
	text-align:center;
	width:960px;
	height:40px;
	margin:0 auto;
}

#footer {
	clear:both;
	text-align:center;
	width:960px;
	height:20px;
	margin:0 auto;
}
#footer a, #footer a:visited {
	color: #000000;
	font-size:10px;
	padding:0 8px;
}

#footer a:hover {
	color:#000000;

}
#footer p{
    padding:5px;
}

#footer img{
    margin:0px 0px 25px 0px;
}

/*Classes*/
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:center;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.style6 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


/*Default Tags */
table {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
h1 {
	font-size: 18px;
	color: #000000;
	margin:5px 0 5px 0;
}
h1{
display:block;
width:100%;
height:100%;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin:10px 0 0px 0;
}

h3 {

}

a, a:visited {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #000000;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;	
}
p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:right;	
}

blockquote {

}
ul {

}
li {

}
img {
	border:0;
}
img {
	img { -ms-interpolation-mode: bicubic;  /*Fix for IE6 resize images*/
}