﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #626366;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(media/pattern.gif);
	background-repeat: repeat;
}
.Bold 
{
	font-weight:bold;
}
p {
	margin: 0px;
	padding: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* wraps around everything */
#wrapper {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* contains logo */
#header {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}


/* contains top navigation */
#nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 31px;
}


#nav ul {
	margin: 0px;
	text-align: center;
	padding: 0px;
	width: 100%;
}

/* links display inline */
#nav ul li {
	display: inline;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* styling of links in top nav */
#nav ul li a {
	float: left;
	text-decoration: none;
	color: #626366;
	display: block;
	width: 180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}


/* applies background images to links */
#home {
	background-color: #FFFFFF;
	background-image: url(media/nav1bgrd_left.gif);
	background-repeat: no-repeat;
}
#tutorials {
	background-color: #FFFFFF;
	background-image: url(media/nav1bgrd_middle.gif);
	background-repeat: no-repeat;
}
#whatsnew {
	background-color: #FFFFFF;
	background-image: url(media/nav1bgrd_middle.gif);
	background-repeat: no-repeat;
}
#newsletter {
	background-color: #FFFFFF;
	background-image: url(media/nav1bgrd_middle.gif);
	background-repeat: no-repeat;
}
#resources {
	background-color: #FFFFFF;
	background-image: url(media/nav1bgrd_right.gif);
	background-repeat: no-repeat;
}



#nav a:visited {
	color: #626366;
}

#nav a:hover {
	color: #FFFFFF;
}
#nav a:active {
	color: #626366;
}


/* main area on page */
#main {
	padding: 0px;
	margin-top: 31px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}



/* holds content: links/tables/buttons */
#content {
	float: left;
	width: 700px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	
}
#content img {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



/* rollover buttons */
#buttons img {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#buttons p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
}
/* creates dotted border in rollover buttons table */
.dotted  {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

/* search field in content area */
#search {
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 2px solid #8BC540;
	width: 630px;
}

/* styles tutorial categories/content in table */
#categories {
	font-size: 13px;
	background-color: #FFFFFF;
	width: 600px;
}
#categories p {
	margin: 0;
	padding: 0px;
}
/* styles tutorial newsletter sign-up in table */
#tblSignUp {
	font-size: 13px;
	background-color: Gray;
	width: 600px;
}
#tblSignUp p {
	margin: 0;
	padding: 0px;
}

#tblSubcribeComplete {
	font-size: 13px;
	background-color: Gray;
	width: 600px;
}
#tblSubcribeComplete p {
	margin: 0;
	padding: 0px;
}

/* styles links (tutorial headers) in table */
#categories a {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#categories:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#categories a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#categories a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#categories  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8BC540;
}


/* styles header/title in categorie table */
.header1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}


/* adds spacing to rows in categories table */
#rowroom {
	padding-top: 10px;
	padding-bottom: 10px;
}




/* contains banner ads */
#rightcolumn {
	margin-top: 0px;
	border-left-style: none;
	margin-bottom: 0px;
	margin-left: 740px;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}


/* styles banner images in right column */
#rightcolumn img {
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}



/* footer area */
#footer {
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
#bottomnav {
	width: 630px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#footer ul {
	height: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#footer  ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer p {
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer  a {
	color: #666666;
	display: block;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#footer a:visited {
	color: #666666;

}
#footer a:hover {
	color: #999999;
}
#footer a:active {
	color: #666666;

}


/*add to style sheet*/

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #333333;
}

