/***** Page *****/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	font-style: normal;
	margin: 0%;
               padding: 10px;
	min-width: 780px;
	background: #dbe6ee;
	background-image: url(images/bg.jpg);
               background-repeat: repeat-y;
               text-align: center;
}

#wrapper {
	border:0px;
	color:#ffffff;
	background:inherit;
	margin:0 auto;
	padding:0px;
	width:780px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
               height: 255px;
               margin: 0;
               padding: 0;
}

#content {
	border:1px solid #333;
	color:#ffffff;
	background:#ffffff;
	margin: 0 auto;
	padding:0px;
	width:680px;
               overflow: auto;
}

#main a:plain { 
	color: #446D8C; 
	text-decoration: none; 
	font-weight: 700;
}

#main a:link { 
 	color: #446D8C; 
	text-decoration: none; 
	font-weight: 700;
}

#main a:visited { 
	color: #446D8C; 
	text-decoration: none;
	font-weight: 700;
}

#main a:hover { 
	color: red;
	text-decoration: none; 
	font-weight: 700;
}

#main a:active { 
	color: #446D8C; 
	background: #dbe6ee;
	text-decoration: none; 
	font-weight: 700;
}

a:plain { 
	color: #dbe6ee; 
	text-decoration: none; 
	font-weight: 700;
}

a:link { 
 	color: #dbe6ee; 
	text-decoration: none; 
	font-weight: 700;
}

a:visited { 
	color: #dbe6ee; 
	text-decoration: none;
	font-weight: 700;
}

a:hover { 
	color: red;
	text-decoration: none; 
	font-weight: 700;
}

a:active { 
	color: #446D8C; 
	background: #dbe6ee;
	text-decoration: none; 
	font-weight: 700;
}

img.left,img.center,img.right {
	border: 1px solid #446D8C;
}

/**** Navigation ****/

#nav {
               width: 200px;
               float: right;
	list-style: none;
	overflow: hidden;
}

#nav ul,#nav li
{
	margin-top:5px;
               margin-bottom:5px;
               margin-right:0px;
               margin-left:0px;
	padding:0px;
}

#nav li {
	white-space:nowrap;
               background: #ffffff;
	background-image: url(images/nav-tab.gif);
               height: 25px;
               text-align: right;
               padding: 2px;
	overflow: hidden;
	display: block;
}

#nav a {
               text-decoration: none; 
              font-weight: 700;
               color: #ffffff;
               font-style: italic;
}

#main {
               float: left;
               color: #000000;
               width: 430px;
               background: inherit;
               padding: 10px;
               text-align: left;
}


/***** Right Column *****/

#right {
               float: left;
               width: 200px;
               color: #000000;
               padding-top: 0px;
}

#footer {
               width: 680px;
               border: 1px solid #000000;
               color: #ffffff;
               background: #446D8C;
               padding: 5px;
	margin:0 auto;
               text-align: center;
               clear: both;
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                