﻿/*-----------------------Begin the wipe -------------------------*/
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: "" "";
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}


ol {
	list-style: none;
}


q:after {
	content: "";
}


q:before {
	content: "";
}


blockquote:after {
	content: "";
}


blockquote:before {
	content: "";
}

q {
	quotes: "" "";
}

blockquote {
	quotes: "" "";
}

/* ------- end to the wipe ---------------------------------------------*/

body
	{
		background-color: #CCCCCC;
		background: #FFFFFF url(../images/wrapper.gif) repeat-x;
		text-align: center;
	    font-family: Calibri, Arial, Helvetica, sans-serif;
		font-size: .75em;
	}

a {text-decoration:none;}

a:link 
    {
		color: #555555;
	}
    
a:visited 
    {
	  	color: #555555;
    }
     
a:hover 
    {
  		color: #555555;
    }
    
a:active
	{
		color: #555555;
	}

.itals
	{
		font-style: italic;
	}
	
/*----------------------WRAPPER--------------------------*/  

#wrapper
	{
		width: 850px;
		margin: 20px auto 0 auto;
		padding: 15px 25px 15px 25px;
	}
	
/*------------------END WRAPPER--------------------------*/  

/*-----------------CONTENT WRAPPER-----------------------*/

#contentwrapper /* to hold shadows */
	{
		width: 808px;
		margin: 20px auto 0 auto;
		background: #CCCCCC url(../images/vertshadow.gif) repeat-y;
	}

#topshadow
	{
		width: 808px;
		height: 6px;
		margin: 0 auto 0 auto;
		background: #CCCCCC url(../images/topshadow.gif) repeat-x;
	}

.shadowLeft
	{
		float: left;
	}
	
.shadowRight
	{
		float: right;
	}
	
#bottomshadow
	{
		width: 808px;
		height: 6px;
		margin: 0 auto 0 auto;
		background: #CCCCCC url(../images/bottomshadow.gif) repeat-x;
	}

/*---------------END CONTENT WRAPPER-----------------------*/

/* -----------MENU BAR-----------------------*/

#menubar
{
	font-family: Verdana, Arial, Sans-Serif;
}

#menubar a:link
{
	color: #FFFFFF;
}

#menubar a:visited
{
	color: #FFFFFF;
}

#menubar a:hover
{
	color: #555555;
}

#menubar a:active
{
	color: #FFFFFF;
}

/* -----------END MENU BAR-------------------*/

/*-------------------FOOTER----------------------------*/

#footer
	{
		clear: both;
		width: 100%;
		min-height: 25px;
		margin: 0 0 0 0;
		padding: 10px 0px;
		background: #FFFFFF url(../images/footer.gif) repeat-x;
		line-height: 1.35em;
	}
	
/*-------------------END FOOTER------------------------*/

.clearboth
	{
		clear: both;
	}

.invisible
	{
		display: none;
	}
