/* CSS Document */



html,body {



margin:0;

padding:0;

height:100%;

width:100%;

background-color: #A0DAE0;
background-image: url(images/mainbg.png);
background-position: top center;
background-repeat: repeat-x;

}



table.full-height {



height:100%;

width:100%;

border:0px;



}



table {



	font-family: Trebuchet MS, Tahoma, Arial;

	font-size: 13px;

	color: #5D5650;

	line-height: 20px;

}



p {



	font-family: Trebuchet MS, Tahoma, Arial;

	font-size: 13px;

	color: #5D5650;

	line-height: 20px;

}

h1 {

	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 15px;
	color: #931020;

}

h2 {

	font-size: 13px;
	color: #931020;

}



a {

	color: #931020;

	text-decoration: none;

}



a:hover {

	color: #931020;

	text-decoration: underline;

}

.baselink a {

	color: #ffffff;
	text-decoration: none;
}

.baselink a:hover {

	color: #ffffff;

	text-decoration: underline;
}

.baselink p {

	font-family: Trebuchet MS, Tahoma, Arial;

	font-size: 12px;

	color: #ffffff;
}

.topofpage p {

	font-family: Trebuchet MS, Tahoma, Arial;

	font-size: 13px;

	color: #ffffff;
	
	text-align: right;
}

td.bgc {

	background-color: #f23c86;
}

td.bgcm {

	background-color: #ffffff;
}

.formtiptext {
	
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px;
	text-align:center;
	color: black;
	margin-bottom:0px;

}

ul li {
    
    margin: 0px -20px 0px -20px;
    padding: 0 0 0 20;
    list-style: none;
    background: url(images/bullet.png) no-repeat 0 3px;
	line-height: 25px;
	
}

a.link1 {
display: block;
width: 108px;
height: 55px;
background: url("links/link1.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link1 {
background-position: -108px 0;
}

a.link2 {
display: block;
width: 108px;
height: 55px;
background: url("links/link2.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link2 {
background-position: -108px 0;
}

a.link3 {
display: block;
width: 108px;
height: 55px;
background: url("links/link3.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link3 {
background-position: -108px 0;
}

a.link4 {
display: block;
width: 108px;
height: 55px;
background: url("links/link4.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link4 {
background-position: -108px 0;
}

a.link5 {
display: block;
width: 108px;
height: 55px;
background: url("links/link5.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link5 {
background-position: -108px 0;
}

a.link6 {
display: block;
width: 108px;
height: 55px;
background: url("links/link6.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link6 {
background-position: -108px 0;
}

a.link7 {
display: block;
width: 260px;
height: 100px;
background: url("links/link7.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link7 {
background-position: -260px 0;
}

a.link8 {
display: block;
width: 260px;
height: 100px;
background: url("links/link8.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link8 {
background-position: -260px 0;
}

a.link9 {
display: block;
width: 260px;
height: 100px;
background: url("links/link9.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link9 {
background-position: -260px 0;
}

a.link10 {
display: block;
width: 260px;
height: 100px;
background: url("links/link10.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link10 {
background-position: -260px 0;
}

a.link11 {
display: block;
width: 260px;
height: 100px;
background: url("links/link11.png") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link11 {
background-position: -260px 0;
}


form

fieldset{
	padding:10px;
	border:1px solid #931020;
	margin-bottom:15px;
width: 750px;
}

.textarea2{
background-color:#FFFFFF;
background-image: none;
border: 1px solid #931020;
margin: 4px;
padding: 6px;
}

input,textarea{
background-color:#FFFFFF;
border: 1px solid #931020;
margin: 4px;
font: 13px Trebuchet MS;
}

label{
font-family: Trebuchet MS;
font-size: 13px;
color: #931020;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color:#931020;
font-family: Trebuchet MS;
font-size: 14px;
color: #931020;
}
.submitbutton {
	border: 1px solid #931020;
	background-color:#931020;
	font-family: Trebuchet MS;
font-size: 13px;
color: #FFFFFF;
}