/* Basic */



h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
	
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

a
{
	color: #660000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	background-color: #cccccc;
}

a:visited
{
color:#cc9999;
}

/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
}

/* Header */

#header
{
	padding: 2em 1.5em 0em 1.5em;
	height: 6em;
	width: 15em;
	float: left;
	position: relative;
	background: #AF0A0A url('images/a1.gif') top right repeat-x;
}

#header h1
{
	position: absolute;
	text-indent: 2.7em;
    	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #cc9999;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}
#header h5
{
	position: absolute;
	text-decoration: blink;
	font-size: 12pt;
}

#header h6
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 10pt
}


	
/* Menu */

#menu
{
	height: 8em;
	background: #fafafa url('images/a2.gif') top left repeat-x;
	margin-left: 18em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: relative;
	top: 3.3em;
	margin-left: 1.2em;
}

#menu li
{
	display: inline;
	padding-left: 0.8em;
	border-left: dotted 1px #848484;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	font-weight: bold;
     color: #666666;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: #AF0A0A url('images/a4.gif') bottom left repeat-x;
	color: #ffffff;
}

#menu li a:visited
{
color: #000000;
}

#set 

{ 
top: 52.8px; 
position: relative; 
visibility: visible; 
}

/* Content */

#content
{
	background: #ffffff;
	margin-top:0em;
	padding-top: 0em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}


#content h2
{
	font-size: 1.5em;
	
}

#content h3
{
	font-size: 1.1em;
}

#content h2, h3, h4
{
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	border-bottom: dotted 1px #cacaca;
}
#content h5
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.4em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}



#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

.box
{
	border-left: solid 1.4em #cacaca;
	border-right: solid 1.4em #cacaca;
	padding: 0.5em 0.5em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
	color: #000080;
	text-align: center;
  background:  url('images/snow_copy.jpg') repeat;
}


span.highlight

{
color: #663300;
background-color: #ffffcc;
}


span.inline
{
display: inline;
color: #000000;

}

span.show
{
display: inline;
color: #000000;
border-style: dotted;
border-color: red;
font-style: italic;
}

image.left

{
float: left;
margin: 0.8em;
border: none;
}

image.right

{

float:right;
margin: 0.8em;
border: none;

}

form {
margin-top:4em;

}



/* Primary Content */

#primaryContentContainer
{
 
	float: right;
	margin-left: -19em;
	width: 100%;
	
}

#primaryContent
{
 
	margin: 0em 0em 0em 18em;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}


#primaryContent ul
{

background:  url('images/a9.jpg') no-repeat;

}

#primaryContent ul.none
{
background: #ffffff;

 }



/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 15em;
     margin-top: 1.5em;
	padding: 1.5em;
}

#secondaryContent p.bold

{
background-color:#cccccc;
border:groove;
border-color:#ffffff;
color:#000000;
}

 


/*Footer */

#footer
{
	margin-top: 1.0em;
     margin-left:18em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
     position: relative;

     
}



image.wrap {

vertical-align:top;
}


.clear
{
	clear: both;
}
