/* Begin Typography & Colors */
body {
	font-size: 12pt; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #1E91D4;
	text-align: center;
	}

#page {
	text-align: left;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 15;
	padding: 0;
	background: #CCCCCC;
	width:650px;
	}

#page {
	width:650px;
	}
	




/* Begin Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* End Images */

/* Begin Various Tags & Classes */

a img {
	border: none;
	}
/* End Various Tags & Classes*/

.imgbox {
	background-color: #E1E1E1;
	border: 10px solid #FFFFFF;
	width: 607px;
	float: right;
	margin: 15px 0 20px 0;
}
.clear {
	clear: both;
	margin: 5px;
}
.featurebox {
	background-color: #1E91D4;
	background-image: url(/images/feature_bg.png);
	border: 10px solid #FFF;
	width: 607px;
	float: left;
	margin: 15px 0 20px 0;
	color: #FFF;
	height: 239px;
	background-repeat: repeat-x;
	min-height:607px;
	max-height:607px;
}
.featurebox p {
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
}
.featuredcenter {
	font-size: 12pt;
	text-align: center;
	text-shadow: #333 12pt 12pt 10pt;
}
#maincontent {
	float: left;
	width: 607px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-size: 12pt;
	height: inherit;
	line-height: 1.6em;
}
#navigation {
	color: #191C1E;
	float: right;
	width: 200px;
	margin: 0 2px 0 0;
}
#navigation h2{
	color: #1E91D4;
	font-size:12pt;
	margin:1px 0 3px 0;
}
#maincontent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top:94px;
	left: 270px;
	font-size:12pt;
	width: auto;
	height:32px;
	}

ul.menu li {
	display: inline;
	margin-left: -4px;
	}
ul.menu li a {
	padding: 9px 8px 11px;
	}
ul.menu li.divider{
	width:2px;
	
}
ul.menu li a {
	color:#1E91D4;
	margin: 0;
	width:100%;
	}

ul.menu li a:hover {
	background:#FFCC00;
	color:#FFF!important;
	text-decoration: none;
	background:#CC6600;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color:#FFF!important;
	text-decoration: none;
	background: url(/images/nav_btn_over.png) repeat-x;
	}

a img,:link img,:visited img { }
#maincontent h2 a {
	color: #1E91D4;
}
	#page { background: url(/images/mm.png) repeat-y top; border: none; }
	#footer { background: url(/images/bb.png) no-repeat bottom; border: none;}

#page #content .box {
	border: 10px solid #FFF;
	background-color: #E1E1E1;
	padding: 10px;
	color: #191C1E;
	margin: 0 0 10px 0;
}
.featurebox a {
	color: #FFFFFF;
	text-decoration: underline;
}
.featurebox a:hover {
	color: #CCCCCC;
}
.featuredcenter a {
	color: #FFFFFF;
	text-decoration: none;
}
.featuredcenter a:hover {
	color:#CCC;
	text-decoration: none;
}
#maincontent h2 {
	font-size: 12pt;
	color: #1E91D4;
	padding: 0;
	margin: 0 0 3px 0;
}

.tooltip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tooltip h4 {
	font-weight: bold;
	font-size: 12pt;
	margin: 0px;
	padding: 8px 8px 4px;
	background:#333;
}

.tooltip p {
	font-size: 12pt;
	padding: 4px 8px 8px;
	margin:0px;
	background: #333;
}
.dsep {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.float50 {
	float: left;
	width: 48%;
	margin:1%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.ulist {
	margin:15px 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.ulist ul, .float50 ul {
	margin: 0 ;
	padding: 0;
	font-size: 12pt;
	list-style-type: none;
}

.ulist li, .float50 li {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#navigation .ulist {
	margin:5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#navigation .ulist ul, .float50 ul {
	margin: 0 ;
	padding: 0;
	list-style-type: none;
}

#navigation .ulist li, .float50 li {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.highlight {
	border: 5px solid #FFF;
}
.highlight:hover {
	border: 5px solid #1E91D4;
}
.highlight2 {
	border: 7px solid #FFFFFF;
}
.highlight2:hover {
	border: 7px solid #1E91D4;
}
.alert{
	color:#1E91D4;
}#response {
	height: 20px;
	width: auto;
}
.codebox {
	font-family: Courier, "Courier New", monospace;
	border: 10px solid #FFF;
	margin: 10px 5px;
	background-color: #CCCCCC;
	padding: 5px;
	color: #000000;
	font-size: 12pt;
	line-height: 1.2em;
}
span.html {
	color: black;
}
.comment {
	color: #FF8000;
}
.default {
	color: #0000BB;
}
.keyword {
	color: #007700;
}
.string {
	color: #DD0000;
}
.centered {
	text-align: center;
}



#form_box {
	width: 640px;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:12pt Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {

}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 




