/* CSS Document */

 /* GENERAL RULES
--------------------------------------------------------------------*/
* {
	/*overwrite all default browser settings*/
	margin:				0;
	padding-left:		5px;
	padding-right: 		5px;
	/*global font settings*/
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#3C3C3C	 /*Main text color*/;
}	
body {
	margin:				0;
	margin-left:		0;
	background-color:   #ffffff;
}

 /* LINKS
--------------------------------------------------------------------*/
.main a:link {color: #683E8D; text-decoration: none;}
.main a:visited {color: #683E8D; text-decoration: none;}
.main a:hover {color: #683E8D; text-decoration: underline;}
.main a:active {color: #683E8D; text-decoration: underline;}

.navbartop {color: #000000; font-size: 12px;}
.navbartop a:link {color: #000000; text-decoration:none;}
.navbartop a:visited {color: #000000; text-decoration:none;}
.navbartop a:hover {color: #000000; text-decoration:underline;}
.navbartop a:active {color: #683E8D; text-decoration:underline;}

.navbarbot {color: #cccccc; font-size: 11px; text-decoration:none;}
.navbarbot a:link {color: #cccccc; text-decoration:none;}
.navbarbot a:visited {color: #cccccc; text-decoration:none;}
.navbarbot a:hover {color: #CCCCCC; text-decoration:underline;}
.navbarbot a:active {color: #000000; text-decoration:underline;}


 /* Zero Padding Cells
--------------------------------*/
.zeropad {
	padding-left:		0;
	padding-right: 		0;
	padding-top: 		0;
	padding-bottom: 	0;
}

 /* Dividers
--------------------------------*/
.divider {
	border-top:		dashed 1px #67863D;
	margin-top: 		5px;
	height:             5px;
}
hr {
	border-top:1px dashed #cccccc;
	border-bottom:none;
	border-right:none;
	border-left:none;
	color:#95C158;
	margin-bottom:0px;
	margin-top:0px;
}

 /* Global Typography Settings 
--------------------------------*/
p  {margin:	 0px 0px 0px 0px; color: #3C3C3C; font-size: 11px; letter-spacing: normal; word-spacing: normal; line-height: 16px;}
h1 {margin: 10px 0px 0px 0px; color: #683E8D; font-size: 13px; font-weight: bold;}
h2 {margin: 10px 0px 0px 0px; color: #683E8D; font-size: 15px; font-weight: bold;}
h3 {margin: 10px 0px 0px 0px; color: #cccccc; font-size: 11px; font-weight: bold;}
h4 {margin: 10px 0px 0px 0px; color: #683E8D; font-size: 18px; font-weight: bold;}
h5 {margin: 10px 0px 0px 0px; color: #3C3C3C; font-size: 13px; font-weight: bold;}
h6 {margin: 10px 0px 0px 0px; color: #3C3C3C; font-size: 16px; font-weight: bold;}

 /* General Elements
--------------------------------*/
 
ul {
	list-style-type: disc;
	list-style-position:inside;
	color: #3C3C3C;
	font-size: 11px;
	line-height: normal; }

li  {margin-bottom: 5px;}
	
.normalline {line-height:normal; margin-bottom: 5px; margin-top: 1px;}

.caption {color: #000000; font-size: 9px; }

.greenban {background-color: #7bc143; color: #fff; font-size: 13px; font-weight: bold; text-align: left; }

.newshead {color: #ffffff; line-height:normal; margin-bottom: 5px; margin-top: 1px;}

td.newsbox1 {border:solid #3C3C3C 1px}
td.newsbox2 {border: solid #683E8D 1px}
.story1{
border: solid 2px #683E8D;
background:#EDEDED;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 5px;
}

.breakingnew {color: #ffffff; background: #683E8D; line-height:normal; margin-bottom: 5px; margin-top: 1px;}

.style1 {color:#CCC; font-size: 9px; font-weight: bold;}
.style2 {font-size: 12px}

/*Comments
Former green: #95C158
Current green: #7bc143
Current purple: #683E8D
*/

 /* Swoosh image 
--------------------------------*/
.img.swoosh
{
position:absolute;
right:0px;
top:0px;
z-index:-1
}

a img {border: none; } /*to eliminate browser-added borders on linked images */


