/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(../images/body-bg.gif);
}
#wrapper { 
 margin: 0 auto;
 width: 650px;
 background-image: url(../images/main-bg.gif);
 background-repeat: repeat-x;
}
#header {
 color: #333;
 width: 640px;
 float: left;
 padding: 10px;
 height: auto;
 margin: 10px 0px 0px 0px;
 }

#leftcolumn { 
 color: #333;
/* border: 1px solid #000000; */
 margin: 0px 5px 5px 0px;
 padding: 5px;
 height: auto;
 width: 640px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
/* border: 1px solid #000000; */
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: auto;
 width: 178px;
 display: inline;
}
#footer { 
 width: 630px;
 height: auto;
 clear: both;
 background: #336666;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}

.menubg {
background-image: url(../images/navi-bgv2.gif);
background-repeat: no-repeat;
}
.component {
font-family: Garamond, Georgia;
font-size:18px;
vertical-align: top;
}
.formlabel {
font-family: Garamond, Georgia;
font-size:14px;
font-weight: bold;
}
.fieldnote {
font-family: Garamond, Georgia;
font-size:14px;
}

.fieldnotelink a:link {
font-family: Garamond, Georgia;
font-size:14px;
text-decoration: none;
color: #FF3300;
}
.fieldnotelink a:active {
font-family: Garamond, Georgia;
font-size:14px;
text-decoration: none;
color: #FF3300;
}

.fieldnotelink a:visited {
font-family: Garamond, Georgia;
font-size:14px;
text-decoration: none;
color: #FF3300;
}

.fieldnotelink a:hover{
font-family: Garamond, Georgia;
font-size:14px;
text-decoration: underline;
color:#FF3300;
}

.legal {
font-family: Garamond, Georgia;
font-size:12px;

}

.legallink a:link {
font-family: Garamond, Georgia;
font-size:12px;
text-decoration: none;
color: #FF3300;
}
.legallink a:active {
font-family: Garamond, Georgia;
font-size:12px;
text-decoration: none;
color: #FF3300;
}

.legallink a:visited {
font-family: Garamond, Georgia;
font-size:12px;
text-decoration: none;
color: #FF3300;
}

.legallink a:hover{
font-family: Garamond, Georgia;
font-size:12px;
text-decoration: underline;
color:#FF3300;
}


