body,html {
	color:#000;
	font-family:'Trebuchet MS', Arial, helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:12px;
}

body {
	background-image:url('../images/bg_page.gif');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
	min-width:780px;
}

img, p, table {
	padding:0px;
	margin:0px;
	border:0px;
}

#wrap {
	background-color:#fff;
	width:780px;
	margin:35px 0px 0px 50px;
	padding:10px 10px 0px 10px;
}




/*** Header Area ***/

#header {
	width:100%;
	height:80px;
}

#header p {
	margin-bottom:10px;
}





/*** Body Area ***/

#body {
	width:100%;
}




/*** Left Collumn Area ***/

/* Menu */

#sidebar {
	background:#fff;
	float:left;
	text-align:top;
	width:180px;
    padding:5px 5px 0px 5px;
}

#sidebar ul{
	margin-left: 0;
	padding-left: 0;
    margin-top:0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar a{
	display: block;
	padding: 5px;
	background-color: #D0DCEC;
	border-bottom: 1px solid #eee;
	font-weight:bold;
}

#sidebar a:hover{
	background-color: #93AFD4;
	color: #000;
}

#sidebar h2{
	background:#5f79b7;
	color:#fff;
	font-size:0.95em;
	padding:5px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}


/* Below Menu */

#address{
	margin-top:230px;
	width:170px;
	padding:20px 0px 25px 20px;
	text-align:bottom;
}



/*** Right Collumn Area ***/

#right_collumn {
	color:#7b216e;
	width:560px;
  padding:12px 5px 15px 5px;
  margin-bottom:20px;
}

#right_collumn p, #right_collumn ul {
	font-size:13px;
	padding:0px 5px 12px 5px;
	width:100%;
}

#right_collumn ul {
	list-style-type: disc;
}

#right_collumn li {
	font-size:12px;
	padding:0px 5px 7px 5px;
	margin-left:20px;
	width:100%;
}

#right_collumn h1 {
	background-color:#5f79b7;
	background-image:url('../images/bg_header.jpg');
	background-position: top;
	background-repeat:no-repeat;
	
	color:#fff;
	font-size:18px;
	padding:19px 10px 8px 10px;
	margin:0px 0px 15px 0px;
	
	font-weight:normal;
}

#right_collumn h1.home-title {
	background:none;
	color:#7b216e;
	font-size:22px;
	font-weight:bold;
	padding:0;
	width:200px;
}

#right_collumn h2 {
	background-color:#5f79b7;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	padding:15px 10px 5px 10px;
	margin:20px 0px 10px 0px;
}

#right_collumn h3{

	margin-bottom:0;
	padding:0px 5px 7px 5px;
	font-size:1.2em;
	font-weight:bold;
}

#right_collumn h3.subnews {
	color:#888;
	margin-top:-3px;
	font-size:1.1em;
}

#right_collumn h4{
	padding:0px 5px 3px 5px;
	font-size:1.1em;
	font-weight:bold;
}


#index_top h2 {
	margin-top:5px;
}

#index_top h4 {
	padding-bottom:0;
	margin:0;
}



/*** Footer Area ***/

#footer {
	background-image:url('../images/bg_footer.gif');
	background-position: bottom;
	background-repeat:repeat-x;
	
	height:44px;
	clear:both;
	color:#fff;
	text-align:center;
}

#footer p {
	font-size:11px;
	padding-top:20px;
	margin:0;
}

#footer span {
	margin-left:50px;
}



/*** Styles for Menu Items ***/

ul#nav, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:0.95em;
	width:200px;
}

ul#nav li {
	position: relative;
	width:180px;
	float:left;
	clear:left;
}

#nav li ul {
	position: absolute;
	top: 0;
	left:-999em;
	min-height:0;
}

ul#nav li a {
	display:block;
	text-decoration: none;
	color: #444;
	background: #D0DCEC; /* IE6 Bug */
	line-height:2em;
	height:2em;	
	padding:0 5px;
	width:170px;
}
* html ul#nav a {
	width:170px;
}

/* this sets all hovered lists to red */
#nav li:hover a,#nav li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
   color: #fff;
   background-color: #93AFD4;
}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
    color: #444;
   background-color: #D0DCEC;
}
#nav li ul li a { width:240px; } /* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul { 	left:180px;  } /* The magic */




/*** General Styles ***/

.purple {
	color:#50004b;
}

.grey {
	color:#999;
}

.bold {
	font-weight:bold;
}

.px10 {
	font-size: 10px;
}

.larger {
	font-size:13px;
}

a, a:link, a:visited {
	color:#5f79b7;
	text-decoration:none;
}

a:hover, a:active {
	color:#50004b;
}

#footer a, #footer a:link, #footer a:visited {
	color:#50004b;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#fff;
}

table#content_index td {

}

table#index_top {
	background-color:#eaccec;
	padding:5px;
}

table#index_bottom {
	padding:0px;
}

table#index_bottom p {
	padding-bottom:5px;
}

table#index_bottom p.offer {
	padding-bottom:15px;
}


#index_top a:link, #index_top a:visited {
	color:#50004b;
}

#index_top a:hover, #index_top a:active {
	color:#5f79b7;
}


p.error {
	margin:10px;
	color:#ff0000;
	font-weight:bold;
}
span.req {
	color:#ff0000;
	font-weight:bold;
}

p.back {
	font-style:italic;
	margin-top:30px;
}

.author a {
    color:#fff !important;
}
.author a:link,
.author a:visited,
.author a:active,
.author a:hover {
    color:#fff;
}
.author a:hover {
    text-decoration:underline !important;
}