/*

(Give credit where credit is due):

Style Stripping CSS by  Eric Meyer of http://meyerweb.com
Original CSS layout created by Keith Donegan of www.Code-Sucks.com

	  
*/

/* Strip all style from the page */

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;
}

:focus /* remember to define focus styles! */
{
	outline: 0;
}

html
{
	height: 100%;
	margin-bottom: 1px; /* forces vertical scrollbar in Firefox */
}

body
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul
{
	/* list-style: none; */
}

table /* tables still need 'cellspacing="0"' in the markup */
{
	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: "" "";
}



/* Now for the layout */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*background: #8da9a9;*/
	background: #8da9a9 url('../image/bg.gif') repeat left top;
	text-align: justify;
	
	min-height: 565px;
	min-width: 930px;
}

#wrapper
{
	/* margin: 15px auto; */
	padding: 0 0 1px 0;
	width: 926px;
	background: white;
	
	position: absolute;
	
	left: 50%;
	margin-left: -466px;
	
	top: 50%;
	margin-top: -280px;
	
	border: solid 2px #AaB9B9;
}

#header
{
	color: #FFF;
	width: 920px;
	float: left;
	text-align: right;
	padding: 0px;
	height: 99px;
	margin: 3px 3px 0px 3px;
	background: #739595;
	
}

#links
{
	float: left;
	color: #FFF;
	width: 840px;
	margin: 1px 3px 0px 3px;
	padding: 0px 40px;
	background: #739595;
}


#links a
{
	font-family: "Garamond" "Times New Roman"  "Sans-Serif";
	font-size: 12px;
	font-weight: bold;
	
	text-align:	center;
	text-transform: uppercase;
	text-decoration: none;
	
	display: block;
	float: left;
	height: 18px;
	width: 135px;
	padding: 7px 0px 0px 0px;
	
	color: #fff;
	background-color: #739595;
}

#links a.selected
{
	color: #637676;
	background-color: #fff;
	cursor: default;
}

#links a:hover
{
	color: #637676;
	background-color: #fff;
}




#crossrow
{
	width: 884px;
	float: left;
	text-align: center;
	vertical-align: middle;
}


#leftcolumn, #leftmiddle, #rightmiddle, #rightcolumn
{
	padding: 10px;
	float: left;
}


#footer
{
	width: 908px;
	clear: both;
	background: #739595;
	margin: 0px 3px 2px 3px;
	padding: 6px;
	
	color: #fff;
	text-align: center;
	font-size: 10px;
}





/* And all the other styles */

#crossrow p
{
	font-family: "Garamond" "Times New Roman"  "Sans-Serif";
	color: #3a3a3a;
	line-height: 25px;
	font-size: 22px;
	font-weight: bold;
}

#footer a
{
	color: #fff;
}

h3
{
	color: #333;
	font-family: "Garamond" "Times New Roman"  "Sans-Serif";
	font-size: 17px;
	font-weight: bold;
	
	margin-bottom: 3px;
}

h4
{
	color: #333;
	font-size: 11px;
	font-weight: bold;
	
	margin-bottom: 3px;
	margin-top: 12px;
}

p
{
	color: #3a3a3a;
	line-height: 16px;
	font-size: 11px;
	margin-bottom: 12px;
}


ul
{
	display: block;
	margin-left: 0px;
}

ul li
{
	color: #3a3a3a;
	line-height: 16px;
	font-size: 11px;
	display: list-item;
	list-style-type: circle;
	list-style-position: outside;
}


ol
{
	display: block;
	margin-left: 10px;
}

ol li
{
	color: #3a3a3a;
	line-height: 16px;
	font-size: 11px;
	display: list-item;
	list-style-type: decimal;	
}


p a
{
	color: #3a3a3a;
}

p a:visited
{
	color: #3a3a3a;
}

p a:hover
{
	color: #111;
}

em
{
	color: #773333;
}

strong
{
	font-weight: bold;
}

.bigger
{
	font-size: 12px;
}
