body {
	background-image: url('../images/background14.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

body, table, td, div, span, p {
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	color : #000000;	
}

img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 18px;
	margin: 20px 0px 10px 0px;
	color: #006699;
}

h2 {
	font-size: 16px;
	color: #F38A2B;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #993300;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	width: 500px;
	border-bottom: 1px solid #000000;
}

h4 {

}

h5 {

}

hr {
	margin: 50px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: #3366CC;
	font-weight: bold
}

a:visited { 
	color: #6699CC; 
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #3366CC;
	font-weight: bold;
}

#header {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/header/bg.gif');
	background-repeat: repeat-x;
	height: 74px;
	overflow: hidden
}

#top_menu {
	border-top: 4px solid #000000;
	background: #fcf8f8;
	border-bottom: 8px solid #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 125px;
	overflow: hidden;
}

top_menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#top_menu ul li {
	list-style: none;
	display: inline;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border: 0px;
	padding: 0px 35px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#top_menu ul li a{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}

#top_menu ul li a:hover, #top_menu ul li.register a:hover {
	text-decoration: underline;
}

#content_container {
	width: 700px;
	min-width: 750px;
	max-width: 750px;
}

#left_col {
	z-index: 10;
	position: absolute;
	top: 121px;
	left: 11px;
	width: 200px;
}

#content{
	z-index: 10;
	position: absolute;
	top: 150px;
	left: 190px;
	color: #000000;
	background-color: #FFFFFF;
	width: 500px;
	min-width: 500px;
	max-width: 500px;
}

#content a{
	color: #0F2D8A;
	
}

#content a:hover{
	text-decoration: underline;
}

p.heading {
	font-weight: bold;
	text-decoration: underline;
}
.btn {
	background: #0F2D8A;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.warningText {
	color: #CC0000;
	margin: 20px 0px 20px 0px;
	padding: 2px 2px 2px 2px;
	background: #FFFFFF;
}

.hotelconfirmarea {
	border: 1px solid ;
	padding: 8px 8px 8px 8px;
	margin: 10px 0px 10px 0px;
}

#DivButtons {
	clear: left;
	margin: 24px 0px 10px 0px;
}

#DivProcessing {
	margin: 6px 0px 10px 0px;
}

#DivProcessing span {
	padding: 0px 10px 0px 10px;
	border: 4px solid #0F2D8A;
	background: #0F2D8A;
	color: #FFFFFF;
	font-weight: bold;
}

#regForm DIV {
	clear: left;
	padding: 20px 0px 0px 0px;
}

#regForm DIV UL {
	clear: both;
	list-style: none;
	width: 550px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 8px;
}

#regForm DIV UL LI {
	list-style: none;
	display: inline;
	padding: 0px 0px 0px 12px;
}

#regForm DIV UL LI.chkbox {
	list-style: none;
	display: block;
	padding: 0px 0px 0px 12px;
}


#regForm DIV UL LI textarea {
	margin: 0px 0px 8px 0px;
}

#regForm DIV UL LI.ReqLabel {
	list-style: none;
	display: inline;
	background-image: url('../../New_Event/images/icons/reqd.gif');
	background-position: left top;
	background-repeat: no-repeat;
	width: 200px;
	float: left;
}

#regForm DIV UL LI.Label {
	list-style: none;
	display: inline;
	width: 200px;
	float: left;
}

td.label {
	padding: 0px 0px 0px 12px; 
	vertical-align: top;
}

td.req {
	padding: 0px 0px 0px 12px;
	vertical-align: top;
	background-image: url('../../New_Event/images/icons/reqd.gif');
	background-position: left top;
	background-repeat: no-repeat;	
}

span.req {
	padding: 0px 0px 0px 5px;
	vertical-align: top;
	background-image: url('../../New_Event/images/icons/reqd.gif');
	background-position: left top;
	background-repeat: no-repeat;	
}

.SmallText {
	font-size: 9px;
}

.RightSmallText {
	font-size: 9px;
	text-align: right;
}