body {
	background-image:url(../images/bkgd_body.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0;
	padding:0;
	color:#e1e1e1;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:90%;
}

h1 {
	font-size:155%;
	font-weight:normal;
	color:#085D92;
}

h2 {
	font-size:135%;
	font-weight:normal;
	color:#fff;
	margin:2px 0;
	padding:2px 0;
}

h3 {
	font-size:118%;
	font-style:italic;
	color:#F55D1E;
	font-weight:normal;
}

h4 {
	font-size:118%;
	font-weight:normal;
	color:#fff;
	margin:2px 0;
	padding:2px 0;
}

a {
	color:#FFFF00;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	background-image:url(../images/bkgd_content.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:819px;
}

#content {
	line-height:1.5em;
	padding:10px;
	margin:0;
}

.tableWidth {
	width:100%;
	background-image:url(../images/bkgd_content_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.forums {
	background:url(../images/bkgd_forums.jpg) bottom no-repeat;
	font-size:11px;
	line-height:normal;
}

.forums div {
	width: 150px;
	text-align:left;
}


.events {
	background:url(../images/bkgd_events.jpg) bottom no-repeat;
	font-size:11px;
	line-height:normal;
}

.events div {
	width: 150px;
	text-align:left;
}

.resources {
	background:url(../images/bkgd_resources.jpg) bottom no-repeat;
	font-size:11px;
	line-height:normal;
}

.resources div {
	width: 150px;
	text-align:left;
}

#join {
	width:187px;
	height:124px;
	background:url(../images/btn_jointoday.jpg) center no-repeat;
	text-align:center;
	padding:0;
	margin:0;
}

#join div {
	margin-top:80px;
	padding-left:0 !important;
	text-align:center;
}

.inputBGcolor {
	background-color:#999999;
	border:1px solid #CCCCCC;
	color:#fff;
}

.size12 {
	font-size:12px;
}

#footer {
	width:100%;
	background:url(../images/bkgd_footer.gif) repeat-x #333333;
	text-align:center;
	font-size:80%;
}

#footer div {
	width: 820px;
	margin:auto;
}

.bottomBorder {
	border-bottom:1px solid #666666;
}
	

/*  TALK BUBBLE */

div.bubble {
	width: 380px;
	font-size: 0.85em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #fff;
	background-color: #F55D1E;
	color:#fff;
}

div.bubble blockquote p {
	margin: 5px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 2px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
	font-size:0.8em;
}

#checklist {
	/*background-image:url(../images/header_checklist.jpg);
	background-repeat:no-repeat;*/
	padding:10px;
	font-size:80%;
}

.rolloverboarder {
	border: thick solid #EF5F24;
}


.leftMenu{
	width: 190px;
	margin-top:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*.leftMenu .headerbar{
	font: bold 13px Verdana;
	color: white;
	background: #606060;
	margin-bottom: 0; 
	text-transform: uppercase;
	padding: 7px 0 7px 7px; 
}*/

.leftMenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	text-transform:uppercase;
}

.leftMenu ul li{
	padding-bottom: 0px;
	border-bottom:1px dotted #333;
}

.leftMenu ul li a{
	color: white;
	background: transparent;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px;
	text-decoration: none;
}

.leftMenu ul li a:visited{
	color: white;
}

.leftMenu ul li a:hover{
	color: white;
	background: #666666;
}

.leftMenu .current {
	font-weight:bold;
	text-transform:uppercase;
	padding-left: 0px;
	background-color:#EF5F24;
}

.current a {
	color:#000;
	
}

.rollover a {
	background-image:url(../images/btn_download_up.png);
	background-repeat:no-repeat;
	display:block;
	width: 139px;
	height:56px;
}

.rollover a:hover { 
	background-image:url(../images/btn_download_over.png);
	background-repeat:no-repeat;
}

.rolloverevents a {
	background-image:url(../images/btn_requesttoolkit.png);
	background-repeat:no-repeat;
	display:block;
	width: 184px;
	height:71px;
}

.rolloverevents a:hover { 
	background-image:url(../images/btn_requesttoolkit_ov.png);
	background-repeat:no-repeat;
}

