/* CSS Document */

* {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
	color:#006699;
	padding:0px;
	margin:0px;
	}
	
body {background-color:#feed01;
	background-image:url(images/bg_tile.jpg);
	background-repeat:repeat-x;
	top:0px;
	}	
	
#container{
	width: 696px;
	margin: 0 auto;
	}

#colRight{
	float: right;
	width: 516px;
	margin-top: 13px;
	}	

#rightHeader{
	height: 33px;
	width: 416px;
	background-image: url(images/rightHeader.jpg);
	background-repeat: no-repeat;
	padding-top: 61px;
	padding-left: 100px;
	}

#main{
	background-image: url(images/rightMiddle.jpg);
	background-repeat: repeat-y;
	padding-right: 47px;
	padding-left: 47px;
	}

#bottom{
	background-image: url(images/rightBottom.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 516px;
	}

#flash {
	background-image: url(images/video_back.jpg);
	background-repeat: no-repeat;
	width: 412px;
	height: 318px;
	padding-top: 11px;
	padding-left: 11px;
	}
	
#flashhome {
	background-image: url(images/video_back_home.jpg);
	background-repeat: no-repeat;
	width: 412px;
	height: 250px;
	padding-top: 11px;
	padding-left: 11px;
	}

#flashAudio {
	width: 412px;
	height: 300px;
	}		

.dots {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: #FF3300;
	line-height: 10px;
	
	}

.logo {margin-left: 20px;}

/*navigation list*/
#nav{
	background-image: url(images/leftCol.gif);
	background-repeat: no-repeat;
	float: left;
	height: 520px;
	width: 172px;
	}

#nav ul {
	font-size: 13px;
	line-height: 20px;
	color: #006699;
	font-style: italic;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	text-decoration:none;
	list-style-type: none;
	}


#nav ul a{text-decoration:none;}
#nav ul a:hover{text-decoration:underline;}

#nav ul ul li, #nav ul ul li a{
	font-size: 11px;
	color: #FF3300;
	line-height: 13px;
	}

#nav ul ul li a:hover{text-decoration:underline;}

#paypal {
	margin-top: 64px;
	color:#333;
}

.starLeft{padding: 0px 5px 0px 0px;}
.starRight{padding: 0px 0px 0px 5px;}
.starBlue{margin-left:-11px; padding-right:5px;}


.for a{
	float:left;
	font-size:12px;
	line-height: 20px;
	color:#FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration:none;
	font-weight: bold;
	}
	
.for a:hover {text-decoration:underline;}
	
	
/*specific page styles*/	
.text, .text a {
	font-style:normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	}

.text a {text-decoration:underline;}

h1{
	font-style: italic;
	color: #FF3300;
	font-size: 12px;
	padding-top: 10px;
	}

h2 {
	font-style:normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	margin-top: 15px;
	font-weight:bold;
	}
h3 {
	font-style:normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
	}

.detailTitle {
	font-style: italic;
	font-weight:bold;
	color: #FF3300;
	}

.question {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight:bold;
	margin-top: 10px;
	}

.answer, .answer a {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-top: 4px;
	font-style:normal;
	}

.about {
	font-style:normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	margin-top: 15px;
	}

.about a {
	font-style:normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: underline;
	margin-top: 15px;
	}

.quote{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight:bold;
	margin-top: 10px;
	font-style:normal;
	}

.quotee{
	font-style:normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	}

.chs {padding: 10px 20px 20px 0px;}

/* Links Page */
.links, .links a {
	font-style:normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	padding:0px;
	}
	
.links a { text-decoration:underline; }	
.links p { font-style:normal; font-weight:normal; font-size: 12px; color: #333333; }
h2 .orange { color: #FF3300; font-style:normal; font-size:12px;}

/* Misc */
.blank { height: 100px; }
