/* BEB CSS Version */
/*Many thanks to OSWD & all its members */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: url(../Images/Big-Background.gif) center repeat-y; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%; 
	text-align: center; 
	background-color: #6183ad;
} 
	
a {
	color: #D700D0;
	text-decoration: underline;
}
a:hover {color: #EC5E18; 
		text-decoration: none}

h1 {
	border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 20px solid #6183ad;
	color: #6183ad;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
	background: #d7e5ef;
}
h1:hover {
	border-bottom: 1px solid #7f9fc6;
	border-top: 1px solid #7f9fc6;
	background: #c9dcea;
}

h2 {
	color: #6183da;
	font-size: 100%;
	margin: 5px 0;
}

h3 {
	color: #6138ad;
	font-size: 100%;
	margin: 5px 0:
}

#rightcolumn ul {
	margin: 10px 0;
}

#rightcolumn li {
	color: #775d42;
	list-style: square inside;
	text-indent: 10px;
}

#rightcolumn ul ul li {
	text-indent: 60px;
}


/* The background-image's for the #wrap below are for preloading all the page's images */
#wrap {
	background-image: url(../Images/arrow.gif); 
	background-image: url(../Images/arrow_outline.gif); 
	background-image: url(../Images/Big-Background.gif); 
	background-image: url(../Images/Big-Header.jpg); 
	background-repeat: no-repeat; 
	background-position: -5000px -5000px; 
	margin: 0 auto; 
	text-align: left; 
	width: 920px
	}	

#header {
	background: url(../Images/Big-Header.jpg) center no-repeat;
	color: #e7efff;
	font-size: 200%;
	font-weight: bold;
	height: 100px;
	line-height: 120px;
	text-indent: 190px;
}
#nav {
	padding-bottom: 40px;
	width: 179px;
}

#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #c9dcea;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
}

#nav li a:hover {
	background: #c9dcea url(../Images/selector.gif) center right no-repeat;
	color: #000;
}

/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */

#nav ul ul li {
	line-height: 10px; 
	border-bottom: dotted
}
#nav ul ul li a {
	color: #d7e5ef;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(../Images/selector_sub.gif);
}
#leftcolumn {
	float: left;
	width: 180px;
}
#leftcolumn img {
	border: 1px solid #c9dcea;
	margin: 5px 20px;
	padding: 10px 20px;
}

/*  */

#rightcolumn {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 40px 30px 9px;
}
#rightcolumn p {
	line-height: 190%;
}
#links div {
	float: left;
	width: 100%;
}
#links div li {
	list-style: none; 
	margin-top: 1%
	}

#links div li a {
	background: url(../Images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(../Images/arrow.gif);
	color: #A52A2A;
	text-decoration: underline;
}
 

/** Width classes used by the site columns **/

.width100{
  width: 100%; 
  font: 400; 
  font-style: normal; 
  text-align: left
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}
 

/** Alignment classes **/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}
