@charset "UTF-8";
/* CSS Document */
body {
	background: #000000;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-left: 1px solid #335;
	border-right: 1px solid #335;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;*/
	border:0px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image:url(images/background.png);
	min-height:700px;
}
#Header
{
	padding:10px;
}
#LeftMenuContainer
{
	float:left;
	width:202px;
	min-height:450px;
}
.Logos
{
	padding-left:30px;
	padding-right:30px;
	border:0px;
}
div.Button
{
	background-image:url(images/button.png);
	padding-left:0px;
	border-left:0px;
	margin-left:0px;
	height:37px;
	width:203;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
	vertical-align:middle;
	font-size:24px;
	cursor:pointer;
}

a.Button:link {color:#000000; font-style:normal; text-decoration:none;}      /* unvisited link */
a.Button:visited {color:#000000; font-style:normal; text-decoration:none;}  /* visited link */
a.Button:hover {color:#000000; font-style:normal; text-decoration:none;}  /* mouse over link */
a.Button:active {color:#000000; font-style:normal; text-decoration:none;}  /* selected link */
a:link {color:#FFFFFF}      /* unvisited link */
a:visited {color:#FFFFFF}  /* visited link */
a:hover {color:#FFFFFF}  /* mouse over link */
a:active {color:#FFFFFF}  /* selected link */

#reptonContent
{
	margin-left:20px;
	padding-left:10px;
	padding-right:10px;
	width:528px;
	float:left;
	color:#FFF;
}
