
body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      transparent url('images/base/bg.png') top left repeat;
	font-family:     'tahoma', arial, tahoma, sans-serif;
}

#container
{
	margin:          0 auto;
	width:           683px;
	position:        relative;
	background:      transparent url('images/base/containerbg.png') top left repeat-y;
}

#header
{
	margin:          0 auto;
	width:           640px;
	height:          96px;
	background:      transparent url('images/base/header.jpg') top left no-repeat;
}

.headtitle
{
	position:        relative;
	font-family:     'tahoma', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #6699ff;
	top:             8px;
	left:            12px;
}

#menu
{
	margin:          0 20px;
	height:          29px;
	background:      #999999 !important;
	background:      #99ccff;
	padding:         5px 0;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('images/base/menuoff.png') top left repeat-x;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #0066cc;	
	padding:         13px 7px 15px 7px;
	font-size:       1em;
	background:      transparent url('images/base/menuoff.png') center left repeat-x;
	font-family:     'tahoma', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background:      transparent url('images/base/menuon.png') center left repeat-x;
	color:           #ffffff;
}

#roundedheader
{
	width:           640px;
	height:          18px;
	margin:          0 auto;
	background:      transparent url('images/base/belowheader.png') top left no-repeat;
}

#content
{
	min-height:      390px;
	width:           640px;
	margin:          0 auto;
	background:      transparent url('images/base/contentbg.png') top left repeat-y;
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           355px;
}

#insidecontent p
{
	margin:          0;
	color:           #666666;
	font-family:     'tahoma', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     170%;
}

#insidecontent td
{
	color:           #666666;
	font-family:     'tahoma', 'franklin gothic medium', sans-serif;
	font-size:       0.9em;
	line-height:     100%;
}

#insidecontent a:link, #insidecontent a:active, #insidecontent a:visited
{
	text-decoration: underline;
	color:           #000066;
}

#insidecontent a:hover
{
	text-decoration: none;
}

#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	background:      #f6f6f6;
}

#sidebar p
{
	margin:          0;
	color:           #0066cc;
	font-family:     'tahoma', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	line-height:     170%;
}

#sidebar li
{
	color:           #0066cc;
	font-family:     'tahoma', 'franklin gothic medium', sans-serif;
	font-size:       0.8em;
	line-height:     100%;
}


#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #000066;
}

#sidebar a:hover
{
	text-decoration: none;
}

#roundedfooter
{
	width:           640px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('images/base/abovefooter.png') top left no-repeat;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color:           #ECECEC;
	font-size:       3.2em;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            2em;
	font-size:       1.8em;
	font-weight:     normal;
	color:           #0066cc;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #0066cc;
}

#footer
{
	margin:          0 auto;
	width:           641px;
	height:          39px;
	background:      transparent url('images/base/footer.png') top left repeat-x;
}

#footer a:link, #footer a:active, #footer a:visited
{
	text-decoration: underline;
	color:           #000099;
}

#footer a:hover
{
	text-decoration: none;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'tahoma', 'franklin gothic medium', sans-serif;
	font-size:       1.0em;
	padding:         10px;
	color:           #ffffff;
}