/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      01/03/07
author:    [your name]
email:     [you at domain dot com]

website:   [your domain]

version history: [location of file]
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, blockquote, th, td {
margin:0pt;
padding:0pt;
border: 0;
}
/*
* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}
*/

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(/images/background.png) repeat;
	color: #000000;	
	text-align:center;
	background-color:#001d00;
}



#wrapper
	{ 
	width: 900px; /* Set page width here - you can also use percentage */
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	margin-top:10px; 
	background-color:#ffffff;
	border:1px black solid;
}

.padThree {
padding:3px;
}
.padSix {
padding:6px;
}
.padNine {
padding:9px;
}
.smalltext{
font-size:10px;
}
.BorderMedDark{
border-left:3px #003300 solid;


}
.BorderMedDarkRight{
border-right:3px #003300 solid;


}
.white{
color:#FFFFFF;
}
/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 18px; 
}
	
h2
	{
	font-size: 16px; 
}
	
h3
	{
	font-size: 14px; 
}
	
h4
	{
	font-size: 12px; 
}
	
h5
	{
	font-size: 11px; 
}
	
p, q, cite
	{
	font-size: 1.2em;
}

ul, ol, dl
	{
	list-style: none;
	font-size: 12px; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 12px; /* Equivalent to 12pt */	
}

/* Links */

a:link {
	color: #0000FF;
	
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color:#FFFFFF;

	text-decoration:none;
	}

a.nav:visited {
	color: #FFFFFF;
	
	text-decoration:none;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration:underline;

}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Header
-----------------------------------------------------------------------------*/

.rightWindowBG
	{
border-left:3px #003300 solid;
border-top:3px #003300 solid;
background-color:#CCCCCC;
	
}
.navBG
	{
background-image:url(../images/navBG.jpg);
background-repeat:repeat-x;
background-position: left top;
}
.footerBG
	{
background-image:url(../images/footerBG.jpg);
background-repeat:repeat-x;
background-position: left top;
}
	{
background-image:url(../images/navBG.jpg);
background-repeat:repeat-x;
background-position: left top;
}

/* Navigation
-----------------------------------------------------------------------------*/



/* Footer
-----------------------------------------------------------------------------*/
.footer{
background-color:#003301;

}

/* Homepage
-----------------------------------------------------------------------------*/



/* Your template
-----------------------------------------------------------------------------*/


/* Forms
-----------------------------------------------------------------------------*/



input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}


/* Tables 
-----------------------------------------------------------------------------*/




td 
	
	{
  	text-align: left;
	font-weight: normal;
}














