/* CSS Document */

/*
 *
 * Global Settings
 *
 *
*/
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 150%;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #f7941d;
}

hr {
	border: none 0;
	border-top: 1px dashed #26671D;
	width: 100%;
	height: 1px;
}

a {
	color: #26671D;
	text-decoration: underline;
}

a:hover {
	color: #26671D;
	text-decoration: none;
}

h1 {
	color: #26671D;
	font-size: 14px;
}

.text_green {
	color: #26671D;
}

.text_green_italic {
	color: #26671D;
	font-style: italic;
}

.text_black {
	color: #000000;
}

.text_white {
	color: #FFFFFF;
}

.text_white_italic {
	color: #FFFFFF;
	font-style: italic;
}

.text_italic {
	font-style: italic;
}

.text_small {
	font-size: 10px;
}

a#black {
	color: #000000;
	text-decoration: underline;
}

a:hover#black {
	color: #000000;
	text-decoration: none;
}

img#in_text {
	margin: 0px 10px 0px 0px;
}

/*
 *
 * Main Template 
 *
 *
*/

#header {
	width: 780px;
	text-align: right;
	margin: 0 auto;
}

#main_content {
	background-image: url(images/content-bg.gif);
	width: 780px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}

#left_content {
	margin: 0 auto;
	width: 160px;
	padding: 18px 10px 15px 10px;
	//padding: 16px 10px 15px 10px;
	float: left;
	overflow: auto;
}

#left_content img {
	margin: 15px -10px 15px -10px;
}

#left_content a {
	color: #5e2a07;
	text-decoration: none;
	font-size: 14px;
}

#left_content a:hover {
	color: #26671D;
	text-decoration: none;
}

#left_content hr {
	border: none 0;
	border-top: 1px dashed #FFFFFF;
	width: 100%;
	height: 1px;
}

hr#menu {
	border: none 0;
	border-top: 1px dashed #FFFFFF;
	width: 100%;
	height: 1px;
	margin: 16px 0px 16px 0px;
	//margin: 9px 0px 9px 0px;
}

#right_content {
	margin: 0 auto;
	width: 600px;
	background-color: #FFFECF;
	float: left;
}

#right_content_header {
	margin: 0 auto;
	width: 570px;
	height: 163px;
	text-align: left;
	padding: 17px 0px 0px 30px;
	color: #26671D;
}

#right_content_header a:link {
	color: #26671D;
	text-decoration: none;
}

#right_content_header a:visited {
	color: #26671D;
	text-decoration: none;
}

#right_content_header a:active {
	color: #481C07;
	text-decoration: none;
}

#right_content_header a:hover {
	color: #26671D;
	text-decoration: underline;
}

#right_content_text {
	padding: 30px;
}



/*
 *
 * Home Page
 *
 *
*/
#home {
	width: 600px;
}


/*
 *
 * Faculty Page
 *
 *
*/

img#faculty {
	margin: 0px 10px 10px 0px;
}



/*
 *
 * 
 *
 *
*/

/*
 *
 * 
 *
 *
*/

/*
 *
 * 
 *
 *
*/

#right_content_store {
	margin: 0 auto;
	width: 800px;
	background-color: #FFFECF;
	float: left;
}
#right_content_text_store {
	padding: 0px;
}
#main_content_store {
	background-image: url(images/content-bg.gif);
	width: 800px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}
.headline {
	color: #26671D;
	font-size: 14px;
	font-weight: bold;
}
