body {
	margin: 0;
	background-color: #fff;
	color: #000;
	font-family: arial, sans-serif;
}

#container {
	width: 975px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-image: url("bar-back.png");
	background-repeat: repeat-y;
}

#newbanner {
	height: 30px;
	width: 961px;
	background-color: #003366;
	color: inherit;
	margin: 0 auto; 
	padding-top: 1px; 
	padding-bottom: 1px;
}

.sea {
	visibility: hidden;
	font-size: .01em;
}

#newbanner img {
	border: 0;
	padding: 0;
	margin: 0;
}

#newbanner img.left {
	float: left;
}


/* NYS banner*/
#banner {
	width: 961px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #004080;
	color: #fff;
	margin: 0 auto;
	display: table;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

img.left {
	float: left;
}

img.left10 {
	float: left;
	margin-right: 15px;
}


img.left50 {
	float: left;
	margin-right: 50px;
}

img.top10 {
	padding-top: 15px;
}

img.right {
	float: right;
}

img.right15 {
	float: right;
	margin-left: 15px;
}

#banner table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#banner td.b {
	width: 5px;
}

#banner td.l {
	width: 192px;
}

#banner td.c {
	width: 100%;
}

#banner td.r {
	width: 15px;
}

#banner .skipnav {
	color: #004080;
	background-color: inherit;
	font-size: 50%;
}

A:link {
	color: #004080;
	background-color: inherit;
}

A:visited {
	color: #808080;
	background-color: inherit;
}

.skip {
	color: inherit;
	background-color: inherit;
}

.skip A:link {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.skip A:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

/* GTSC Banner */

#gtscBanner {
	width: 961px;
	height: 48px;
	margin: 0 auto;
	background-image: url("banner/gtscbanner-slice.jpg");
	background-color: #fff;
	color: #004080;
}

#gtscBanner table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
}

#gtscBanner td.left {
	width: 200px;
}

#gtscBanner td.search {
	width: 125px;
	text-align: right;
}

#gtscBanner td.blue {
	background-color: inherit;
	color: #004080;
	font-family: arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#gtscBanner td.blue2 {
	background-color: inherit;
	color: #004080;
	font-family: arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

/*  Left Navigation Menu  */

#stuff {
	width: 970px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	clear: both;
}

#leftnews {
	clear: left;
	float: left;
	width: 170px;
	height: 100%;
	margin: 0 0 0 10px;
	padding: 2px 2px 2px 4px;
	/*color: #000;
	background-color: inherit;*/
	border-right: 1px solid #004080;
}

#leftnews .box { 
	width: 160px;
	text-align: right;/*move the text to the right*/
	margin-bottom: -10px;
	margin-top: -5px;
}

#leftnews .box h1 {
	border-left: 10px solid #fff; /*same as page colour*/
	border-bottom: 10px solid #004080; /* bottom border*/
	font-size: 17px;
	/*font-weight: bold;*/
	font-family: 'trebuchet ms', arial, sans-serif;
	/*color: #004080;
	background-color: inherit;*/
}

#leftnews .box a:link {
	color: #a40000;
	background-color: inherit;
	text-decoration: none;
}

#leftnews .box a:visited {
	color: #a40000;
	background-color: inherit;
	text-decoration: none;
}

/* Right Column - Next to Left Navigation */

#content {
	margin: 0px 0px 0px 180px;
	padding: 0 10px 0 10px;
	font-size: 100%;
}

hr {
	margin-left: 2%;
	margin-right: 2%;
	height: 1px;
	border-bottom: #c0c0c0 solid 1px;
}

#cl {
	clear: both;
	padding-top: 3px;
}

#clear {
	clear: left;
}

.clr {
	clear: right;
}

/* Left and Right Columns for page content */

#stuff2 {
	width: 970px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

#leftcol {
	clear: left;
	float: left;
	width: 455px;
	margin: 0 10px 0 10px;
	padding: 2px 2px 2px 0px;
	font-size: 100%;
	color: #000;
	background-color: inherit;
	border-right: 1px solid #004080;
}

#leftcol ul {
	font-weight: bold;
	padding-left: 1em;
}

#leftcol li {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

#leftcol ul ul {
	list-style-type: circle;
	font-weight: normal;
	padding-left: 1em;
}

#rightcol {
	/*clear: left;*/
	float: right;
	width: 455px;
	margin: 0 10px 0 10px;
	padding: 2px 2px 2px 0px;
	font-size: 100%;
	color: #000;
	background-color: inherit;
	/*border-right: 1px solid #004080;*/
}

#rightcol ul {
	font-weight: bold;
	padding-left: 1em;
}

#rightcol li {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

#rightcol ul ul {
	list-style-type: circle;
	font-weight: normal;
	padding-left: 1em;
}

/*  List Types  */

ul {
	margin-bottom: 10px;
	font-size: 90%;
}

ul ul {
	margin-bottom: 5px;
	list-style-type: circle;
	margin-left: -10px;
	font-size: 100%;
}

ol {
	margin-bottom: 10px;
	font-size: 90%;
}

li {
	margin-bottom: 3px;
	margin-left: 30px;
	margin-right: 30px;
}

ul.plain {
	margin-bottom: 8px;
}

li.plain {
	list-style-type: none;
	margin-bottom: 5px;
	line-height: 120%;
}

td li {
	margin-left: 10px;
}

ul.ma {
	list-style-image: url("images/bult-mar.gif");
	margin-bottom: 10px;
}

li.ma {
	margin-bottom: 3px;
	padding-left: 3px;
}

ul.mar-star {
	list-style-image: url("images/star-mar.gif");
	margin-bottom: 5px;
}

li.mar-star {
	margin-bottom: 2px;
	padding-left: 2px;
	font-size: 100%;
}

ul.star-cbl {
	list-style-image: url("images/star-cbl.gif");
	margin-bottom: 12px;
}

li.star-cbl {
	margin-bottom: 5px;
	padding-left: 2px;
	font-size: 100%;
}

ul.gold-star {
	list-style-image: url("images/gold-star.gif");
	margin-bottom: 12px;
}

li.gold-star {
	margin-bottom: 4px;
	padding-left: 3px;
	font-size: 100%;
}

ul.heart {
	list-style-image: url("images/heart.gif");
	margin-bottom: 15px;
}

li.heart {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 100%;
}

ul.check {
	list-style-image: url("images/check.gif");
	margin-bottom: 10px;
}

li.check {
	margin-bottom: 3px;
	margin-left: -10px;
	padding-left: 3px;
}

ul.blu {
	list-style-image: url("images/bult-blu2.gif");
	margin-bottom: 7px;
}

li.blu {
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Paragraph */

p {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 90%;
}


/* --- FONTS --- */

.no {
	white-space: nowrap;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
}

.nolink {
	color: #808080;
	background-color: inherit;
}

.footer {
	font-family: arial, sans-serif;
	font-size: 84%;
}

.norm {
	font-weight: normal;
}

.size {
	font-size: 74%;
}

.mar {
	font-weight: bold;
	font-size: 110%;
	color: #a40000;
	background-color: inherit;
}

.marBig {
	font-size: 130%;
	font-weight: bold;
	color: #a40000;
	background-color: inherit;
}

.marBold {
	color: #A40000;
	font-family: arial, sans-serif;
	font-weight: bold;
	background-color: inherit;
}

.marLge {
	font-size: 110%;
	font-weight: bold;
	color: #A40000;
	background-color: inherit;
}

.blue {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #004080;
	background-color: inherit;
}

.red {
	color: #ff0000;
	background-color: inherit;
}

.redLge {
	color: #ff0000;
	background-color: inherit;
	font-size: 150%;
	font-weight: bold;
}

.redBold {
	color: #ec1b2e;
	background-color: inherit;
	font-size: 130%;
	font-weight: bold;
}

.amber {
	color: #DDAA11;
	background-color: inherit;
}

.bluelite {
	color: #0000FF;
	background-color: inherit;
}

.green {
	color: #009900;
	background-color: inherit;
}

.head {
	font-family: arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #004080;
	background-color: inherit;
}

.head1 {
	font-size: 115%;
	font-weight: bold;
}

.head2 {
	font-family: arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #004080;
	background-color: inherit;
}

.large {
	font-family: arial, sans-serif;
	font-size: 120%;
}

.ty {
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

.cap {
	font-family: georgia, serif;
	font-size: 75%;
	color: #000000;
	background-color: inherit;
	margin-left: 2px;
	margin-right: 2px;
}

div.ans {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
}

.superscript {
	font-size: 65%; 
	vertical-align:top;
}

/* V and T Fonts */

.blueLg {
	color: #004080;
	font-size: 175%;
	font-weight: bold;
	background-color: inherit;
}

.vtRed {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
	background-color: inherit;
}

.vtVer {
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	font-weight: normal;
}

.effDate {
	font-family: arial, sans-serif;
	font-size: 84%;
	font-weight: bold;
	color:  #004080;
	background-color: inherit;
}

table.vt {
	margin: 0 auto;
	width: 90%;
}

td.vt {
	white-space: nowrap;
}

/*STOP-DWI*/

.regs {
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
}

.regHead {
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: #A40000;
	background-color: inherit;
	font-weight: bold;
}


/* TABLES */

table {
	/*width: 94%;*/
	margin: 0 auto;
}

td.no {
	white-space: nowrap;
}

td.bottom {
	vertical-align: bottom;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}

td.left {
	text-align: left;
}

td.top {
	vertical-align: top;
}

td.staff {
	width: 50%;
}

td.fifteen {
	padding-left: 25px;
}

table.bus {
	border: 2px solid #FDCA32;
	width: 700px;
	margin: 0 auto;
}

td.bus {
	border: 1px solid #FDCA32;
	font-size: 90%;
}


td p {
	margin: 10px 2px;
}

table.bl {
	border: 2px #004080 solid;
	width: 90%;
	margin: 0 auto;
}

td.bl {
	border: 1px #004080 solid;
}

table.bk {
	border: 2px #000000 solid;
	margin: 0 auto;
}

td.bk {
	border: 1px #000000 solid;
}

table.rd {
	border: 2px solid #ff0000;
	margin: 0 auto;
}

td.rd {
	border: 1px solid #ff0000;
}

tr.content {
	font-family: arial, sans-serif;
	font-size: 84%;
}

tr.smBd {
	font-size: 84%;
	font-weight: bold;
}

td.content {
	font-family: arial, sans-serif;
	font-size: 84%;
}

tr.nin {
	font-size: 90%;
}

table.def {
	background-color: #e4e4e4;
	color: #000;
	margin: 0 auto;
}

table.warn {
	background-color: #ffff00;
	color: #ff0000;
	border: 3px #000 solid;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

table.faq {
	width: 90%;
	margin: 0 auto;
}

td.faq {
	width: 60px;
	text-align: center;
	vertical-align: top;
}

table.ma {
	border: 2px #A40000 solid;
	margin: 0 auto;
}

td.ma {
	border: 1px #A40000 solid;
}

table.yellow {
	border: 2px solid #ffff00;
	margin: 0 auto;
}

td.yellow {
	border: 1px solid #ffff00;
}

table.buny {
	margin: 0 auto;
	width: 800px;
	background-color: #F4FAFF;
	color: #000;
}

table.sesa {
	margin: 0 auto;
	width: 90%;
	background-color: #ffffb3;
	color: #000;
	border: 2px solid #000;
}

td.sesa {
	border: 1px solid #000;
	vertical-align: top;
}

table.gray {
	border: 2px solid #c0c0c0;
	margin: 0 auto;
}

td.gray {
	border: 1px solid #c0c0c0;
}

/* Grant Date page */

tr.dark {
	background-color: #a40000;
	color: inherit;
}

tr.med {
	background-color: #cecece;
	color: inherit;
}

tr.lite {
	background-color: #EFF3F7;
	color: inherit;
}

td.twe {
	width: 20%;
}

td.eig {
	width: 80%;
}

/*  New Footer  */

#footer {
	width: 975px;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 15px;
	/*background-color: #fff;
	color: #000;*/
	clear: both;
	display: table;
	text-align: center;
}

.footer {
	color: #004080;
	background-color: inherit;
	font-family: 'trebuchet ms', arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

#footer a:link {
	color: #004080;
	background-color: inherit;
	text-decoration: none;
	margin: 5px;
	padding: 8px 12px;
}

#footer a:visited {
	color: #004080;
	background-color: inherit;
	text-decoration: none;
	padding: 8px;
}


.nav {
	font-family: arial, sans-serif;
	font-size: 65%;
	font-weight: bold;
}

.update {
	font-size: 68%;
}



/* What's New Page */

td.tnr {
	font-family: 'times new roman', serif;
	font-size: 120%;
	font-weight: bold;
}

/*.blue {
	color: #91ACBF;
	background-color: inherit;
}*/

.conference {
	color: #004080;
	background-color: inherit;
}

.winter {
	/*color: #078D5F;*/
	color: #C00000;
	background-color: inherit;
}

.buny {
	color: #CC3100;
	background-color: inherit;
}

.spring {
	color: #a36e94;
	background-color: inherit;
}

.summer {
	color: #ffa578;
	background-color: inherit;
}

.sober {
	color: #000080;
	background-color: inherit;
}

.fall {
	color: #EC9104;
	background-color: inherit;
}

.holiday {
	/*color: #D1421B;*/
	color: #007500;
	background-color: inherit;
}

.walk {
	color: #02A472;
	background-color: inherit;
}

.call {
	color: #000080;
	background-color: inherit;
}

/* Search page */

#google_results iframe { 
height: 1150px; 
width: 600px; /*this width should be however wide you want your results to be */ 
padding: 10px; 
} 

.search {
	color: #fff;
	background-color: inherit;
}