* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 480px;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.wrappertwo {
	background-image: url(images/clouds.png);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 100%;
	height: auto !important;
	height: 480px;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	/* height: 142px; .push must be the same height as .footer */
	background-image: url(images/clouds.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 480px;
	width: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #1A243F;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	height: 100%;
	width: 934px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #moduleTop {
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
	height: 168px;
	width: 934px;
}
/* Content Divs*/
#container #contentTop {
	background-image: url(images/content_top.png);
	height: 26px;
	width: 934px;
}
#container #contentMiddle {
	background-image: url(images/content_middle.png);
	height: 100%;
	width: 934px;
}
#container #contentMiddletwo {
	background-image: url(images/content_middle.png);
	height: 700px;
	width: 934px;
}#container #contentBottom {
	background-image: url(images/content_bottom.png);
	height: 156px;
	width: 934px;
}#container #contentBox {
	height: 423px;
	width: 868px;
	border-bottom-color: #314e7d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#container #contentBoxend {
	height: 423px;
	width: 868px;
}
.contentTitle {
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	color: #314e7d;
	font-weight: bold;
}.contentText {
	font: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #314e7d;
}
/*Navigation Style*/
#mainNav {
	width: 868px;
	font-size: 12px;
	padding-top: 140px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right top;
}
#container #mainNav a, #mainNav a:visited {
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	display: inline;
}
#container #mainNav a:hover {
	color: #314e7d;
	text-decoration: none;
	background-color: #000000;
}
/*CONTENTS IN SIDE*/
.side_about {
	width: 438px;
 	height: 311px;
	top: 100px;
 	background: url('images/screen_cisco.jpg');
 	background-repeat: no-repeat;
 	background-position: left top;
}
.side_about_contents {
 	left: 20px;
 	width: 320px;
 	height: 110px;
 	top: 100px;
 	padding-top: 4px;
 	padding-left: 8px;
 	padding-bottom: 5px;
}
/*Interact Style*/
#interactLink {
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#container #interactLink a, #mainNav a:visited {
	color: #314e7d;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	display: inline;
}
#container #interactLink a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #314e7d;
}