  

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
 /* The reset rules */
 margin:0px;
 padding:0px;
}

body{
 color:#555555;
 font-size:13px;
/* background: url('../images/Patterns1-09.png');
*/
 background: #fe0000;
 font-family:Arial, Helvetica, sans-serif;
 width: 100%;
}

h1{
 font-size:28px;
 font-weight:bold;
 font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
 letter-spacing:1px;
}

h2{
 font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
 font-size:10px;
 font-weight:normal;
 letter-spacing:1px;
 padding-left:2px;
 text-transform:uppercase;
 white-space:nowrap;
 margin-top:4px;
 color:#818181;
}

#main p{
 padding-bottom:8px;
}

.clear {
 clear:both;
}

.invisible {
 visibility:hidden;
}

.nodisplay {
 display:none;
}

#main{
 width:1060px;
 /* Centering it in the middle of the page */
 margin:0px auto 100px auto;
}

.container{
 margin-top:0px;
	
 background:#FFFFFF;  
 border:1px solid #818181;
 padding:15px;
	
/* Rounded corners 
 -moz-border-radius:20px;
 -khtml-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius:20px; 
 */
}

.err{
 color:#fe0000;
}

.success{
 color:#00CC00;
}

a, a:visited {
 color:#fe0000;
 text-decoration:none;
 outline:none;
}

a:hover{
 text-decoration:underline;
}

.top_bar {
 width:100%;
/* background:#818181;
 background:#fe0000;
*/
 background: url('../images/Patterns1-03.png');
 height:180px;
 text-align:left;
}

#top_logo {
 width:1060px;
 height:156px;
 /* Centering it in the middle of the page */
 margin:0px auto;
 padding-left:25px;
 border:0px blue solid;
/* background: url('/images/gata_logo.png') no-repeat 40px 12px; */
}

#top_logo img.logoImg {
 border:0px;
 margin:12px 20px;
}

.moreLinks {
 text-align:right;
 border:0px green solid;
 float:right;
 height:75px;
 margin-top:80px;
 margin-right:25px;
 margin-bottom:0px;
}

.moreImg {
 height:50px;
 width:50px;
 padding:0px;
 margin:0px;
 cursor:pointer;
 border:0px;
}

#site_links {
 color:black;
 width:1060px;
 margin:0px auto;
 height:156px;
 display:none;
 border:0px black solid;
 text-align:right;
}

#main_col{
 width:705px;
/* padding:0px 25px 50px 15px; */
 border:0px red solid;
 float:left;
}

#side_col{
 width:305px;
/* margin:0px 25px 50px 15px; */
 border:0px black solid;
 text-align:center;
 float:right;
}

.linkbox {
 border-top:0px dotted #bbb;
 border-bottom:1px dotted #bbb;
 padding: 10px 0px;
}

.middleAd {
 text-align:center;
 margin-left:-13px;
}

#bottomDiv {
 width:100%;
 color:white;
 font-size:13px;
 background:#fe0000;
 height:auto;
 padding:25px 0px;
 text-align:center;
 font-weight:normal;
}

#bottomDiv a, #bottomDiv a:visited {
 color:white;
 text-decoration:none;
 letter-spacing:1px;
 font-weight:normal;
}

#bottomDiv a:hover{
 font-weight:normal;
 text-decoration:underline;
}

.helpimg {
 width:100%;
 height:auto;
}

ol.helplist, ul.helplist {
 margin: 0px 25px;
 line-height:18px;
}

.helpTOC {
 border:0px;
 text-align:center;
 width:100%;
}

.helpTOClink {
 letter-spacing:1px;
 font-weight:bold;
 font-size: 16px; 

 /* Drop Shadow */
text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
}












