/**************************\
  GREMath.net CSS Template
  Designer: Jim Rohal
  URL:      pages.wooster.edu/xi_chi_psi
  Date:     4 Nov 2006
\**************************/

body,	html {
	margin: 0;
	padding: 0;
	background: #000066;
	color: black;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: small;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
}

body {
	min-width: 760px;
}
	
/**************************\
  Page Structure
\**************************/	
	
	
#content {
	background: url('images/backgroundrepeat.png') repeat-y; 
	background-color: white;
	color: black;
	margin: 10px auto;
	width: 760px;
}
	
#header { 
	background: url('images/header.png') no-repeat; 
	border: none; 
	margin: 0; 
	padding: 1px; 
	height: 200px; 
	/* IE 6 Hack */
	width: 760px !important; 
	width: 758px; 
}

#nav {
	width: 100%;
	padding: 2px 0 5px 0;
	font-size: medium;
	text-transform: uppercase;
	text-align: right;
	border: none;
	margin: 174px 0 0 0;
}
    
#nav ul {
	margin: 0 75px 0 0;
	padding: 0;
}

#nav li {
	display: inline;
	padding: 0 6px 0 10px;
}
    
#nav a {
	margin: 0px;
	padding: 2px;
	font-size: 65%;
	text-decoration: none;
	background: none;
}
    
#nav a:hover {
	color: #000066;
	background-color: #CCCCCC;
}

#main {}
	
#main h2, #main h3, #main p {
	padding-left: 10px;
}
	
#leftcolumn {
	width: 540px;
	float: left;
	border: solid #999999 1px;
	/* IE 6 Hack */
	margin: 10px 0 10px 20px !important;
	margin: 10px 0 10px 10px;
	padding: 0 !important;
	padding: 10px 0px 10px 0px;
}

#leftcolumn p {
	padding-right: 10px;
}

#leftcolumn h1 {
	font-weight: bold; 
	font-size: large;
	padding-left: 10px;
}

#leftcolumn h2 {
	font-weight: bold; 
	font-size: medium;
}

#leftcolumn h3 {
	font-weight: bold; 
	font-size: small;
}


#rightcolumn {
	width: 167px;
	border: solid #999999 1px;
	/* IE 6 Hack */
	margin: 10px 20px 0 0 !important;
	margin: 10px 10px 0 0;
	float: right;
}

#rightcolumn h1 {
	text-align: center;
	font-weight: bold; 
	font-size: small;
	text-transform: uppercase;
}

#rightcolumn h2 {
	padding-left: 5px;
	font-weight: bold;
	font-size: small;
}

#rightcolumn p {
	font-size: x-small;
	padding-right: 5px;
}

#login {
	width: 167px;
	border: solid #999999 1px;
	/* IE 6 Hack */
	margin: 10px 20px 10px 0 !important;
	margin: 10px 10px 10px 0;
	float: right;
}

#login h1 {
	text-align: center;
	font-weight: bold; 
	font-size: small;
	text-transform: uppercase;
}

#login p {
	font-size: x-small;
	padding-right: 5px;
}

#footer { 
	background: url('images/footer.png') no-repeat bottom;
	border: none; 
	height: 28px; 
	width: 760px;
	clear: both;
	font-size: x-small;
}

#footer p {
	text-align: center;
	padding: 5px;
	margin: 0;
}

#footer a {
	background: none;
}

#footer a:hover {
	color: #000066;
	background-color: #CCCCCC;
}

#imgcontainer h1 {
	text-align: center;
}

#imgcontainer li {
	display: inline;
}

#imgcontainer img {
  padding: 5px;
  border: solid 1px white; 
 }

#imgcontainer img:hover {
	border: 1px solid black;
}

#imgcontainer a:hover {
	color: black;
	background-color: white;
}

#contactform {
	border: 1px dashed;
	margin-left: 30px;
	/* IE 6 Hack */
	width: 91% !important;
	width: 88%;
	padding: 0 !important;
	padding: 9px;
}
  
/**************************\
	Classes
\**************************/ 

.postdate {
	background: white;
	color: #999999;
	font-size: x-small;
}

.contactpic {
	padding-left: 40px;
}

#leftcolumn .contactinfo {
	padding-left: 40px;
}

.submit {
	margin-left: 6em;
}

.showhidediv {
	cursor: pointer;
}

.showstate {
	font-size: small;
}

.quote {
	font-family: monospace;
}

/**************************\
  Links
\**************************/ 

a {
	text-decoration: none;
}

a:link {
	color: #000066;
	background: white;
}
 
a:visited {
	color: #000066;
	background: white;
}
  
a:hover {
	color: #000066;
	background: #CCCCCC;
}  
    
/**************************\
  Other styles
\**************************/ 

img {
	border-style: none;
}

hr {
	height: 1px;
	color: #999999;
	background-color: #999999;
	border: 0;
	margin: auto;
	width: 90%;
}

label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

textarea {
	overflow: auto;
}

fieldset { 
	border:1px dashed black;
	width: 80%;
	margin-left: 30px;
}

legend {
	padding: 0.2em 0.5em;
	font-size: 90%;
	text-align: right;
}
