/*zeroing removes the browser default values*/
html, body, ul, li, p, h1, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/*following style to force Firefox to draw scroll bar*/
/*hide from IE mac\*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/*end hiding from IE5 mac*/
body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ebebeb;	
}

/* Added by B. Edwards 8/28/2007 from previous NL stylesheet. */
ul.lineSpacing li {
 margin-bottom: 1em;
}

/* Added by B. Edwards 8/28/2007 from previous NL stylesheet. */
ol.lineSpacing li {
 margin-bottom: 1em;
}
/*layout*/
#wrapper {
	margin: 0 auto;
	width: 770px;
}

/*Header styles*/
#header {
	height: 103px;
	background-color: #99CCCC;
	background-image: url(../images/ITTbannerBGblue.jpg);
	background-repeat: repeat-x;	
}

/*Navigation bar styles*/
#nav {
	color: #000000;
	background-color: #d8d8d8;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
}
#nav a {
	color: #000000;
	text-decoration: none;	
}
#nav a:hover {
	color: #660099;
	text-decoration: underline;
}
#navlist li{
	display: inline;
	list-style-type: none;
	width: 5px;
	padding-left: 35px;
}
#info {
}

/*Date styles*/
#date {
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 14.25px;
	font-weight: bold;
	width:73%;
	float: left;
	margin-right: 0px;	
}
#date a {
	color: #000000;
	text-decoration: none;	
}
#date a:hover {
	color: #666666;
	text-decoration: underline;
}
#datelist li{
	display: inline;
	list-style-type: none;
	width: 10px;
	padding-left: 10px;
}

/*Next & previous issues section styles*/
#issues {
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom:14.25px;
	width: 27%;
	float: right;
}

#issues a:link {
    color: #000000;
	text-decoration: none;	
}
#issues a:visited {
	color: 000000;
	text-decoration: none;
}
#issues a:hover {
	color: #666666;
	text-decoration: underline;
}
#issueslist li{
	display: inline;
	list-style-type: none;
	width: 10px;
	padding-right: 10px;
	padding-left: 5px;
	margin-right: 0px;	
}

/*Innerwrapper style*/
#innerwrapper {
	background-image: url(../images/innerwrapperBG.jpg);
	background-repeat: repeat-y;
	margin-top: 45px;	
}
/*Right Column styles*/
#sidebar {
	float: right;
	width: 240px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 0px;
	margin-right: 5px;
	border-top: solid 1px #000000;
}
#sidebar p {
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#sidebar h3 {
	padding-right: 5px;
	padding-left: 9px;
	margin-bottom: 6px;
	font-size: 90%;	
}
#sidebar a:link {
	color: #660099;
	text-decoration: underline;
}
#sidebar a:visited {
	text-decoration: underline;
	color: #660099;
}
#sidebar a:hover {
	text-decoration: none;
	color: #660099;
}
#sidebar a:active {
	text-decoration: underline;
}

/*Popular IT links section styles*/
.popIT {
	margin-bottom: 0;
}

/*Events & deadlines section styles*/
.box {
	background-color: #ffffff;
	margin:0px 0px 4px 10px;
	width:217px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}
.box p {
	color:#000000;
	background-color: #d8d8d8;
	padding-top: 8px;
	padding-right: 0px;
	margin-right: 3px;
	width: 205px;
}
.box h2{
	background-color: #ffffff;
	color:#660099;
	font-size:medium;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
	text-align:center;
	vertical-align:top;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;	
}
.wow {
margin:0pt 0px 4px 10px;
}
.wow p {
	padding-top: 8px;

}
.wow h2{
	border-top: 3px solid #bbbbbb;
	border-right: 3px solid #bbbbbb;
	border-bottom: 3px solid #bbbbbb;
	border-left: 3px solid #bbbbbb;
	width:215px;
	background-color: #bbbbbb;
	color:#660099;
	font-size:medium;
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	text-align:center;
	vertical-align:top;	
}
/*Upcoming events styles*/
#calendar {
	border-top: thin solid #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-right-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}
#calendar p {
	padding-top: 8px;
}
/*Index section styles*/
#index {
	margin-bottom: 10px;
	background-color: #bbddff;
	border-bottom: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 15px;
	padding-left: 5px;
	line-height: 120%;
}
.indent {
	margin-left: 23px;
	padding-bottom: 5px;
}
#index ul li {
	list-style-type: disc;
}
#index a {
	color: #660099;
}
#index a:hover {
	color: #660099;
	text-decoration: none;
}

/*Feedback section styles*/
#feedback  {
	padding-left: 4px;
}
#feedback ul {
	list-style-type: disc;
}
.feedback {
	background-color:#bbddff;
	padding: 3px 3px 3px 3px;
	margin-top: 30px;             /* Added 8/28/2007 by BE */
	margin-right: 5px;
	font-size: large;
	width: 99%;
	display: block;
}

/*Security tip of the week section styles*/
#securityTip {
	padding-left: 4px;
}
#securityTip ul {
	list-style-type: disc;
}
.securityTip {
	color: #ffffff;
	background-color:#8e97e4;
/*	background-color:#0000FF; ORIGINAL BLUE */
	padding: 3px 3px 3px 3px;
	margin-top: 30px;
	margin-right: 5px;
	font-size: large;
	font-weight: bold;
	width: 99%;
	display: block;
}


/*K-State Online tip of the week section styles*/
#konline {
	padding-left: 4px;
}
#konline ul {
	list-style-type: disc;
}
.konline {
	color: #ffffff;
	background-color:#bbbbbb;
	padding: 3px 3px 3px 3px;
	margin-top: 30px;             /* Added 8/28/2007 by BE */
	margin-right: 5px;
	font-size: large;
	/*font-weight: bold;*/
	width: 99%;
	display: block;
}

/*Spotlight section styles*/
#spotlight {
	padding-left: 4px;
}
#spotlight ol ul {
	font-size: 100%;
}
.spotlight {
	color: #FFFFFF;
/*background-color:#660099; BLUE */
	background-color:#774FC1;
	margin-top: 30px;             /* Added 8/28/2007 by BE */
		margin-right: 5px;
	padding: 3px 3px 3px 3px;
	font-size: large;
	font-weight: bold;
	width: 99%;
	display: block;
}

/*Content section styles*/
#content {
	background-color: #FFFFFF;
	width: 510px;
	margin-top: 0px;
	margin-right: 255px;
	margin-left: 5px;
	min-height: 375px;
	_height: 375px;	
	border-top: 1px solid #000000;
}
#content p  {
	margin-top: 15px;
	margin-bottom: 10px;
}
#content ul {
	padding-left: 35px;
	list-style-type: disc;
}
#content h1 {
	font-size: 140%;
	color: #000066;
}
#content h2 {
     font-size: 130%;
	 font-weight: bold;
     text-align: left;
     margin-bottom: 0;
}
#content h3 {
     font-size: 130%;
	 font-weight: bold;
     text-align: left;
}
#content h4 {
	 font-weight: bold;
     text-align: left;
	 margin-left: 5px;
}

#content a:link {
	color: #660099;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #660099;
}
#content a:hover {
	text-decoration: none;
	color: #660099;
}
#content a:active {
	text-decoration: underline;
}
#content form {
	font-weight: bold;
	vertical-align: top;
	margin-left: 10px;
}
#content textarea {
	vertical-align: top;
}
#main {
	padding-left: 5px;
}

/*Blockquote styles*/
blockquote {
	border: 1px solid #99CCFF;
	padding: 6px;
}
blockquote:hover {
	border: 1px solid #660099;
}
#footer {
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-bottom: 3px;
}
#footer p {
	color: #000;
	text-align: center;
}
.boldText {
	font-weight: bold;
}
.left {
	float: left;
	margin: 5px 10px 1px 0;
	border: 1px solid #000;
}
#skip a {
	position: absolute;
	margin-left: -1000px;
}
#skip a:focus, #skip a:active {
	margin-left: 0;
	display: block;
	width: 10em;
	overflow: visible;
	background-color: #000;
	color: #fff
}
#blah:active {
}

/*Misc class styles*/
.bold {
	font-weight: bold;
}
.
.redBold {
	font-weight: bold;
	color: #FF0000;
}
.unbold {
	font-weight: normal;
}
.t3{
	-moz-border-radius:30px 30px 0px 30px;
}
.listPosLeft {
   position:relative;
   left:-2em
}
.cal h3 {
	padding-bottom: 15px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.source {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt; font-style: italic;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; font-weight: bold;
	text-align: left;
}
.subheadBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	text-decoration: none; color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
.subheadWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	text-decoration: none; color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}
.supersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.text {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.verysmall {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}
.Q {
   font-size: 100%;
   font-weight: bold;
   color: #FF0000;
}

/*Misc other styles*/
.KSU_smallPost h2
background-color:#6D4B9F;
border-bottom:1px solid #6D4B9F;
color:#FFFFFF;
font-size:small;
margin-top:0px;
padding:0px;
text-align:center;
vertical-align:top;
}

.KSU_smallPost
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#FEFEFE;
border:2px solid #6D4B9F;
float:right;
margin:0pt 4px 4px;
width:150px;
}

.KSU_smallPost p
color:#000000;
margin:7px;
text-align:center;
}

/*old styles*/
/*#leftcol ul {
	list-style-type:none;
	border-top: 1px solid #333;
	font-family: "Times New Roman", Times, serif;
	margin-top: 25px;
}*/
/*#leftcol ul li {
	border-bottom: 1px solid #333;
	background-color:#0000FF;
}*/
/*#leftcol li a {
	display: block;
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
	padding: 3px 0 3px 5px;
	padding: 0 10px 0px 16px;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
    line-height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}*/
/*#leftcol li a:hover, #leftcol li a:focus {
	background-color: #960;
	color: #FFE681;
	font-weight: bold;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/
	
/*#rightcol {
	background: #6600FF;
	float: right;
	height: 100px;
	width: 149px;
}*/
/*
#navigation {
	position: relative;
	margin: 0px 0 0 0;
	width: auto;
	height: 20px;
	padding: 5px 0;
	background-color: #000;
}
#navigation ul {
	position: absolute;
	left: 10px;
	overflow:visible;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	height: 30px;
	z-index:200;
	white-space: nowrap;
}
#navigation ul li {
	display: inline;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
	float: left;
	margin-top: 0px;
	height: 20px;
	padding:0 15px;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	text-shadow: 2px 2px 0 #3d3d3d;
	}
#navigation ul li a:hover {
	color: #ff8800;
}
*/


