/* Icon Design by IconBuffet 
   Site Design by Amber Hansford
   gilded digital designs
   http://www.gildeddigital.com
*/

* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	}

/* ----------Begin Hyperlinks---------- */

a:link {
	color: #09C;
	text-decoration: none;
}

a:visited {
	color: #09C;
	text-decoration: none;
}

a:hover {
	color: #09C;
	text-decoration: none;
}

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

.textlinks {
	color: #09C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.textlinks a:link {
	color: #09C;
	text-decoration: none;
}

.textlinks a:visited {
	color: #09C;
	text-decoration: none;
}

.textlinks a:hover {
	color: #99E7FF;
	text-decoration: none;
}

.textlinks a:active {
	color: #09C;
	text-decoration: none;
}

/* ----------End Hyperlinks---------- */

/* ----------Begin Formatting---------- */

blockquote {
	width:370px;
	border: 1px dashed;
	background-color:#E6F9FF;
	color: #09C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding:10px;
	letter-spacing: normal;
	text-align: justify;
	margin: 25px;
	}

.heading {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	line-height: normal;
}

.imageleft {
	float:left;
	padding-top:0px;
	padding-left:0px;
	margin-right:25px;
	margin-bottom:25px;
	}

.imageright {
	float:right;
	padding-top:0px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:25px;
	}
	
p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.title{
	color: #0099CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
}


.subtitle {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

sub{
	font-size:x-small;
	vertical-align: text-bottom;
}

sup{
	font-size: x-small;
	vertical-align: text-top;
}

/* ----------End Formatting---------- */
