@charset "utf-8";
/* CSS Document */

/* Format Body */

/* Hyperlinks */
A:link {
	COLOR: #0000ff; 
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #0000ff; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; 
	TEXT-DECORATION: none
}
body	
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

li
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: blue;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
td {
	height: 16px;	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
}
a {
	color: #0000FF;
	text-decoration: none;
}

/* Curved Top and Bottom Corners - No Heading */
#c1, #c2, #c3, #c4 {
	font-size: 1px;
	overflow: hidden;
	display: block;
}
#c1 {
	height: 1px;
	background: #CCCCCC; 
	margin: 0 5px;
}
#c2 {
	height: 1px; 
	background: #FFFFFF; 
	border-right: 2px solid #CCCCCC; 
	border-left: 2px solid #CCCCCC; 
	margin: 0 3px;
}
#c3 {
	height: 1px; 
	background: #FFFFFF; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	margin: 0 2px;
}
#c4 {
	height: 2px; 
	background: #FFFFFF; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	margin: 0 1px;
}

/* Curved Top Corners With Heading */
#c1h, #c2h, #c3h, #c4h {
	font-size: 1px;
	overflow: hidden;
	display: block;
}	
#c1h {
	height: 1px;
	background: #EDEDED; 
	margin: 0 5px;
}
#c2h {
	height: 1px; 
	background: #EDEDED; 
	border-right: 2px solid #EDEDED; 
	border-left: 2px solid #EDEDED; 
	margin: 0 3px;
}
#c3h {
	height: 1px; 
	background: #EDEDED; 
	border-right: 1px solid #EDEDED; 
	border-left: 1px solid #EDEDED; 
	margin: 0 2px;
}
#c4h {
	height: 2px; 
	background: #EDEDED; 
	border-right: 1px solid #EDEDED; 
	border-left: 1px solid #EDEDED; 
	margin: 0 1px;
}

/* Heading Box and Text */
#headh {
	background: #EDEDED; 
	border-right: 1px solid #EDEDED; 
	border-left: 1px solid #EDEDED; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#headh h3 {
	margin: 0px 10px 0px 10px; 
	padding-bottom: 3px; 
	font-size: 18px; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Main Container */
#menubox {
	display: inline-table;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 135px;
	margin-left: auto;
	margin-right: auto;
}
#centerbox {
	display: inline-table;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
/* Innerbox Sides */
#innerbox {
	background: #FFFFFF; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	font-size: 15px; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Innerbox Text */
#innerbox div {
	margin-left: 12px; 
	margin-right: 12px; 
	padding-top: 5px; 
	font-size: 15px; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
 
