/* CSS Document for Student Design section */

body	{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #333333;
	font-size: 12px; 
	text-align: center;
	background-color: #DDDDDD;
}

/*Font size definitions */

h1	{
	font-size: 18px;
	margin: 2px 0px 4px 0px;
}
h2	{
	font-size: 16px;
	margin: 2px 0px 6px 0px;
}
h3	{
	font-size: 14px;
	margin: 1px 0px 2px 0px;
	color: #000066;
}
h4	{
	font-size: 12px;
	font-weight: bold;
}
h5	{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 1px 0px 2px 0px;
}
h6	{
	font-size: 9px;
	font-weight: normal;
	margin: 1px 0px 2px 0px;
}
p	{
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px 1px 20px 1px;
}

/*Table definitions (stop inconsitences between browers)*/

table,
tr,
th,
td	{
	padding: 0px;
	margin: 0px auto;
	border-style: none;
}

/*Link definitions*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
}

/* Page layout */

#page_wrapper	{
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px 0px;
	text-align: left;
}
#page_top	{
	height: 30px;
	background-image: url("../images/shadowbox_top.jpg");
	background-repeat: no-repeat;
}
#page_middle	{
	background-image: url("../images/shadowbox_middle.jpg");
	background-repeat: repeat-y;
}
#page_bottom	{
	height: 30px;
	background-image: url("../images/shadowbox_bottom.jpg");
	background-repeat: no-repeat;
}
#header	{
	margin-left: 30px;
	margin-right: 30px;
	height: 100px;
	border-bottom: #FF0000 thin solid;
}
#header img	{
	/*float: left;*/
}
#header h1	{
	float: left; 
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch: expanded;
	font-weight: bold;
	color:#000066;
	text-align: center;
	margin-left: 80px;
	margin-top: 15px;
}
/* Navigation background not yet implemented...*/
#navigation	{
	background-image:url(../images/background.jpg);
}
#menu	{
	margin-left: 25px;
	margin-top: 20px;
	width: 155px;
	float: left;
}
#menu ul	{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;	
}
#menu li	{
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
}
#menu	a	{
	padding: 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	display: block;
	border-bottom: 1px dotted #B2BCC6;
}
#menu	a:hover	{
	color: #CC6633;
}
#menu a:active	{
	color: #CC3333;
}
#menu ul ul a	{
	/*margin-top: 5px;
	margin-left: 15px;*/
	margin: 5px 10px 0px 15px;
	font-size: 10px;
	color: #006699;
}
#menu ul ul a.winner	{
	background-image:url(../images/winner.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#content	{
	margin-left: 220px;
	margin-right: 30px;
	margin-top: 20px;
	width: 550px;
	text-align: justify;
}
#footer	{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	height: 60px;
	border-top: #FF0000 thin solid;
}

/*Generic classes*/

.green_backgrnd	{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0E643F;
	padding: 5px;
}
.red_backgrnd	{
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
}
.lt_grey_backgrnd	{
	background-color: #EEEEFF;
	padding: 5px 0px 0px 0px;
}
.blue_backgrnd	{
	color: #FFFFFF;
	background-color: #333399;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}
.lt_blue_backgrnd	{
	color: #333366;
	background-color: #CCFFFF;
	padding: 10px 5px;
}
.redtext	{
	color: #CC0033;
}
.greentext	{
	color: #006633;
}
.bluetext	{
	color: #0000CC;
}
.spacedtext	{
	/*letter-spacing: 1px;*/
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 3px;
	text-align: left;
	line-height: 18px;
}
.caption	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	letter-spacing: 2px;
}
.float_left	{
	float: left;	
	padding: 0px 10px 0px 0px;
}
.float_right	{
	float: right;
	padding: 0px 0px 0px 10px;
	clear: right;
}
.float_left_padded	{
	float: left;
	padding: 0px 10px 0px 0px;
}
.float_right_padded	{
	float: right;
	padding: 10px;
	clear: right;
}
.clear_left	{
	clear: left;
}
.clear_right	{
	clear: right;
	height: 1px;
}
.clear	{
	clear: both;
}
.padded_list li	{ 
	padding: 5px;
}
.padded_list dt	{ 
	padding: 5px;
}
.padded_list dd	{ 
	padding: 5px;
}
.padded_menu_img	{
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.appended_text	{
	padding: 0px 0px 15px 0px;
	margin: -17px 0px 0px 0px;
	color: #990000;
	font-size: 9px;
}
.tree_listing	{
	float: right;
	width: 150px;
	border: #666 1px solid;
	background-color: #FFC;
	font-size: 9px;
	padding: 2px;
	margin: 5px;
	clear: right;
}
.tree_listing h6	{
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
.tree_listing ul	{
	list-style-type: none;
	padding-left: 3px;
}
.tree_listing li	{
	text-decoration: none;
	padding-bottom: 5px;
}