/* CSS Document */

/*
The Color Code
 Colors for Syntax Highlighting mode.  Anything that's acceptable in
 <span style="color: ???????"> would work.
highlight.string  = #DD0000
highlight.comment = #FF9900
highlight.keyword = #007700
highlight.bg      = #FFFFFF
highlight.default = #0000BB
highlight.html    = #000000
*/

body,h1,h2,h3,h4,h5,h6,h7,p,div,fieldset,ul,li
{
	padding: 0px;
	margin:0px;
}

body
{
	font-family:"Courier New", Courier, monospace;
}

h2
{
	padding-bottom: 10px;
	padding-top: 10px;
	color: #DD0000;
}

p
{
	padding: 5px;
	padding-bottom: 15px;
}

em
{
	color: #007700;
}

ul
{
	position:relative;
}

li
{
	margin-left: 20px;
}

strong
{
	color: #FF00FF;
}

#overall
{
	width: 100%;
	min-width: 800px;
	position: relative;
}

#banner
{
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	width: 800px;
	height: 93px;
	background-image: url(../images/webdev_head.png);
}

#banner h1
{
	visibility: hidden;
}

#navbar
{
	width: 97%;
	min-width: 780px;
	height: 55px;
	background-image: url(../images/nav_fade.png);
	background-repeat:repeat-x;
	color: white;
	position: relative;
}

#navend
{
	height: 55px;
	width:27.5px;
	background: url(../images/nav_end.png);
	background-repeat:no-repeat;
	background-position:right;
	position: absolute;
	top: 0px;
	right: -25px;
}

#navtext
{
	padding-top: 18px;
	padding-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	font-size-adjust:none;
	font-weight: 600;
}

#navtext a
{
	text-decoration:none;
	color: white;
}

#navtext a:hover
{
	text-decoration:underline;
}

#content
{
	width: 97%;
	min-width: 780px;
	padding-bottom: 5px;
	margin-right: 25px;
	border-bottom-color: #0557a8;
	border-bottom-style: solid;
}

#content a
{
	color: #0557a8;
}

#footer
{
	width: 97%;
	margin-left: 5px;
}

#footer *
{
	display: inline;
	vertical-align: middle;
}

#footer p
{
	font-size:smaller;
}

#footer a
{
	color: #0557a8;
/*	color: #007700;*/
}

#left
{
	display:table-cell;
	float:left;
	width: 200px;
	margin: 10px;
	font-size: smaller;
}

#left ul, #left li
{
	list-style: none;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
}

#left li li
{
	font-size: smaller;
	margin-left: 10px;
}

/*#newsbox
{
	font-size: x-small;
}*/

#left fieldset
{
	margin-top: 5px;
	border: thin;
	border-style: solid;
	border-color: #0557a8;
	border-bottom-width:thick;
	border-right-width:thick;
}

#left fieldset legend
{
	background-color: #0557a8;
	color: white;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}

#left fieldset div
{
	margin: 3px;
}

#left a
{
	text-decoration: none;
}
#left a:hover
{
	text-decoration:underline;
}

#right
{
	display:table-cell;
}

#right ul
{
	margin-left: 20px;
}