@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-bottom:50px;
	background-color:#FFFFFF;
}

div#container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

div#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-right:-6px;
}


div#cntrcol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	min-height:550px;
	border-left: solid 1px #FFFFFF;
}

*html div#cntrcol {
	height:550px;
	margin-left:147px;}

div#footer {
	text-align: center;
	font-size: 80%;
	background-color: #CCCCCC;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#nav {
	list-style-type: none;
	margin: 0px;
	font-size: 12px;
}
ul#nav li {
	color: #000000;
}
ul#nav li a {
	display: block;
	background-color: #dfdedf;
	color: #085fa8;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #D6D3D3;
	background-image: url(../images/navbuttonbg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

*html ul#nav li a {margin-bottom:-15px;}

ul#nav li a:hover, #home #navhome a, #agenda #navagen a, #registration #navregi a, #scholarship #navscho a, #hotels #navhote a  {
	background-color:#666666;
	background-image:url(../images/nav_arrow.gif) !important;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#mainimg {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

*html #mainimg {margin-bottom:-3px;}

ul#reqsoft {
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	text-align: center;
}
ul#reqsoft li {
	display: inline;
}
ul#reqsoft li a {
	margin-left: 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
}
h1 a {
	background-image: url(../images/header.gif);
	height: 115px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999em;
	font-size: 10px;
	text-decoration:none !important;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px;
	color: #22476E;
	background-image: url(../images/h2bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #d4e4e8;
	font-size: 150%;
}

h4, p {
	margin: 0px 10px 10px 10px;
}
ul, ol {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
h3 {
	background-image: url(../images/h1bg.jpg);
	background-repeat: repeat-x;
	background-color: #39799C;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #B7E0EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	background-position: left top;
	font-weight: normal;
	margin-bottom: 15px;
}
table {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

tr {
	background-color: #E9E9E9;
}

th {
	color: #FFFFFF;
	background-color: #666666;
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

td {
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
a:link, a:active {
	color: #F15C20;
}

a:visited {
	color: #44F0FD;
}

a:hover {
	text-decoration: none;
}
.shade {
	background-color: #FAFAFA;
}
.skipnav a {
	display: none;
}

.clearall {clear:both;}
ul#reglist {
	margin-bottom: 10px;
}

ul#reglist li {font-size:18px; margin-bottom: 10px !important;}

ul#reglist li a {
	margin-bottom: 10px !important;
}
