/* CSS Document MR*/
/*<![CDATA[*/

html { 
	margin:0;
	padding:0;
	height:100%;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font:11px Geneva, Arial, Helvetica, sans-serif;
	background-color:#5D5D5D;
}
#container {
	margin:0px auto;
	width:780px;
	text-align:left;
}
#header {
	margin-top:35px;
	height:149px;
}
#menu {
	background-image:url(images/headerBg.jpg);
	text-align:left;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
#main {
	border-left:1px solid #333;
	border-right:1px solid #333;
	background-image:url(images/contentBg.jpg);
	background-repeat:repeat-y;
	background-color:#FFF;
}
#mainInfo {
	clear:both;
	background-image: url(images/infoBg.jpg);
	border-top:1px solid #333;
	height:40px;
}
#footer {
	color:#8D8D8D;
	font-size:11px;
	padding:10px 8px;
	height:20px;
}
#footer a {color:#8D8D8D;}
#footer a:hover {color:#333;}
.footerLeft {float:left;}
.footerRight {
	text-align:right;
	float:right;
}
#lineTop {
	background-image:url(images/lineTop.gif);
	background-repeat:no-repeat;
	line-height:12px;
	height:12px;
}
#line {
	background-image:url(images/line.gif);
	background-repeat:no-repeat;
	line-height:12px;
	height:12px;
}
#lineDown {
	background-image:url(images/lineDown.gif);
	background-repeat:no-repeat;
	line-height:12px;
	height:12px;
}

/*  ================================================== */
/*                     C O N T E N T                   */
/*  ================================================== */
#leftContent {
	width:255px;
	float:left;
	margin-top:50px;
}
#leftContent h1 {
	padding-left:20px;
}
#leftContentBox {
	background-color:#EEE;
	padding:20px;
}
#centerContent {
	text-align:left;
	padding:35px 20px 10px;
	float:left;
	width:220px;
	margin-left:25px;
}
#centerContentAll {
	text-align:left;
	padding:35px 20px 10px;
	float:left;
	width:450px;
	margin-left:25px;
}
#rightContent {
	width:225px;
	float:right;
	text-align:right;
}

/*  ================================================== */
/*                     B U T T O N S                   */
/*  ================================================== */

#buttonGray {
	border-color:#FFF;
	padding:3px;
	margin-top:10px;
	margin-left:170px;
	background-color:#999;
	border:dotted thin #FFF;
	width:55px;
}
#buttonOrange {
	border-color:#FFF;
	padding:3px;
	margin-top:10px;
	background-color: #FF9900;
	border: dotted thin #FFF;
	width:80px;
}
#buttonGray a, #buttonOrange a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#buttonGray a:hover, #buttonOrange a:hover {
	color:#D5D5D5;
	text-decoration:none;
	font-weight:bold;
}

/*  ================================================== */
/*                       T E X T                       */
/*  ================================================== */
p, li, td {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#333;
}
h1 {
	font:16px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px;
	color:#333;
}
h2 {
	font:14px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
	color:#333;
}
h3 {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
}
a {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
ul {
	list-style-type:square;
	list-style-position:outside;
}
.doit {
	margin:75px 20px 0 20px;
	font-weight:bold;
	border:#FF9900 dotted thick;
	padding:3px;
	float:right;
	width:150px;
 }
.doit a {display:block;}
.doit a:hover {color:#FF9900;}
 
/*  ================================================== */
/*                       F O R M S                     */
/*  ================================================== */
.formInput {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #777;
	background-color:#D5D5D5;
}
.formInput:focus {
	border:1px solid #FF9900;
	background:#EEE;
}
.submitbutton {
	font:10px Geneva, Arial, Helvetica, sans-serif;
	border:2px solid #5D5D5D; 
	color:#FFF;
	background-image:url(images/infoBg.jpg);
}