@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .1em;
	margin: 0 auto;
	background-color: #eeeee8;
	color: #333;
}
hr {
	width: 100%;
	border: 1px dotted #6C0000;
}
h1 {
	font-size: 16px;
	letter-spacing: -1px;
}
h1 a, h1 a:link, h1 a:visited {
	color: #333;
	text-decoration: none;
}
h1 a:hover {
	color: #555;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	color: #fff;
	background-color: #999999;
}
h3 {
	font-size: 15px;
	color: #6C0000;
}
h4 {
	font-size: 14px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	padding: .5em 1em;
	margin: .5em 0;
}
a, a:link, a:visited {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
img {
	border: none;
}


#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
}
#main {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0px;
}

/*header*/
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
}
#header {
	width: 740px;
	padding: 80px 20px 40px 20px;
	text-align: right;
	border: none;
	border-bottom: 3px dotted #6C0000;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header li {
	display: inline;
}
#header a {
	padding: 10px;
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
#header a:link, #header a:visited {
	color: #6C0000;
	text-decoration: none;
}
#header a:hover {
	color: #990000;
	text-decoration: underline;
}

/*sidebar*/
#sidebar {
	width: 180px;
	padding: 10px;
	margin-bottom: 15px;
	float: left;
	border-right: 3px dotted #6C0000;
}
#sidebar ul {
	margin: 20px 0;
	padding: 10px 0;
	list-style-type: none;
}
#sidebar a {
	display: block;
	width: 160px;
	margin: 10px 0;
	padding: 10px;
	color: #6C0000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border: 1px dotted #6C0000;
	border-left: none;
	border-right: none;
}
#sidebar a img {
	border: none;
}
#sidebar a:link, #sidebar a:visited {
	color: #6C0000;
	text-decoration: none;
	background-color: #eeeee8;
}
#sidebar a:hover {
	color: #fff;
	background-color: #999;
}

/*main-content*/
#main-content {	
	width: 530px;
	padding: 10px;
	float: right;
	background-color: #eeeee8;
	/*background-image: url(images/laptop.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}
#tech-tips a, #tech-tips a:link, #tech-tips a:visited {
	color: #6C0000;
	font-weight: bold;
}
#tech-tips h1 a, #tech-tips h1 a:link, #tech-tips h1 a:visited {
	color: #333;
	text-decoration: none;
}
#tech-tips h1 a:hover {
	color: #555;
	text-decoration: none;
}


/*footer*/
#footer {
	width: 780px;
	margin: 0;
	padding: 5px 0;
	float: none;
	clear: both;
	text-align: center;
	font-size: 11px;
	border-top: 3px dotted #6C0000;
}

/*classes*/
.justified {
	text-align: justify;
}
.bigBold {
	font-size: 16px;
	font-weight: bold;
}
.leftAlign {
	text-align: left;
}
.small {
	font-size: 10px;
}
.superscript {
	vertical-align: super;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mono {
	font-family:"Courier New", Courier, monospace;
}
.marginLeft {
	margin-left: 15px;
}

