﻿@import url("layout.css");
body {
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000099;
	background-image: url('../../images/background/Dells-Mill-V8.jpg');
}
#container {
	width: 1024px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url('../../images/background/white-trans-background-1024.png');
}
#masthead {
	background-position: center top;
	text-align: right;
	width: 1024px;
	overflow: auto;
	background-color: transparent;
	background-image: url('../../images/logos/Dells-Mill-Logo-04.png');
	background-repeat: no-repeat;
	height: 210px;
}
#navtop {
	float: left;
	width: 1024px;
	background-color: transparent;
	position: relative;
	padding: 0;
	clear: both;
	display: inline;
	height: 50px;
	background-color: transparent;
}
/*#sidebar {
	float: left;
	width: 154px;
	background-color: transparent;
	position: relative;
	clear: both;
	display: inline;
}*/
#content {
	float: left;
	width: 997px;
	padding: 10px 15px 15px 15px;
	overflow: auto;
	background-color: transparent;
	margin-top: 20px;
	position: relative;
}

#img {
	margin-right:auto;
	margin-left:auto;
	border: 0;
}

#content img {
/*	margin: 0px auto 0px auto;*/
	margin-left:auto;
	margin-right:auto;
/*	display: block; 
	float:none; */
}

/*#column_right {
	float: right;
	width: 230px;
	vertical-align: top;
	padding-top: 0px;
}*/
#footer {
	clear: both;
	width: 1024px;
	background-color: transparent;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
/*#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9; 
}*/
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
#navtop ul /* 01 */{
	background-color: #660000;
	padding: 1px;
	height: 20px;
	width:990px;
	text-align: center;
	float: left;
	color: #FFFFFF;
}
#navtop ul li /* 02 */{
	border-style: none;
	border-width: medium;
	background-position: left;
	display: inline;
	float: left;
	width: 178px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	height: 20px;
	background-color: transparent;
}
/* Horizontal Navigation Line item 03 */
#navtop ul li a {
	color: #FFFFFF;
	line-height: 20px;
	width: 170px;
	display: block;
	padding-left: 2px;
}
#navtop ul li a:hover /* 04 */ {
	background-position: left top;
	background-color: #660000;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	font-size: 8pt;
	text-align: center;
	
}
/* Horizontal Navigation Bar Alpha* 05 */
#navtop ul li ul{
	visibility: hidden;
	height: 20px;
	background-color: #660000;
	color: #FFFFFF;
	width:160px;
}
/* 06 */
#navtop ul li ul li {
	float: left;
	color: #FFFFFF;
	width: 170px;
}

/* Horizontal Navigation Bar Alpha Hover Over*/

#navtop /* 07 */
ul li a:hover {
	background-position: left top;
	background-color: #660000;
	background-repeat: no-repeat;
	color: #FFFFFF;
	
}

/* Horizontal Navigation Sub menu item*/
#navtop /* 08 */
ul li ul li a {
	background-color: #660000;
	text-align: none;
	background-repeat: no-repeat;
	font-size: 10pt;
	color: #FFFFFF;
	width:160px;
}

/* Horizontal Navigation Sub menu item hover over*/
#navtop /* 09 */
ul li ul li a:hover {
	background-position: left top;
	background-color: #660000;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	font-size: 8pt;
	text-align: center;
	width:160px;
}
/* Horizontal Navigation Hover over top menu item for dropdown */

#navtop /* 10 */
ul li:hover ul {
	visibility: inherit;
	color: #009933;
	
}

h1 {
	text-align:center;
	font-size:x-large;
}
a {
	color: #04b;
	text-decoration: underline;
}
ver {
	color: maroon;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
