body {
	background-color: #0092CD;
	background-image: url(../images/core/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
body, td, p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
}
p {
	line-height: 16px;
}
a:link, a:visited, a:active {
	color: #D80000;
	text-decoration: none;
}
a:hover {
	color: #D80000;
	text-decoration: underline;
}
.redtext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C80000;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.subhdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #D80000;
	font-weight: bold;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	background-image: url(../images/core/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0.1em .4em;
	padding-left: 1.3em;
	padding-bottom: 6px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003888;
	font-weight: bold;
}

#images {
	width: 605px;
	padding: 0 65px;
}

#images ul {
	padding: 0;
	margin: 0;
}

#images ul li {
	width: 277px;
	float: left;
	padding: 0 5px;
	background-image: none;
}

.clear {
	clear: both;
	display: block;
}



/*---------------------------------------------   
    forms
----------------------------------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol { list-style: none;  }

form.form li { margin-bottom: 5px; background-image:none; }

form.form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #333;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}

.pics {  
    height:  150px;  
    width:   215px;  
    padding: 0;  
    margin:  0;  
		overflow: hidden;
} 
 
.pics img {  
    width:   215px; 
    height:  150px; 

} 

#pic1{}