
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(gfx/ImagineGraphicDesign2.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}


h1, h2, h3, {
	margin: 0;
	color: #000099;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #0B2F87;	
}

h3 {
	margin-bottom: 1em;
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #135CC6;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; 
	text-decoration: underline;
	color: #135CC6;
}

a:hover {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; 
	text-decoration: underline;
	color: #D08D25;
}

img {
	border: none;
}


/* Header */

#header {
	width: 800px;
	height: 160px;
	margin: 0 auto;
	background: url(gfx/ImagineGraphicDesign.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 65px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 3;
	padding: 10px 20px 20px 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 4px;
/*	text-transform: uppercase; */
	text-decoration: none;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold; 
	color: #0091E6;
}

#topmenu a:hover {
	text-decoration: underline
}


#menu {
	width: 800px;
	height: 10px;
	margin-top: 60px;
	float: right;
}

#menu ul {
	margin-top: 100;
/*	list-style: none; */
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 10px;
	padding: 5px 10px 0 20px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0091E6;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0;
}

/* Content > Main */

#main {
	float: left;
	width: 800px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 0px 0px 3px 3px;
	border-bottom: 1px solid #CCCCCC;
	background: #2F4C98;
}

#subpage {
	float: left;
	width: 800px;
}

#subpagebody {
	margin: 0 0 3em 0;
	padding: 5px 50px 10px 50px;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#subpagetitle {
	text-decoration: none;
	font-weight: bold;
font: x-small Verdana, Arial, Helvetica, sans-serif;
color: #271E9F;	
}


/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}


/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/img09.gif) no-repeat left center;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}



