/** Common Styles */

body {
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #1E86AD;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(images/bg.jpg);
	
	
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

#header {
	background-image: url(images/plotter1024last.jpg);
	height: 210px;
	width: 1024px;
}




/** Style for menu starts here */

#menu {
	width: 1024px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #016194;
	background-image: url(images/menubar1.jpg);
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	background-color: #FFFFFF;
	width: 1024px;
	padding: 5px;
	width:1024px;
	margin: auto;
}
}

/** Style for content starts here */


#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC;
	margin-top: 20px;
}

#left {
	float: left;
	width: 625px;
	padding-left: 20px;
	margin-bottom: 0px;
	margin-right: 15px;
	
}

#left .post {
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#right {
	width: 340px;
	padding-right: 5px;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	font-style: normal;
	margin-top: 20px;
	float: left;
	list-style-type: none;
	padding-left: 15px;
	color: #000000;
	
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 1024px;
	height: 30px;
	padding-top: 13px;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
	background-color: #016194;
	background-image: url(images/menubar1.jpg);
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 10px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 10px;
	text-align: center;
}

