
/*
-----------------------------------------------------
This stylesheet created by John Graham of External Relations office jdgraham2@wisc.edu
Additions and corrections are always welcome.
you may use any portion of this stylesheet as you like.  Only requirement is you send an 
email to jdgraham2@wisc.edu and let me know where your from and what site you are using it for.  I
It's nice to hear from other designers.
-----------------------------------------------------
**Modified  2005.6.16 **
This CSS file is now a dynamically generated css file.  For the purists I know this goes against the 
nature of CSS, but rather than use constant html>body type of hacks I keep it clean by browser detection.
Any place where I use different code for different browsers I've tried to show the alternate browsers 
versions as comments in case your interested.
-----------------------------------------------------
This is the base CSS File
FileName:    2006Structure.asp
Version:     2007.05.29
UserAgent:CCBOT/1.0 (+HTTP://WWW.COMMONCRAWL.ORG/BOT.HTML)
Browser:IE=False; IE4=False; IE5=False; IE6=False; IE7=; Opera=False; Opera5=False; Safair=; Firefox=; NS=False; NS4=False; NS6=False; NS7=False; css2compatible=False; IE5Plus=False; 
-----------------------------------------------------

/* General Elements */
/* ----------------------------------------------------- */

html {
	height:100%;
}
body {
	margin:0;
	padding:0;
}


/* Formatting Structure */
/* ----------------------------------------------------- */
#wrap {
	float:left;
	width:625px;
	min-height:630px;
}


#container {
	width:900px;
	margin-top:0;
	padding:0px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
#container-inside {
	width:800px;
	margin-right:50px;
	margin-left:50px;
}

/* Left Cols */
/* ----------------------------------------------------- */
#colL {
	float:left;
 	width:175px;
}

/* Main Cols */
/* ----------------------------------------------------- */
#colM {
	float:left;
	padding:0px 10px 15px 10px;
	height:100%;
	width:605px;
	min-height:500px;
}


/* Right Cols */
/* ----------------------------------------------------- */
#colR-QuickLinks {
	float:right;
	position:relative;
	padding:10px 5px 5px 10px;
	margin:0;
	width:200px;
	border-left:2px dotted #990000;
	border-bottom:2px dotted #990000;
	z-index:1;
}

#colR-QuickLinks .ul {
}
	

#colR2 {
	float:left;
	width:250px;
}

#colL2 {
	padding:0 15px 0 15px;
	line-height:200%;
}


/* Links */
/* ----------------------------------------------------- */
/* Header */
/* ----------------------------------------------------- */
#hdr {
	
	height:100px;
	width:800px;
	overflow:hidden;
}



/* Navigation */
/* ----------------------------------------------------- */

/*#navSub {
	height:20px;
	margin:-20px 0 0 175px;

}*/

#hdrRight {
	float:right;
}
#hdrLeft {
	float:Left;
	width:45%;
}

#templateSearch {

}  
  

/* Footer */
/* ----------------------------------------------------- */
#foot {
	clear:both;
	height:100%;
	padding:15px;
}


.clr {
	clear:both;
	height:0px;
	margin:0;
	padding:0;
}
/* 
A few shout outs to:

Paul O'Brian @ www.pmob.co.uk
www.csscreator.com for its excellent forums
Richard Rutter @ http://www.clagnut.com/
James Jackson on yahoo groups css-style
*/

