/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}

#black
{
color: #000000;
}
#white
{
color: #ffffff;
}

a:link {
	color: #000066;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #0066FF;
}
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

#main
{
	background: #ffffff;
	width: 850px;
}

#header {
	width: 850px;
	height: 136px;
	background: url(images/header.jpg) repeat;
}

#logo {
	float: left;
	width: 850px;
}

#logo h1 {
	padding-top: 38px;
	margin-left: 20px;
	font-size: 28px;
	font-weight: normal;
}


#logo h2 {
	margin-top: 5px;
	margin-left: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

#logo h2 a {

}

#logo a {
	text-decoration: none;
}

#metamorph { 
    font-size: 14px;
	color: #ffffff;
}
#menu {
	float: left;
	margin-left: 3px;
	margin-left: 3px;
	width: 844px;
	background: url(images/buttons.gif) repeat-x;
}

#menu ul {
	margin: 0;
	margin-left: 100px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 26px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#menu a:hover {
background: url(images/buttons_r.gif) repeat-x;
text-decoration: underline;
}

#content
{
	width: 850px;
}

#left
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 200px;
}



#right
{
	float: right;
	width: 615px;
	padding-top: 10px;
	padding-right: 15px;
}

#right H4
{
	font-size: 12px;
	color: #000000;

}

#right H1
{
	font-size: 28px;
	color: #000000;
	padding-bottom: 10px
}

#right a
{
	color: #0000CC;
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #0041A3;
}
.date {
	text-align: right;
	color: #0041A3;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #0041A3;
	background-color: #fff;
}

#right .pic
{
float: left;
margin: 5px;
}

#right .pic1
{
float: right;
margin: 5px;
}

#metamorph1 {
	clear: both;
	height: 46px;
	padding: 20px 0;
	background: url(images/footer.gif) repeat-x;
	text-align: center;
	width: 845px;
	margin-left: 4px;
}

#metamorph1 p {
	margin: 0;
	color: #ffffff;
}

#metamorph1 a {
	color: #ffffff;
}

#metamorph1 a:hover {
	color: #FF0000;
}
.small p {
	margin: 0;
	font-size: 11px;
}
.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 33px;
	padding: 13px 0 0 20px;
	background: url(images/small.jpg) repeat-x;
	font-size: 12px;
	color: #FFFFFF;
}

.boxed .content2 {
	padding: 10px;
}

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
}

#text1, #text2 {
	width: 150px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}
