
body {
	margin:  0px;
	padding:  0px;
	background-image:  url('../img/bg-top.gif');
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size:  14px;
	color:  #666;
}

img {
	border:  0px;
}

a {
	text-decoration:  none;
	color:  #FF4E0D;
}

a:hover {
	text-decoration:  underline;
	color:  red;
}

#banner {
	height:  183px;
	width:  900px;
	position: absolute;
	top: 0px;
	left: 0px;

	
}

#navbar {
	height:  50px;
	position: absolute;
	top: 183px;
	left: 0px;
	
}

#midsection {
		height:  51px;
		width:  872px;
		position: absolute;
		top: 233px;
		left: 0px;
}

#content {
	width:  100%;
	background-image:  url('../img/bg.jpg');
	background-repeat: repeat;
	position: absolute;
	top: 284px;
	left: 0px;
	
}

#sidebar {
	float:  left;
	width:  230px;
	padding-top: 11px;
}

.combo {
	border: 3px solid #FF4E0D;
	width: 204px;
	margin-top:  10px;
}

.combo img {
	border:  2px solid white;
}

.comboBox {
	width: 200px;
	border: 2px solid white;
	background-color: #FF0000;
	margin-top: -4px;
}

.comboBox h4 {
	font-style:  italic;
	font-weight: bolder;
	margin: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	font-size: 14px
}

.comboBox a:hover {
	text-decoration:  none;
}

#fullSize {
	float:  left;
	background-color:  white;
	width:  872px;	
}

#fullSize h1 {
	color:  #FF4E0D;
	margin: 20px;
	font-style:  italic;
}


#fullsize .combo { float:  left; margin:  2px; width:  135px;}

#fullsize .comboBox { height: 200px; width: 131px; text-align: center;}

#fullsize .comboBoxBig { 
	border: 2px solid white; 
	background-color: #FF0000; 
	margin-top: -4px; 
	text-align:  center; 
	width: 711px;}

#fullsize .comboBox h3 { font-size: 14px; }

#mainContent {
	float:  left;
	background-color:  white;
	width:  642px;
}

#mainContent h1 {
	color:  #FF4E0D;
	margin: 20px;
	font-style:  italic;
}

#mainContent h2 {
	color: #FF4E0D;
	margin-left: 20px;
	margin-right:  20px;
}

#mainContent a:hover h2 {
	text-decoration:  underline;
	color:  red;
}

#mainContent h3 {
	margin:  10px;
	margin-left: 35px;
	color:  #FF4E0D;
}

#mainContent a:hover h3 {
	text-decoration:  underline;
	color:  red;
}

#mainContent h4 {
	margin:  10px;
	margin-left: 85px;
	color:  #FF4E0D;
}


#mainContent a {
	text-decoration:  underline;

}

#mainContent a:hover h4 {
	text-decoration:  underline;
	color:  red;
}

#mainContent p {
	margin:  20px;
	margin-left: 35px;
	margin-right:  35px;
	color:  #666;
}

#mainContent b {
	font-style: italic;
	color: #FF4E0D;
}

#mainContent img {
	border:  2px solid #FF4E0D;
	padding:  2px;
	background-color:  white;
}

#mainContent a:hover img {
	border: 3px solid #FF4E0D;
	padding: 1px;
	background-color:  white;
}

#footer {
	margin: 20px;
	margin-bottom: 10px;
	text-align: center;
	border-top:  1px solid #FF4E0D;
}

#footer h5 {
	font-style: italic;
	color:  #FF4E0D;
}

.float-right {
	float:  right;
	margin:  15px;
	margin-top: 3px;
}

.float-left {
	float:  left;
	margin:  15px;
	margin-top: 3px;
}


ul {
	margin-left: 55px;
}


.complexTable td {
	font-size: 12px;
	border: #FF4E0D solid 1px;
}

#sidebarTwo {
	width: 230px;
	margin-left: -170px; 
	float: left; 
	margin-top: 20px;
	background-image:  url('../img/sidebg.gif');
	background-repeat:  repeat-y;
}

#sidebarTwo img {
	margin-bottom:  10px;
	margin-left:  10px;

}

#sidebarTwo .special {
	margin:  0px;
	padding:  0px;
	border:  0px;
}






