body,
html {
    margin:0;
    padding:0;
}

body 
{
	min-width:750px;
	/*font-family: verdana,"Trebuchet MS",tahoma,arial,verdana,sans-serif;*/
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 75%;
	color: #5f5f5f;
	background-color: #ccc;
}

a 
{
	text-decoration:none;
	color:#448cca;
}
a:hover
{
	text-decoration:none;
}
     
h1
{
	font-weight: bold;
	font-size: 110%;
	color: #004990;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform:uppercase;
}

h2
{
	font-weight: bold;
	font-size: 110%;
	color: #004990;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3
{
	padding: 8px;
	border: 1px solid #11197b;
	font-weight: bold;
	font-size: 100%;
	color: #11197b;
	text-transform:uppercase;
	text-align: center;
}

p
{
	margin-top: 5px;
	margin-bottom: 8px;
}

select, input, textarea
{
	font: 11px tahoma, Verdana, Arial, Helvetica, sans-serif;
}

ul{
    list-style:none;
    margin:0 0 1em 13px;
    padding: 0;	
}
ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 17px;
    background:url(/img/bullet.png) no-repeat 0 2px;
	/* Yes/No icons curtisy http://sweetie.sublink.ca/ */
}
li ul{
	margin-bottom:0;
}
ul li.no{
    background-image:url(no.png);	
}
       
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */

@media print{
ul {
    list-style:disc;
	margin-left:30px;
}
ul li {
	padding-left:0px;
	background:none;
}
ul li.no {
    list-style-type:circle;
	background:none;
}
} /* end print */

/*	Custom	*/

input.search {
	font-size: 10px;
	font-family: tahoma,arial,sans-serif;
	background-color: #f7f7f7;
	border: 1px solid #b4b4b4;
	height: 13px;
	width: 143px;
}

input.searchButton {
	border: none;
	background-color:Transparent;
}

.program td
{
	font: 10px Tahoma, Verda
	font-size: 10px;
}

.formTable td
{
	background-color: #f8f8f8;
}

.errorBox	
{
	color: Red; 
	border: solid 1px red; 
	padding: 10px;
	margin: 10px 0px;
}

table.feedBack
{
	background-color:#ddd;
}

table.feedBack td
{
	background-color:white;
	letter-spacing:0px;
	padding: 2px 10px 2px 10px;
}

.SmallButtonText
{ 
  font-size: 80%;
}

