/* ------------- "generic" styles */

body {
	background-image:   url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color : #99998d;
}


/* ------------- Global Nav */

#globalalign {
	margin: 0px 5px 0px 0px
}

td.globalnav {
	color: white;
	font-family: verdana, arial, helvetica;
	font-size: .6em;
	text-align: right;
	margin: 0px 5px 0px 0px
}

.globalnav a {
	color: white;
	text-decoration: none;
}

/* ------------- Main Menu styles */

#mainmenu{
padding: 0px;
width: 677px;
background-image: url(../images/menu_bg.jpg);
background-repeat:repeat-x;
}


#mainmenu ul{
font: .75em Verdana, sans-serif;
margin:0px;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0px;
list-style: none;
color: #ffffff;
background-image: url(../images/menu_bg.jpg);
}


#mainmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:none;
background-image: url(../images/menu_bg.jpg);
}

#mainmenu a{
float: left;
display: block;
color: white;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 0px;
background-image: url(../images/menu_bg.jpg);
}

#mainmenu a:hover{
background-image: url(../images/activemenu.jpg);
color: #000000;
font-weight: bold;}



#mainmenu #current a{ /*currently selected tab*/
background-image: url(../images/activemenu.jpg);
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;}

#mainmenuline {
background-image: url(../images/menu_bg.jpg);
line-height:24px;
}

/* IE6 Only */
* html #mainmenuline {
visibility:hidden;
}

/* IE7 Only */
*:first-child+html #mainmenuline {
visibility:hidden;
}


/* ------------- content styles */

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 1.25em;
	color: black;
}

h2 {
	font-family: verdana, arial, helvetica;
	font-size: 1.20em;
	color: black;
}

h3 {
	font-family: verdana, arial, helvetica;
	font-size: 1em;
	color: black;
}


#maintext {
	font-family: verdana, arial, helvetica;
	font-size: .8em;
	text-align: left;
	color: black;
	margin-right: 10px;
	margin-top: 20px;

}

/* IE6 Only */
* html #maintext {
	font-family: verdana, arial, helvetica;
	font-size: 0.8em;
	text-align: left;
	color: black;
	margin-right:10px;
	margin-top:5px;


}

/* IE7 Only */
*:first-child+html #maintext {
	font-family: verdana, arial, helvetica;
	font-size: 0.8em;
	text-align: left;
	color: black;
	margin-right: 10px;
	margin-top:5px;

}

#spacer {
	margin-bottom: 1px;
}
	
#spacer2 {
	margin-left: 10px;
}
	

#maintext a {
	color: #475D46;
	text-decoration: underline;
}

#maintext a:hover {
	color: #475D46;
	text-decoration: none;
}
#maintext a:visited {
	color:#60C;
	text-decoration: underline;
}

td.mainbg {
	
	background-image:  url(/images/bg_sketch03.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f6f5f3;
}
	
/* ------------- Related Content Boxes */

#module {
	margin: 0px 0px 200px 0px;
}

#moduletext {
	color: black;
	margin: .25em;
	font-family: verdana, arial, helvetica;
	font-size: .7em;
	text-align: left;
	background: #dbe0d7;
}

#moduletext a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#adobetext {
	font-family: verdana, arial, helvetica;
	font-size: .7em;
	color: black;
	padding-top: 6px;
}

#adobetext a {
	color: #475D46;
	text-decoration: underline;
}

#adobecontainer {
	width: 375px;
	margin-left: 30%;
	margin-top: 5%;
	font-size: 0.9em;
}

/* IE6 Only */
* html #adobecontainer {
	width: 375px;
	margin-left: 50%;
	margin-top: 10%;
}

/* IE7 Only */
*:first-child+html #adobecontainer {
	width: 375px;
	margin-left: 50%;
	margin-top: 10%;
}

/* ------------- footer styles */

#footer {
	color: black;
	font-family: verdana, arial, helvetica;
	font-size: 0.6em;
	text-align: center;
	background: #c9c9c9;
	padding: 5px;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer2 {
	color: black;
	font-family: verdana, arial, helvetica;
	font-size: 0.6em;
	text-align: center;
	background: #ecebeb;
	padding: 5px;
}

#footer2 a {
	color: black;
	text-decoration: none;
}.disclaimer {
	font-size: 10px;
}

