/*  GLOBAL STYLE RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,select,p,blockquote,th,td{padding:0;
margin:0; font-size:100%}
table{border-collapse:collapse; border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var{font-weight:normal; font-style:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0}

/* removes dottd border from all focused links */
:-moz-any-link:focus, a, input{outline:none!important}


body {
font-family: arial, verdana, sans-serif;
font-size: 11px;
line-height: 1.4em;
color: #ffffff;
background:#bc5d27;
background-image: url(../images/bgrepeat.gif);
background-repeat: repeat-x;
margin: 0;
}


.bold {
font-weight: bold;
}

.center {
text-align: center;
}

img, img a {
border: 0px;
}



a { text-decoration: none; }
a:link {
 color: #ffffff;
 text-decoration: none;
}
a:hover {
 color: #1a2d57;
 text-decoration: underline;
}
a:visited {
 color: #ffffff;
 text-decoration: none;
}
a:active {
 color: #ffffff;
 text-decoration: underline;
}




/*-------MAIN STRUCTURE ALL----------*/


#container {
width: 1200px;
margin: 0 auto;
text-align: center;
}

.header{
margin-top:65px;
}


.link{
	margin-right:15px;
	margin-left:10px;
	margin-top:10px;
	border:0px;
}

.linktext{
	margin-left:285px;
}

.linktext p{
	font-weight:bold;
	font-size:12px;
	line-height:1.9em;	
	float:left;

}


.link2{margin-left:165px}
.link3{margin-left:197px}

.copyright{
	text-align:left;
	margin-top:60px;
	margin-left:350px;
}

