/* Links */


a:link {
	color:#0033FF;
	text-decoration:underline;
}

a:hover {
	color:#3366FF;
	text-decoration:none;
}

a:active {
	color:#000033;
	text-decoration:none;
}

a:visited {
	color:#9900CC;
}

/* Headings */

h1 {
	font-size: 56px;
	font-weight: bold;
}

h2 {
	font-size: 48px;
	font-weight: bold;
}

h3 {
	font-size: 36px;
	font-weight: bold;
}

h4 {
	font-size:29px;
	font-weight:bold;
}

h4 {
	font-size:20px;
	font-weight:bold;
}

h5 {
	font-size:18px;
	font-weight:bold;
}

.RedText {
	color:#990000;
}

.YellowHilite {
	background-color:#FFFF00;
}

div#clr {clear:both;}

P.ActionBox_Yellow {
	position:relative;
	background-color: #FFFFCC;
	border: 1px solid #990000;
	padding:4px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Ariel;
	font-size: 14px;
	padding: 12px;
}

P.ActionBox_White {
	position:relative;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	padding:4px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Ariel;
	font-size: 14px;
	padding: 12px;
}

p.testimonialText {
	padding-top:10px;
	font-variant:small-caps;
	font-size:13px;
	letter-spacing:4px;
	color:#999999;
	line-height:0px;
}

P.testimonial {
	position:relative;
	bottom:6px;
	right: 6px;
	background-color:#CCFFFF;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Ariel;
	font-size: 16px;
	padding: 12px;
}

div#dropshadow{
	float:left;
	clear:left;
	background: url(/pics/shadowAlpha.png) no-repeat bottom right !important;
	margin: 7px 0 7px 7px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
	width:550px;
}

DIV.bodyBlock {
	padding-top:252px;
	padding-left:32px;
	padding-right:78px;
	padding-bottom:32px;
	font-family: "Trebuchet MS", Verdana, Ariel;
	font-size: 14px;
}

DIV.GoToTop {
	font-size:12px;
	position:fixed;
	width:48px;
	right:10px;
	bottom:10px;
}

DIV.ContactForm {
	position:relative;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	padding:4px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Ariel;
	font-size: 14px;
	padding: 12px;
}

input {
	font-family: "Trebuchet MS", Verdana, Ariel;
	padding:4px;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-width:1px;
	border-color:#111111;
}

input.submitBtn {
	font-size: 14px;
	font-weight:bold;
	padding:4px;
	background-color: #FFFFFF;
	color: #000000;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	border-left-color:EEEEEE;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-right-color:#222222;
	border-bottom-color:#222222;
}

input:hover.submitBtn {
	font-size: 14px;
	font-weight:bold;
	padding:4px;
	background-color: #FFFFFF;
	color: #990000;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-left-color:FFFFFF;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-right-color:#111111;
	border-bottom-color:#111111;
}

input:active.submitBtn {
	font-size: 14px;
	font-weight:bold;
	padding:4px;
	background-color: #FFFFFF;
	color: #CCCCCC;
	border-top-style:solid;
	border-top-color:#111111;
	border-left-color:#111111;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-bottom-color:#EEEEEE;
	border-right-color:#EEEEEE;
}

input:focus.submitBtn {
	background-color: #dddddd;
	color:#111111;
}

textarea {
	width:100%;
	padding:4px;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
	border-style:dotted;
	border-width:1px;
	border-color:#111111;
}

input:hover {
	background-color:#EEEEEE;
	color:#222222;
}

input:focus {
	background-color:#FFFFFF;
	color:#000000;
}
.FloatLeft {
	float:left;
}

.FloatRight {
	float:right;
}


