/* chicks.css */

body {  
 background-image: url("/images/bgbigger.jpg");
 background-repeat: no-repeat;
 background-attachment: fixed;
 margin-left: 20px; 
 margin-right: 30px; 
 margin-top: 30px; 
 color: #666666;
 font-size: 12px;
 line-height: 17px;
 letter-spacing:  0.5px; 
 font-family: georgia, times new roman, times, serif 
}

/* Links */
a:link { 
 color: #ff9900; 
 font-weight: normal; 
 text-decoration: none 
}

a:visited { 
 color: #99cc66; 
 font-weight: normal; 
 text-decoration: none 
}

a:active { 
 color: #9966cc; 
 font-weight: normal; 
 text-decoration: none 
}

a:hover { 
 color: #99cc66; 
 font-weight: normal; 
 text-decoration: underline 
}

.menuitems {
 font-size: 	11px;
 font-family: 	verdana,trebuchet,sans-serif;
 text-align: 	right;
 color: 		#333333;
 background: 	#ffcc33;
 line-height: 	17px;
 letter-spacing:  0.7px
}

h1 {
 font-family: georgia, times new roman, times, serif;
 font-size:   15px;
 color:       #ff9900;
 margin-bottom: 1px;
 font-weight: normal
}

h2{
 font-family: georgia, times new roman, times, serif;
 font-size:   40px;
 color:       #ff9900;
 margin-bottom: 1px;
 font-weight: normal
}

h3 {
 font-family: georgia, times new roman, times, serif;
 font-size:   20px;
 color:       #66ff33;
 margin-top: 1px;
 font-weight: normal
}

.menuLinks, .menuLinks a { 
 font-size: 	11px;
 font-family: 	verdana,trebuchet,sans-serif;
 text-align: 	right;
 color: 		#666699;
 letter-spacing: 0.5px;
 text-decoration: none 
}
.menuLinks a:link    { color:  #ff9966; }
.menuLinks a:visited { color:  #9966cc; }
.menuLinks a:active  { color:  #9966cc; }
.menuLinks a:hover   { color:  #ccccff; }

.copyright, .copyright a { 
 font-size: 	10px;
 font-family: 	verdana,trebuchet,sans-serif;
 color: 		#666666;
 letter-spacing: 0.5px
}
.copyright a:link    { color:  #666666; }
.copyright a:visited { color:  #99cc66; }
.copyright a:active  { color:  #99cc66; }
.copyright a:hover   { color:  #99cc66; }

.copywrite, .copywrite a { 
 font-size: 	10px;
 font-family: 	verdana,trebuchet,sans-serif;
 color: 		#666666;
 letter-spacing: 0.5px
}
.copywrite a:link    { color:  #666666; }
.copywrite a:visited { color:  #99cc66; }
.copywrite a:active  { color:  #99cc66; }
.copywrite a:hover   { color:  #99cc66; }

/* css for the email list system */

 .email  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-decoration : none;
}

.address  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

a.url  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.listitem  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.required {
	font-size : 12px;

	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.missing {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.error  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.info  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : magenta;
	text-decoration : none;
}

.botbar  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : white;
	text-decoration : none;
}