/* GENERAL STYLES */
/* CSS Document */
/*html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}*/

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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:#565656;	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: underline;
	color:#203C7F;
	font-weight:bold;
}

a:visited {
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

a span {
	font-weight:normal;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:1000px;
	text-align:left;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#header {
	height:135px;
	overflow:hidden;
	border-bottom: dotted 2px #ADB0BC;
	margin: 0 15px 15px 15px;
	padding:5px 0px 0px 0px;
	position:relative;
}


#content {
	text-align:left;
	margin:0 15px 0 15px;
}

#innercontainer {
	width:100%;
	float:left;	
	font-size:1.2em;
	margin-right:-240px;
}

#innercontent {
	margin: 0px;
	padding: 0 13px 0 0;
	margin-right:240px;
	border-right:2px dotted #ADB0BC;
}

.noside {
	margin-right:0px !important;
	border-right: none !important;
}

#sidebar2 {
	float: right;
	width: 225px;
}


#footer {
	padding:85px 0px 20px 0px;
	font-size:1.1em;
	color:#FFFFFF;
	background:#050608;
	text-align:center;
	background-image:url(footer_top.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	margin-top:15px;
	min-height: 70px;
}

* html #footer {
	height:70px;
}


/* EDITOR PROPERTIES */
