* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body,td,th {
	color: #333333;
}
body {
	background-color: #FFFFFF;
	height: 100%;
	font-face: Georgia, serif;
}
h1 {
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-style: italic;
	font-weight: normal;
}
h5 {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
}
h6 {
	font-style: italic;
	font-weight: normal;
	font-size: 9px;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	height: 50px;
	background-color: #E5E5E5;
	padding-left: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 10px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding-top: 15;
	padding-right: 15;
	padding-bottom: 0;
	padding-left: 285px;
	margin-top: 15px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background-color: #E5E5E5;
	padding-left: 10px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 50px;
}
#sideLeft ul {
	font-size: 12px;
	padding-left: 10px;
	list-style-type: square;
}
#sideLeft a {
	color: #333333;
	text-decoration: none;
}
#sideLeft a:hover {
	color: #0066CC;
	text-decoration: underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	font-size: 12px;
	min-width: 1000px;
	height: 50px;
	color: #FFFFFF;
	background-color: #666666;
	font-family: Georgia, Palatino, "Palatino Linotype", sans-serif;
	text-align: right;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 25px;
}
/* Other
-----------------------------------------------------------------------------*/
.sgma_input_text {
	background-color: #E4E4E4;
	width: 100%;
	border: 1px dotted #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sgma_labels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E5E5E5;
}