/*
Colours used from dark to light:
5E1163- purple
614932- brown
F6E499- yellow
*/

/*** STRUCTURAL ELEMENTS ***/

body {
	padding:0px;
	margin:0px;
	color:#000;
	background-color:#5E1163;

}

div {
	padding:0px;
	margin:0px;
}

#header {
	position:absolute;
	top:0px;
	height:114px;
	width:100%;
	color:#000;
	background-color:transparent;
	background-image:url(./images/header.jpg);
	background-repeat:no-repeat;
	background-position:center center;
zborder:1px solid yellow;
}

/*#associate {
	position:absolute;
	top:20px;
	left:70%;
	height:90px;
	width:187px;
	color:#000;
	background-color:transparent;
	background-image:url(./images/phil-yellow.gif);
	background-repeat:no-repeat;
	background-position:left center;
zborder:1px solid red;
}*/

#shell {
	position:relative;
	text-align:right;
	width:80%;
	left:10%;
	right:10%;
	margin-top:114px;
	background-color:#F6E499;
	color:#000;
}

#shell_content {
	padding:25px;
}

/* Start of Shadow Border elements */

#shell_left, #shell_right, #shell_bottom, #shell_top , #shell_bottom_right, #shell_bottom_left, #shell_top_right, #shell_top_left { width:100%; background-color:transparent; }
#shell_left, #shell_right { background-repeat:repeat-y; }
#shell_left { background-image:url(./images/grad_left.jpg); background-position:top left; }
#shell_right { background-image:url(./images/grad_right.jpg); background-position:top right; }
#shell_bottom, #shell_top { background-repeat:repeat-x; }
#shell_bottom { background-image:url(./images/grad_bottom.jpg); background-position:bottom center; }
#shell_top { background-image:url(./images/grad_top.jpg); background-position:top center; }
#shell_bottom_right, #shell_bottom_left, #shell_top_right, #shell_top_left { background-repeat:no-repeat; }
#shell_bottom_right { background-image:url(./images/grad_bottom_right_corner.jpg); background-position:bottom right; }
#shell_bottom_left { background-image:url(./images/grad_bottom_left_corner.jpg); background-position:bottom left; }
#shell_top_right { background-image:url(./images/grad_top_right_corner.jpg); background-position:top right; }
#shell_top_left { background-image:url(./images/grad_top_left_corner.jpg); background-position:top left; }

/* End of Shadow Border elements */

#content {
	text-align:left;
	margin-left:200px;
	margin-top:2px;
	margin-bottom:2px;
	padding:30px;
	border-left:1px solid #5E1163;
	min-height:800px;
zborder:1px solid red;
}

/* Size Fix for Internet Explorer because it does not support min-height */
/*\*/
* html #content { height: 800px;}
/**/

#left {
	position:absolute;
	left:30px;
	top:30px;
	width:200px;
	height:500px;
	text-align:center;

}

#footer {
	padding:10px;
}

#contact {
	position:absolute;
	top:-500px;
	left:30px;
	width:200px;
	text-align:center;	
}

/*** HEADINGS AND TEXT STYLES ***/

h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	font-family:arial;
}

h1 {
	font-size:14px;
	padding-top:10px;
	padding-bottom:5px;
}

p, ul, ol {
	font-size:0.9em; /* em is a special measurement that resizes along with user desired text size for accessability */
	font-family:arial, serif;
}

p.footer {
	font-family:arial;
	color:#EDA6F0;
	font-size:11px;
	text-align:center;
}

p.copyright {
	font-family:arial;
	color:#DF64E6;
	font-size:11px;
	text-align:center;
}

#contact p {
	font-family:arial;
	font-weight:bold;
}


.quote {
	padding:10px;
	font-family:arial;
	font-size:0.8em;
	padding-left:20px;
	padding-top:20px;
	background-color:transparent;
	background-image:url(./images/quote.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
}

.quote em {
	font-size:1.0em;
}

td.courses {
	font-size:14px;
	color:#5E1163;
	zfont-style:italic;
	font-weight:bold;
	text-align:center;

}
/*** LIST STYLES ***/

li {

	zfont-size:0.9em;
	padding:5px;
}

/*** LINK STYLES ***/

a {
	color:#5E1163;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

a:hover {
	color:#f00;
	border-bottom:1px solid #f00;
}

.footer_link {
	color:#EDA6F0;
	text-decoration:none;
	border-bottom:1px dotted #EDA6F0;
}

.footer_link:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}

.footer_link:visited {
	color:#EDA6F0;
}

a.menu_link {
	color:#5E1163;
	border-bottom:1px dotted #000;
	text-decoration:none;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
}

a.menu_link:hover, a.menu_selected:hover {
	background-image:url(./images/back.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#f7e599;
	font-weight:bold;
	zpadding-right:5px;
	zpadding-left:5px;
	font-size:12px;
	border-bottom:1px dotted #000;
}

a.menu_link:active, a.menu_selected:active {
	background-image:url(./images/back_selected.jpg);
	background-repeat:repeat-x;
}

a.menu_selected {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
	color:#f7e599;
	zpadding-right:5px;
	zpadding-left:5px;
	background-image:url(./images/back_selected.jpg);
	background-repeat:repeat-x;
	border-bottom:0px;
}

/*** FORM STYLES ***/
 
.in_text, .in_textarea {
	width:90%;
	font-family:arial;
	font-size:12px;
}

.in_contact {
	width:340px;
 }

p.courses {
	font-size:20px;
	color:#5E1163;
	font-style:italic;
	font-weight:bold;

}
.fontpurple {
	font-size:20px;
	color:#5E1163;
	font-style:italic;
	font-weight:bold;
}
p.menu{
	padding:4px;
	padding-left:10px;
	margin:0px;
	text-align:left;
	zborder: 1px red solid;
}