/*
*********************************************************************
Language:       CSS 2.1
Web Site:       http://www.juntainc.org/
File Path:      /css/
Copyright:      ©2005 Axon Design and Marketing (www.axondm.com)
Created:        2005-11-02 12:10:43
Created by:     Michael DeSouza
*********************************************************************
*******************************************************************************
NOTES:
This document contains styles which are compatible with CSS-1
and higher compliant web browsers.
*******************************************************************************
*/
/*
*******************************************************************************
RESOURCES
Common Font Sets:
	Sans-Serif1: Verdana, 'Bitstream Vera Sans', sans-serif
	Sans-Serif2: 'Lucida Grande', 'Lucida Sans', sans-serif
	Sans-Serif3: Helvetica, 'Helvetica Neue', Arial, sans-serif
	Sans-Serif4: 'Trebuchet MS', Trebuchet, sans-serif
	Sans-Serif5: 'Arial Black', Impact, 'Bitstream Vera Sans', sans-serif
	Serif1:      Georgia, 'Bitstream Vera Serif', serif
	Serif2:      'Times New Roman', Times, serif
	Monospace1:  'Courier New', Courier, monospace
	Monospace2:  Monaco, 'Lucida Mono', 'Bitstream Vera Mono', monospace
	Script1:     'Comic Sans MS', 'Comic Sans', cursive
	Script2:     'Brush Script MT', 'Brush Script', cursive
	Script3:     Zapfino, 'Lucida Calligraphy', cursive
	
*******************************************************************************
*/
/*
*******************************************************************************
BEGIN: ELEMENTS
*******************************************************************************
*/
html, body {
	margin: 0;
	padding: 0;
	background-color: #990;
	}

body {
	position: relative;
	margin: 0px auto;
	width: 680px;
	background-color: #FFE;
	padding: 10px;
}

body, p, blockquote, address, table, li, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	color: #444;
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	}

div {margin: 0;}

blockquote {
	border-left: 4px solid #DDD;
	padding-left: 1em;
	}

h1 {display:none;}
h2 {font-size: 20px;}

h3 {	
	font-size: 16px;
	color: #700;
	}

h4 {
	font-size: 12px;
	color: #700;
	margin-bottom: 0px;
	}

h5 {font-size: 10px;}

hr {
	height: 1px;
	border: 0;
	color: #666;
	background-color: #666;
	}


/*
*********************************************************************
BEGIN: TABLES
*********************************************************************
*/
caption {
	font-size: 10px;
	text-align: left;
	border: 1px solid #CCC;
	}

td {vertical-align: top;}

/*
*********************************************************************
END: TABLES
*********************************************************************
*/
/*
*********************************************************************
BEGIN: LISTS
*********************************************************************
*/
ul {
	line-height: 1.75em;
}
li {
	color: #FFE;
}

dt {
	margin-left: 1em;
	font-style: italic;
	}
dt:before {content: "\B7\A0";}
/*
*********************************************************************
END: LISTS
*********************************************************************
*/
/*
*********************************************************************
BEGIN: FORMS
*********************************************************************
*/
form {margin: 0 auto 0 auto;}
fieldset {
	margin-bottom: 1.75em;
	border: 1px solid #CCC;
	padding: 1em;
}
legend {padding: 4px;}
label, legend {font-weight: bold;}
/* LABEL ALTERNATIVE:
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
 */
br + input, br + select, br + textarea {margin-top: 5px;}
/*
*********************************************************************
END: FORMS
*********************************************************************
*/

a {color: #00F;} 
a:visited {color: #00C;} 
a img, a object {border-style: none;}
img[usemap] {border-style: none;}

acronym, abbr {
	font-style: normal;
	text-decoration: underline;
	}
abbr:hover, acronym:hover {cursor: help;}
cite:hover, abbr:hover, acronym:hover {background-color: #FFE;}

q {font-style: italic;}
q:before {content: "\201C";}
q:after {content: "\201D";}
/*
*******************************************************************************
END: ELEMENTS
*******************************************************************************
*/



