/* CSS Document */
/***********************************************/
/* weJamming.css                             */
/* Use with template weJamming.html          */
/* November 2004                              */ 
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* Default styles as follows                   */

body{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 45px;
	width:750px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link {
	COLOR:	#003399;
}

a:active {
	COLOR:	#CC0000; 
}

a:visited {
	 COLOR:
	 #6699FF;
}

div, p, .content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:100;
	line-height: normal;
	color: #000000;
	text-align:justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:	#666666;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;	
	font-weight: 600;
	text-indent: 0px;
}


h3{
	font-size : 11px;
	line-height: normal;
	padding : 0;
	color: 	#003399;
	font-weight: 400;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;	
	font-weight: 600;
	text-indent: 50px;
	text-decoration:underline;
}

h5 {
font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:100;
	line-height: 15px;
	color: #000000;
	text-align:justify;
}

/* The header starts here                          */

div#header {
	position: absolute;
	width: 560px;
	left: 30px;
	top: 0px;
}

div#banner {
	background-color: #3375C3;
	background-image: url(img/bgtile.jpg);
	background-repeat: repeat-x;
	height: 80px;
}

div#picturebar {
	background-color:	#FFFFFF;
	position: absolute;
	left: 50px;
	top: 80px;
	height: 100px;
	width: 610px;
}

div#datebar {
	position: absolute;
	width: 170px;
	left: 35px;
	top: 75px;
}

/* Left menu column & styles start here                */

div#sidebar {
	position: absolute;
	top: 110px;
	left: 35px;
	width: 160px;
	border: thin solid #CCCCCC;
	background-color:	#CC0000;
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	list-style-image: none;
}

div#sidebar h1{
	font-size : 12px;
	padding : 0;
	color: #115EAC;
	text-indent:5px;
}

div#sidebar h2{
	font-size : 11px;
	padding : 0;
	text-decoration:none;
	text-indent:14px;
}

div#sidebar a:link {
	COLOR:#FFFF66;
}

div#sidebar a:visited {
	 COLOR:	 #FFFF66;
}

/* HTML tag styles for the middle column  */

div#content {
	position: absolute;
	left: 223px;
	top: 79px;
	width: 400px;
	background-color: #FFFFFF;
	/*border: thin solid #CCCCCC; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
	text-align:justify;
}
	


/* HTML tag styles for featured news, products and services  */

div#rightcolumn  {
	background-color:	#FF0000;
	position: absolute;
	left: 637px;
	top: 74px;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	/*border: thin solid #CCCCCC; */
	background-color: #FFFFFF;
}

div#rightcolumnpictures {
	background-color:	#FF0000;
	position: absolute;
	left: 590px;
	top: 460px;
	height: 300px;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: normal;
	border:none;
	background-color: #FFFFFF;
}

div#div_footer{
	position: absolute; 
	top: 000px; 
	clear: both;
	left: 450px;
	border: none;
	font-size: 75%;
	color: #727272;
	
}

/* HTML tag styles for the weJamming Index Page only  */

div#indexleftcol {
	position: absolute;
	left: 196px;
	top: 126px;
	width: 556px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
	text-align:justify;
	height: 263px;
}

div#indexmidcol {
	position: absolute;
	left: 24px;
	top: 126px;
	width: 162px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
	text-align:justify;
	height: 2888px;
}

div#indexrightcol {
	position: absolute;
	left: 230px;
	top: 756px;
	width: 628px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
	text-align:justify;
	height: 418px;
}


div#siteInfo{
clear: both;
	position: relative;	
	left: 200px;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #727272;
	padding: 10px 10px 10px 10px;
}
