HTML, BODY {
	min-height: 100%;
	max-height: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #bbbbbb;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
}

#main_container {
	position; absolute;
	display: block;
	height: auto;
	min-height: 100%;
	background: url('../img/bg_shadow.gif') repeat-y;
	width: 816px;
	margin: 0 auto;
}

#content_block {
	margin-top: -14px;
	display: block;
	width: 816px;
	margin-left: 8px;
	margin-right: 8px;
}

#header {
	height: 343px;
	width: 800px;
	background: url('../img/telecomm_top.jpg') no-repeat;
	margin-bottom: 4px;
	position: relative;
}

#header h1 a{
	float: left;
	text-indent: -5000em;
	display: block;
	width: 273px;
	height: 59px;
	margin-left: 5px;
}

#nav {
	clear: both;
	position: relative;
	top: 259px;
	float: left:
	display: block;
	width: 800px;
	text-align: center;
}


#nav a, #footer .top_row a{
	text-decoration: none;
	color: #666666;
}

#nav a:active, #nav a:hover, #footer .top_row a:active, #footer .top_row a:hover{
	text-decoration: underline;
}


#columns_container{
	margin-left: 18px;
	margin-right: 10px;
	width: 772px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}

#main_col{
	position: relative;
	float: left;
	width: 559px;
}

#right_col{
	position: relative;
	width: 194px;
	float: right;
}

.green{
	background-color: #daefd4;
	color: #666666;
}

.gray{
	background-color: #464646;
}

.boxRight {
	width: 193px;
	display: block;
	margin-bottom: 20px;
}

.box_text{
	padding: 0 5px 0 5px;
}

.gray .box_text{
	padding: 0;
	height: 37px;
}

.textBox .box_text p{
	padding: 10px;
}

.boxRight form{
	margin: 16px 5px 16px 5px;
	text-align: center;
}

.boxRight form{
	font-size: 10px;
}


.boxRight form input{
	float: right;
	position: relative;
	top: -2px;
}

.boxRight .loginButton{
	width: 173px;
}

#footer {
	clear: both;
	background-color: #a7bf8e;
	width: 800px;
	height: 50px;
	margin-left: 8px;
	margin-right: 8px;
	color: #fff;
	padding-top: 10px;
	text-align: center;
}

.top_corners {
	height: 13px;
	width: 193px;
	margin-bottom: -11px;
}


.bottom_corners {
	height: 13px;
	width: 193px;
	margin-top: -11px;
}

.gray .top_corners, .gray .bottom_corners{
	margin: 0;
}

.green .top_corners{
	background: url('../img/box_top.gif') top left no-repeat;
}

.green .bottom_corners{
	background: url('../img/box_bottom.gif') top left no-repeat;
}

.gray .top_corners{
	background: url('../img/dark_top.gif') top left no-repeat;
}

.gray .bottom_corners{
	background: url('../img/dark_bottom.gif') top left no-repeat;
}

.clear{
	display: block;
	clear: both;
}

#footer a, #nav a{
	margin-right: 15px;
}

#footer a:active, #footer a:hover{
	text-decoration: none;
}