@charset "UTF-8";

* { margin: 0; padding: 0; border-collapse: collapse; }

body { background-color: #eeeeee; font-family: Verdana, Tahoma, sans-serif; font-size: 13px; line-height: 17px; letter-spacing: 0.9px; color: #333333; }

a, a:link, a:visited { color: #666699; text-decoration: none; } 
a:hover { color: #CCB558; } /* gold */

img { border: none; }

h1 { margin: 2px 0 10px 0;}
p { margin: 2px 0 10px 0;}
i { font-style: italic; }
em { font-weight: 600; font-style: italic;  } 

blockquote {  margin: 0 0 10px 10px;}


.white { color: #FFFFFF; }
.black { color: #000000; }
.grey { color: #bbbbbb; }
.light-red { color: #D4B9B9; }
.gold { color: #CCB558; }

#content-container { 
	display: block;
	width: 780px;
	margin: 30px auto;
	background-color: #FFFFFF;
	border: 20px solid #999999;
}


input[type=text] {
	padding: 1px 0 1px 2px;
	margin: 0 0 0 15px;
	border: 1px solid #aaaaaa;
	width: 215px;
	height: 18px;
}

select {
	padding: 1px 0 1px 2px;
	margin: 0 0 0 15px;
	border: 1px solid #aaaaaa;
	width: 218px;
	height: 22px;
}

textarea {
	padding: 1px 0 1px 2px;
	margin: 0 0 0 15px;
	border: 1px solid #aaaaaa;
	width: 230px;
	height: 150px;
	overflow: auto;
}

.comments2 {
	display: none;
}

#navcontainer

{

margin: 0;

padding: 0 0 0 12px;

}



#navcontainer UL

{

list-style: none;

font-family: verdana, arial, Helvetica, sans-serif;

font-size: .9em;



margin: 0;

padding: 0;

border: none;

}



#navcontainer LI

{

display: block;

margin: 0;

padding: 0;

float: left;

width: auto;

}



#navcontainer A

{

color: #444;

display: block;

width: auto;

text-decoration: none;

background: #DDDDDD;

margin: 0;

padding: 2px 10px;

border-left: 1px solid #fff;

border-top: 1px solid #fff;

border-right: 1px solid #aaa;

}



#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }



#navcontainer A.active:link, #navcontainer A.active:visited

{

position: relative;

z-index: 102;

background: #BBBBBB;

font-weight: bold;

font-size: .7em;



}



#subnav

{

position: relative;

top: -1px;

z-index: 101;

margin: 0;

padding: 0px 0 3px 0;

background: #BBBBBB;

border-top: 1px solid #fff;

border-bottom: 1px solid #aaa;

}



#subnav UL

{

list-style: none;

margin: 1px 0 0px 13px;

padding: 0px;

border-right: 1px solid #fff;

border-left: 1px solid #aaa;

}



#subnav LI

{

position: relative;

z-index: 102;

display: block;

margin: 0;

padding: 0;

float: left;

width: auto;

}



#subnav A

{

color: #fff;

display: block;

width: auto;

text-decoration: none;

margin: 0;

padding: 2px 12px 2px 10px;

}



#subnav A:hover, #subnav A:active { color: #444; }

#subnav A.active:link, #subnav A.active:visited { color: #444; }

#subnav BR, #navcontainer BR { clear: both; }

.form {

	border: thin solid #dcdcdc;

	font-family: Verdana;

	font-size: x-small;

	color: #666699;

	font-weight: normal;





}

.submit {

	font-family: Verdana;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #666699;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: outset;

	border-right-style: outset;

	border-bottom-style: outset;

	border-left-style: outset;

	border-top-color: #dcdcdc;

	border-right-color: #FFFFFF;

	border-bottom-color: #FFFFFF;

	border-left-color: #FFFFFF;



}
