/*
Theme Name: kte_theme
Author: Alexander Cabinian
Author URL: http://www.kappa-theta-epsilon.org
Last Edited April 17 2009
*/

@charset "utf-8";

/* center alignment for non-CSS compliant browsers */
.center
{text-align: center;}

/* center alignment for CSS compliant browsers */
.center table
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body
{background-color: #FFFFFF;}

/* Table settings */
.stdTable
{
	width: 765px;
	border-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	border-color: #000000
}

/* Banner image */
#banner td
{text-align: center;}

/* Menu bar */
#menu
{text-align: center;}

/* Title bar */
#titleBar
{font-size: 1.5em;}

/* Title bar <td> attributes */
#titleBar td
{
	text-align: left;
	font-weight: bold;
	color: #990000;
	padding-left: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

/* Web page body */
#main
{
	text-align: center;
	color: #000000;
}

/* Web page body - single section */
#main #tdSingle
{border: inherit;}

/* Web page body - left section */
#main #tdLeft
{
	border-right: none;
	width: 75%;
}

#main #tdRight
{
	width: 25%;
	text-align: center;
}

/* Web page body - tables for forms */
#tblForms
{
	border-left: thin;
	border-right: thin;
	border-top: thin;
	border-bottom: thin;
	border-color: #000000;
	text-align: left;
	width: 500px;
}

#tblForms #tdRight
{text-align: center;}

#tblForms #submit
{text-align: center;}

input
{ 
	background-color: #CCCCCC;
	width: 225px;
}

select
{
	background-color: #CCCCCC;
	width: 240px;
}

textarea
{
	background-color: #CCCCCC;
	width: 275px;
	height: 100px;
}

/* Web page body - <p> attributes */
#main p
{
	text-align: left;
	font-size: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* Web page body - <ul> <li> attributes */
#main ul li
{
	text-align: justify;
	padding-bottom: 0.25em;
	padding-right: 1.5em;
}

/* Web page body - default link color */
#main a:link
{color: #990000;}

/* Web page body - default link color, mouse hover */
#main a:hover
{background-color: #FFD600;}

/* Footer */
#footer
{
	text-align: center;
	color: #FFD600;
	font-size: 1em;
}

#footer table
{
	background-color: #990000;
	padding: 0px;
}

/* Footer link color */
#footer a
{color: #FFD600;}

/* Footer alternate site links section */
#footer_site_links
{}