body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F3F3;
}

/* ------------------------------------------------------------

	HEADINGS

------------------------------------------------------------ */
h1 {
	font-size: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: "Trebuchet MS";
	position: relative;
	color: #FF9704;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	line-height: 30px;

}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;

}

h4 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #333333;
	margin: 0px;
	font-weight: lighter;
	line-height: 25px;

}

h5 {
	font-family: Tahoma;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #666666;

}
h6 {
	font-family: Tahoma;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	padding-left: 2px;
	color: #FFFFFF;
	background-color: #E89C00;

}


.blue {
	color: #0066FF;
}
.green {
	color: #9edd36;
}
.orange {
	color: #FF3300;
}

.yellow {
	color: #FFD200;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}


img {
	margin: 0px;
	padding: 0px;
}



/* ------------------------------------------------------------

	BODY COMPONENTS

------------------------------------------------------------ */
/* ------------
	tiptop
--------------- */
#head {
	width: 100%;
	height: 130px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bghead.gif);
}
#header {
	height: 130px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/ttheader.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#header .logo{
	padding-top: 45px;
	padding-left: 10px;
}

#header p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 1px;

}
#containerhead {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 41px;
}


#body {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}




#footer {
	font-size: 14px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-image: url(../images/bghead.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #090909;
}
#footer p{
	font-size: 12px;
}

#footer a{
	color: #66FFFF;
}

#footer a:hover{
	color: #FFFF00;
	text-decoration: none;
}


}
.picborder {
	padding: 2px;
	border: 1px solid #CCCCCC;
}


.margin {
	padding: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.width100 {
	width: 100%;
}

.width90 {
	width: 90%;
}

.width85 {
	width: 83%;
}

.width75 {
	width: 73%;
}

.width70 {
	width: 69%;
}

.width65 {
	width: 64%;
}

.width60 {
	width: 55%;
}


.width50 {
	width: 49%;
}

.width45 {
	width: 44.3%;
}

.width40 {
	width: 45%;
}

.width35 {
	width: 34%;
}

.width30 {
	width: 28%;
}

.width25 {
	width: 24%;
}
.width15 {
	width: 18%;
}

.width10 {
	width: 10%;
}

.breakme {
	clear: both;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}


.left {
	float: left;
}

.right {
	float: right;
}





















#desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 10px;
}
#desc ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#desc li{
	margin-bottom: 15px;
}
#desc li span{
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}




#tags {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	width: 980px;
	margin-bottom: 30px;
}
#tags ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tags li{
	font-size: 24px;
	line-height: 33px;
	background-image: url(../images/featured.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 190px;
	width: 240px;
	float: left;
	margin-right: 13px;
	margin-left: 13px;
	text-align: center;
	padding: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#tags li img{
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#tags li span{
	font-weight: bold;
	color: #0066FF;
}
#tagsfoot {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 980px;
	margin-bottom: 20px;
}




#buttons {
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}
#buttons ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#buttons li{
	margin-bottom: 10px;
	background-image: url(../images/button2.gif);
	background-repeat: no-repeat;
}
#buttons li span{
	color: #FFFFFF;
	font-size: 13px;
}
#buttons li a{
	color: #FFFFFF;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 39px;
	text-decoration: none;
	background-image: url(../images/button.gif);
	height: 22px;
	width: 329px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#buttons li a:hover{
	background-image: url(../images/button2.gif);
}



.oval{
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 920px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.ovalfoot {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 980px;
	margin-bottom: 20px;
}
.alert {
	background-color: #060606;
	color: #FFFFFF;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 18px;
}
#form {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#form input{
	font-size: 24px;
}
#form label{
	font-size: 24px;
	float: right;
}
#submitid {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bghead.gif);
	background-position: left bottom;
	border: 1px solid #999999;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
