/* CSS Document */

/*
    AUTHOR: jmvs
            javifix.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	/*font: 62.5% Arial, Helvetica, sans-serif;*/
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;

}
ul { list-style: none inside; }
p {
	
	
	
	
}
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#container {
	width: 914px;
	background: #E6E6E6;
	margin: 0; /*auto;*/ /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #000000;
	border-bottom: none;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#leftbar {
	width: 137px;
	float: left;
	background-color:#E6E6E6;
	height: 600px;
	font-size: 12px;
	/*border-right: .3em solid #7F708F;*/
}

.greygrad {
	background-image: url(images/topmenugrad.png);
	background-repeat: repeat-x;
	height: 72px;
}
.leftbordertext{
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 15px;
}

#main {
	float: left;
	width: 744px;
	background-color:#FFFFEE;
	border-left: 3px solid #7F708F;
	font-size: larger;
	min-height: 600px;
	height: auto !important;	/* fix for some browsers for min-height */
	height: 600px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;

}
#main ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 15px;
}

#main h1, h2, h3, h4, h5, h6  {
	font-family : "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

#main h1, h4 {
	color: #663399;
	}

#main h2  {
	color: #FF6699;
}

#main h3, h5, h6{
	color : #339966;
}

#main p {
	margin-bottom: 15px;
}

/* Footer */
#footer {
	border-top-width: 3px;
	border-top-color: #7F708F;
	border-top-style: solid;
	color : #679BFF;
	font : 11px;
	padding-left: 15px;

}
#footer a {
	color : #0033CC;
	font-size : 12px;
	text-decoration : underline;
	}

#footer a:hover {
	color : #708090;
}

#footer td {
	font-size: 12px;
}
/* END STRUCTURE */
