/* Mark Frossard's Online Portfolio */
/* All associated graphics copyright 2004, Mark Frossard */
/* Website and Associated code copyright 2004, David Gnojek*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. */
/*What you may NOT use - .jpg, .gif, and .png files. */


/* basics
----------------------------------------------- */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	cursor: default;
	}
	
	.purple {
		background: #4d2379;
		}
		
	.grey {
		background: #999999;
		}
		
	.blue {
		background: #1f7a99;
		}
		
	.green {
		background: #5d9532;
		}

p {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
	}

.center {
	text-align: center;
	}

a, a:link, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #ffffff;
	}
	
.extras {
	position: relative;
	background: #eab221;
	margin: 15px;
	padding: 5px;
	width: 200px;
	float: right;
	z-index: 1;
	}
	
	.extras a:link, .extras a:visited{
		color: #ffffff;
		text-decoration: none;
		}
	
	.extras a:hover {
		color: #000000;
		text-decoration: none;
		}

/* layout
----------------------------------------------- */

#header {
	position: relative;
	background-color: #43286e;
	background-image: url('images/header4.gif');
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 807px;
	height: 88px;
	border: 0px solid #000000;
	overflow: hidden
	}
	
	#header h1 span{
		display: none;
		}
	
#container {
	position: relative;
	margin: 0px auto;
	background: #ffffff;
	padding: 0px;
	width: 807px;
	border: 1px solid #000000;
	}
	
#info {
	position: relative;
	margin: 0px auto;
	background: transparent;
	padding: 20px 30px 60px 30px;
	border: 0px solid #000000;
	text-align: justify;
	}
	
	#info ul{
	font-size: 12px;
	list-style-type: none;
	}
	
	#info a:link, #info a:visited{
		color: #4d2379;
		text-decoration: none;
		}
	
	#info a:hover {
		color: #1f7a99;
		text-decoration: none;
		}


#content {
	position: absolute;
	top: 45px;
	margin: 0px 0px 0px 375px;
	width: 350px;
	height: 440px;
	background: transparent;
	border-top: 1px solid #000000;
	padding: 20px;
	overflow: auto;
	}

	
/* Menu Bars (Navigators)
----------------------------------------------- */

#links, #links2
{
	width: 100%;
	background: #1f7a99/*blue*/;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	/*background-image: url("/images/links.gif");
	background-repeat: repeat-x;
	background-position: 0 0;*/
}

	#links2
	{
		border-top: none;
		background: #fa7025/*orange*/;
		/*background-image: url("/images/adminlinks.gif");
		background-repeat: repeat-x;
		background-position: 0 0;*/
	}
	#links ul, #links2 ul {
	font-size: 70%;
	list-style-type: none;
	padding: 0px;
	padding-bottom: 18px;
	margin: 0;
	margin-left: 15px;
	}
	
	#links ul li, #links2 ul li  {
	float: left;
	height: 19px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	}
	
	#links .selected, #links2 .selected, #links .topselected {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #ffffff;
		/*background-image: url("/images/selected.gif");
		background-repeat: repeat-x;
		background-position: 0 0;*/
	}
	
	#links .topselected
	{
	background-color: #fa7025/*orange*/;
		/*background-image: url("/images/topselected.gif");
		background-repeat: repeat-x;
		background-position: 0 0;*/
	}
	
	#links .selected a, #links2 .selected a {
	color: #1f7a99/*blue*/;
	}
	
	#links .topselected a
	{
	color: white;
	}
	#links a, #links2 a {
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 2px;
	}
	
	#links .unselected a:hover, #links2 .unselected a:hover, #links .topunselected a:hover  {
	color: #222222;
	}
			
/* Copyright Information
-------------------------------------------------*/
#copyright {
	text-align: center;
	margin: 20px auto;
	word-spacing: 0px;
	}
	
#copyright p {
	font-size: 60%;
	color: #000000;
	}	

#copyright a, #copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #000000;
	}

#copyright a:hover {
	text-decoration: none;
	color: #ffffff;
	}