@charset "utf-8";
/* CSS Document */

.body {
	background-color:#3F3E3F;
	margin-left: 0px;
	margin-top: 0px;
	color:#333333;
	font-family:tahoma;
	font-size:2px;
	line-height:150%;
	}
.nav {
	background-image:url(../images/index_03.gif);
	width:936px;
	height:64px;
	}

.top_border {
	background-image:url(../images/index_01.gif);
	width:960px;
	height:38px;
	}
.main_border {
	background-image:url(../images/index_06.gif);
	width:936px;
	height:15px;
	}
.buttom_border {
	background-image:url(../images/index_10.gif);
	width:936px;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	}
.footer {
	background-image:url(../images/index_11.gif);
	width:960px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E5E5E5;
	}
.left_inner_border {
	background-image:url(../images/index_07.gif);
	width:6px;
	height:100%;
	}
.right_inner_border {
	background-image:url(../images/index_09.gif);
	width:7px;
	height:100%;
	}
.bg {
	background-image:url(../images/index_08.gif);
	width:923px;
	height:477;
	}
.spacer_01 {
	background-image:url(../images/spacer_01.gif);
	width:156px;
	}
.spacer_02 {
	background-image:url(../images/spacer2_01.gif);
	width:156px;
	}
/** font Style **/

.main_font {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#585858
	}
.header_font {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	}
.comment {
	font-family:tahoma;
	font-size:9px;
	color:#999999;
	font-style:italic;
	}
.heading {
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	}
	
/* 
	Created By: Cristopher Selga
*/

/* General page style. */
.tborder {
	border: 1px solid #e5e5e5;
}
.topnav {
	color:#FFFFFF;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
}

a {
	color: #005a84;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	}
a:hover {
	COLOR: #FF6600;
	border:none;
}

.edit {
	font: 9px Tahoma;
	color: #333333;
}

body,td,th {
margin:10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #585858;
}

.logintb {
	MARGIN: 0px;
	WIDTH: 76px;
	HEIGHT: 16px;
	border: 1px solid #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.table_border {
	border: 1px solid #F0F0F0;
	background-image:url(../images/home_box.gif);
}
.arrow {
	background-image:url(../images/arrow.gif);
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.bg1 {
	BACKGROUND-COLOR: #ececec
}

.bg2 {
	BACKGROUND-COLOR: #d7e1f3
	}
.bg3 {
	BACKGROUND-COLOR: #AFB8BE
}

.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.acc_info{
	color:#003366;
	font-size:11px;
	font-weight:normal;
	font-family:verdana, arial, helvetica;
}

.classInput1{
	border:solid #DEDDCF 1px;
	color:#333333;
	font-size:11px;
	font-family:verdana,arial,helvetica;
}
.tb1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tb2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.alert2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
}
li {
	margin-left: 15px;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.hr	{ 
	height: 1px; border: solid #E5E5E5 1px; border-top-width: 0px;
	}
	
/** rounded corner **/

/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(../images/rounded_bg.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:335px !important; /* IE Win = width - padding */
      width: 320px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */

/** Rounded 4 individual corner **/

.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}		

/** new **/

td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#555555;
	line-height:14px;
}

a {text-decoration:underline;
   color:#295D82;}
  
body { 	margin:0px;padding:0px;}



ul {margin:0; padding:0; list-style:none}
li {background:url(images/a.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 12px; line-height:23px }

.head span { font-size:9px; font-weight:bold}
.copy { color:#FFFFFF}
.programs span strong { text-transform:uppercase}

.category li {background:url(images/a2.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 23px; line-height:20px }
.category li a { color:#FFFFFF; text-decoration:none}
.category li a:hover {text-decoration:underline}
.category a { color:#FFFFFF; text-decoration:none}
.category a:hover {text-decoration:underline}
.category strong { color:#52BCFF}
.category span a {text-decoration:underline}
.category span a:hover {text-decoration:none}

.sport span strong { color:#FFFFFF; text-transform:uppercase; font-size:11px;}
.sport span { font-size:9px; font-weight:bold}
.sport strong { text-transform:uppercase}

.read a { color:#555555}
.read strong { color:#4E7D95}

.m { vertical-align:middle}

.form { width:263px;
		height:18px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:263px;
		height:18px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

a:hover {text-decoration:none;}


.div3 {
	background:url(../images/div.jpg);
	width:3px;
	}
	
.div1 {
	background:url(../images/div.jpg);
	width:1px;
	}
.dot {
	background:url(../images/px1.gif);
	width:1px;
	}	
