/* ABOUT */
/* This definitions defines the position of the website when viewing on browser screen */

/* -----------------------------------------------------------------------------------------------------------------*/
/* Webiste Links */

/*  These definitions are responsible for the look of links and anchors within the website */
a {
	color: #F2A551;
	text-decoration: underline;
}

a:hover {
	color: #FF6633;
	text-decoration: underline;
}

a:visited {
	color: #F5C959;
	text-decoration: none;
}

/**********************************************************/
/*  Menu bar links */

/*  These definitions are responsible for the look of the left menu's links */

#sidemenu, #sidemenu ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#sidemenu li {
	float: left;
	position: relative;
/*	width: 10em;*/
	padding: 2px 0 4px 0;
	border-bottom: 1px none #B0C4DE;
	background-color: none;
	color: #2D486C;
/*	margin-right: 0 0 0 10em;*/
	line-height: 16px;
}

#sidemenu a:link {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #F2A551;
	text-decoration: underline;
}
#sidemenu a:hover {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
#sidemenu a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #F5C959;
	text-decoration: none;
}


/* -----------------------------------------------------------------------------------------------------------------*/
/* Miscellaneous */

/* defines the look for a horiztonal bar */
.hr {
	color: red;
	size: 18px;
	width: 100%;
}
