/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin-top: 20px;
	text-align: justify;
	color: #4C4C4C;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/bckgrnd.gif);
	
}

h2, h3 {
	margin-top: 0px;
	color: #383838;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 0;
	font-size: 12px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;

}

a {
	color: #2B2B2B;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 534px;
	height: 50px;
	margin: 0 auto;
	padding:25px 0 0 0;
	background-image: url(../images/img1.gif);
	background-repeat:no-repeat;
}

#header h1 {
	float: none;
	margin:auto;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-style:italic;
	text-align: center;
	line-height: 18px;
}


/* Menu */

#menu {
	width: 514px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img3.gif);
}

#menu ul {
	width: 514px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #333333;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 5px 15px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 514px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: url(../images/img3.gif);
}

#content table, td{
	border:#CCCCCC solid 1px;
	margin:auto;
	padding:3px 3px 3px 3px;
	vertical-align: top; 
}

#content th{
text-align:center;
border:#CCCCCC solid 1px;

}

#content td {
border:none;
}

#content img{
margin:0 0 0 30px;
border:none;
}


#colOne {
	float: left;
	width: 475px;
	padding: 0 0 0 20px;
}

/* Footer */

#footer {
	width: 534px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/img4.gif) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B2B2B;
}
 
 /*-------------Misc styles-----------------------*/
.star {
color: #FF0000}


.small {
font-size: small;
font-style: italic;
}

input, textarea {
border:#000066 solid 1px;

}

input.nobdr {
border:none;

}

/*------ Validator styles----------------*/
  .tfvHighlight
    {color:#FF0000;}
  .tfvNormal
    {color: black;}
	
/*---------------------- skip to content-------------*/	
.skiplink {
	position: absolute;
	left: -100%;
}
