/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;	}
/* remember to define focus styles! */
:focus { outline: 0;}
body { line-height: 1; color: black; background: white;}
ol, ul { list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}

/*	---	----------	--- */
/*	---	GLOBAL ELEMENTS --- */
body 
{
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: #fff;
	background: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.625em;
}
input		{ font-family: Verdana, Geneva, sans-serif; font-size: 1em;}
a			{ color: #2200cc; text-decoration: underline;}
a:hover		{ color: #2200cc;}
a:active	{ color: #2200cc;}
a:visited	{ color: #551a8b;}

/*	---	----------	--- */
/*	---	GLOBAL PAGE	--- */
#page
{
	background-image: none;
	background-color: #fff;
	background: white;
	padding: 0;
	margin: 0;
	min-height: 497px;
}
#content
{
	margin: 0 auto;	
	width: 882px;
	padding: 0 10px;
}

noscript div { background: #f2f7f9; border: 1px solid #336699; margin: 20px 0; padding: 15px }
/*	---	----------	--- */
/*	---	HEADER		--- */
#header
{
	margin: 0 auto;
	padding: 0;
	width: 902px;
	height: 115px;
}
#logo
{
	background-image: none;
	height: 30px;
	width: 452px;
	position: relative;
	top: 0px;
	display: inline-block;
	padding: 0;
	color:#000;
	text-indent:0px;
}
#slogan
{
	background-image: none;
	text-indent: 0px;
	width: 452px;
	height: 17px;
	position: relative;
	left: 0px;
	top: 0px;	
}

/*	---	----------	--- */
/*	---	SEARCH BOX	--- */
#searchbox
{
	float: right;
	margin: -10px 10px 0 0;
	width: 185px;
	height: 20px;
}
#searchbox input.text
{
	width: 124px;
	float: left;
	background-image: url(../../images/basic/textbox-bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #464547;
	padding: 2px;
}


h1 { font-size:	2.4em; color: #000; font-weight: bold; margin-bottom: 10px;}
h2 { font-size: 1.8em; color: #000; font-weight: bold; margin-bottom: 10px;}
h3 { font-size: 1.6em; color: #000; font-weight: bold; margin-bottom: 5px;}
h4 { font-size: 1.4em; color: #000; font-weight: bold; margin-bottom: 10px;}
h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 10px; text-align:justify; color:#000;}
h6 { font-size: 1em; font-weight: bold; margin-bottom: 10px; text-align:justify; color:#000;}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#searchbox,#menu { display:none;}
