/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(img/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(img/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(img/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.title4 {
	margin: 0;
	padding: 10px 0;
	background: url(img/img09.gif) repeat-x left bottom;
	font-weight: bold;
	text-align: center;
	color: #3F93E9;
}

.boxed {
	padding: 5px 30px 20px 30px;
        min-height: 360px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(img/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 936px;
	margin: 0 auto;
	background: #FFFFFF url(img/img01.gif) repeat-y;
}

/* Sidebar */

 #sidebar {
	float: left;
	width: 176px;
}

/* Logo */

#logo {
	height: 176px;
/*	background: #FFFFFF url(img/img02.gif) repeat-y right top;*/
	background: #FFFFFF url(img/nylt.png) no-repeat center center;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 10px 0 0 0;
	background: url(img/nylt.jpg) no-repeat center center;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 20px;
	background: #85C329 url(img/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(img/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Login */

#login {
	padding: 20px;
	background: #4096ee url(img/img06.gif) repeat-x;
	color: #FFFFFF;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 144px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 760px;
        background: #ffffff;
}

#regform {
	float: middle;
	width: 760px;
        background: #ffffff;
}

/* Footer */

#footer {
	width: 936px;
	height: 120px;
	margin: 0 auto;
	background: url(img/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 156px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(img/img13.gif) repeat-x;
	margin: 0;
	font-size: 85%;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
	margin: 0;
	font-size: 85%;
}

/* Schedule */
#schedule th {
	font-weight: bold;
	font-size: 129%;
	font-align: left;
	/*padding: 10px 0;
	background: url(img/img09.gif) repeat-x left bottom;*/
}

#horizontalForm {
	border:solid 2px #e5e5e5;
	padding: 1em 1em 1em 1em;
}

#horizontalForm fieldset {
	display: block;
	margin: 0 0 0 0;
	padding: 0 1em 1em 1em;
	font-weight: bold;
	border: none;
}

#horizontalForm fieldset.radio {
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label {
	font-weight: normal;
}

#horizontalForm input {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}

#horizontalForm input.submit {
	clear: both;
}

#horizontalForm label {
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: normal;
	font-size: 9px;
}

#horizontalForm label.extraspace {
	padding: 0 0 0 5em;
}

#horizontalForm select {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}

table.sch, th.sch, td.sch {
    border-color: #666;
    border-style: solid;
}

table.sch {
    border-width: 0 0 1px 1px;
    border-collapse: collapse;
}

td.sch, th.sch {
    border-width: 1px 1px 0 0;
    margin: 0;
    padding: 2px 6px;
}
