/* Browser Reset*/
@import url("reset.css");

/* Primary Styles */
body{
	background: #FFF;
	color: #000;
	font: 1em Tahoma, Geneva, Verdana, Sans, sans-serif;
	margin: .5in;
	}
	
a{
	color: #000;
	text-decoration: underline;
	}
	
strong{ font-weight: bold; }
em{ font-style: italic; }
	
#topNav, #navBar, #footer{
	display: none;
	}
	
h1{ 
	margin: 0 0 .5em 0;
	letter-spacing: 2px;
	font-size: x-large;
	text-transform: uppercase;
	}

h2{
	font-size: large;
	letter-spacing: 2px;
	margin-bottom: .5em;
	}
	
h3{
	margin-bottom: 1em;
	font-size: small;
	font-weight: bold;
	}

h4{
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 1em;
	}

#content ul{ 
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 1em; 
	}

#content li{
	font-size: small;
	line-height: 16px;
	margin: .5em;
	}

p{
	font-size: small;
	line-height: 150%;
	margin-bottom: 1em;
	text-align: justify;
	}

blockquote{
	border-left: 2px solid #ccc;	
	margin-left: 1em;
	padding-left: 1em;
	}
	
blockquote p{
	color: #000;
	font: large Georgia, Palatino, Times, serif;
	line-height: 125%;
	margin: 1em;
	}
	
code, pre{	font: small "Courier New", Courier, monospace;	}
	
code{ 
	display: inline; 
	padding: 2px;
	}

pre{
	display: block;
	line-height: 125%;
	margin-bottom: 1em;
	padding: .5em;
	white-space: pre;
 	}
 	
 th{
 	font-size: x-small;
 	font-weight: bold;
 	padding: .5em;
 	}
 	
 td{
 	border-bottom: 1px solid #ccc;
 	font-size: small;
 	padding: 1em .5em;
 	}
 	
 td.highlight{ 
 	font-size: x-small;
 	font-weight: bold;
  	}
  	
 td.name{
 	font-weight: bold;
 	text-transform: uppercase;
 	}

/* Dialogs */
div.info, div.warning, div.error, div.help{
	background: no-repeat 10px center;
	border: 1px solid #ccc;
	line-height: 125%;
	margin-bottom: 1em;
	font-size: small;
	padding: 20px;
	}
	
/* Header */
#header{ margin: 20px 10px; }
	
/* Masthead */
#masthead .left{
	font-size: x-large;
	line-height: 200%;
	margin-top: .5em;
	}
	
#masthead .right{
	font-style: italic;
	margin: 10px 0 30px 0;
	}
	
#masthead p{ line-height: 200%; }
	
/* Content Area */
#content{
	margin: 10px;
	}