* {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal  small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h3 {
	color: #333333;
}

h2 {
	font-size: 18px;
	color: #993366;
}

h3 {
	font-size: 1em;
	color: #8364c6;
}

h4 {
	font-size: 1em;
	color: #993366;
	margin-left:10px;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

.m { 
	font-size: 1.45em;
	color: #993366;	
}

.r { 
	color: #FF0033;	
}

.n { 
	color: #875079;
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
	list-style: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #993366;
}

a:hover {
	text-decoration: none;
	color: #775cc5;
}

.underline{
	text-decoration: none;
	color: #993366;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

.boxed .sidebar {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/sidebar.jpg) repeat-x;
}

.content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -30px;
	padding-bottom: 13px;
	padding-right: 20px;
	text-align: right;
	font-size: 1em;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
	font-size: 13px;
}

.post .story_frame {
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07_long.gif) repeat-x;
	font-size: 13px;
}

/* Table */
.table {
	font: normal  small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-right:20px;
}

.table .TD{ 
	padding-bottom:4px;
	border-bottom-style:solid;
	border-bottom: 1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}



/* Header */

#header {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #CAE646 url(images/img01.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 200px;
	height: 100px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img01.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
}

#menu .active a {
	background-image: url(images/link_member.jpg);
}

#menu .active a:hover {
	background-image: url(images/link_member_over.jpg);
}

#menu .link01 a {
	background-image: url(images/link02.jpg);
}

#menu .link01 a:hover {
	background-image: url(images/link02_over.jpg);
}

#menu .link02 a {
	background-image: url(images/link01.jpg);
}
#menu .link02 a:hover {
	background-image: url(images/link01_over.jpg);
}

#menu .link03 a {
	background-image: url(images/link03.jpg);
}
#menu .link03 a:hover {
	background-image: url(images/link03_over.jpg);
}

#menu .link04 a {
	background-image: url(images/link04.jpg);
}
#menu .link04 a:hover {
	background-image: url(images/link04_over.jpg);
}


/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02_top.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 480px;
	padding-left: 8px;
}

#main2 {
	float: left;
	width: 480px;
	padding-left: 8px;
}
/* Content > Main > Welcome */

/* Content > Main */

#calendar {
	float: left;
	width: 680px;
	height: 800px;
	padding-left: 10px;
}

#message {
	width: 650px;
	height: 800px;
	
}

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
	text-align: left;
	font-size: .97em;
}

#sidebar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}
#sidebarA {
	float: left;
	width: 200px;
	text-align: left;
	font-size: .97em;
}

#sidebarA .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}
/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: disc;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .9em;
}

#updates a {
	text-decoration: underline;
}

/* Radio */
#radio {

}

.radio {
	background: url(images/radio_copy.png) no-repeat;
	font-size: 1.15em;
	color: #ffffff;
	text-decoration: none;
	font-weight:300;
	text-align:left;
	padding: 100px 0px 0px 5px;
	width: 200px;
	height: 160px;
}

.radiostyle{
	width: 610px;
}

.radiotext{
	font: normal  small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

.radiostyle .table .TD{ 
	width: 195px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #875079;
	border-bottom-width: .25px;	
	padding-right: 10px;
	padding-left: 5px;
}
/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}

#sidebar3 {
	float: right;
	width: 220px;
}

#sidebar3 .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}
/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-top: 1px solid #FFFFFF;
}

.shadetabs li{ 
margin: 10px; 
display:list-item;
}

.shadetabs li a{
text-decoration: underline;
padding: 3px 7px;
margin-right: 3px;
color: #993366;
}

.shadetabs li a:visited{
color: #993366;
}

.shadetabs li a:hover{
text-decoration: none;
color: #775cc5;
}

.shadetabs li.selected{
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
width: 410px;
margin-bottom: 1em; padding: 10px;
}

.navtext {
width:200px;
font-size:10pt;
text-align:left;
border-width:1px;
border-style:outset;
border-color:#7f60c7;
color: #333;
background: #e6edfd;
}