/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;

}


.center
{ 
text-align: center;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}


tr {
background-color:#FF00FF;
 }

td {
padding:3px;
border:1 solid black;
background-color:#FFFFFF;
 }

td.heading {
padding:3px;
border:1 solid black;
background-color:#FFFFFF;
font-weight: bold;

 }

td.white {
padding:3px;
border:1 solid black;
background-color:#FFFFFF;
 }

td.yellow {
padding:3px;
border:1 solid black;
background-color:#FFFF88;
 }

td.red {
padding:3px;
border:1 solid black;
background-color:#FFF5F5;
 }

td.alarm {
padding:3px;
border:1 solid black;
background-color:#aa0000;
color:white
 }

td.green {
padding:3px;
border:1 solid black;
background-color:#F5FFF5;
 }

td.blue {
padding:3px;
border:1 solid black;
background-color:#0000aa;
color:white
 }

body {
	background: #FFFFFF url(images/img01.jpg) repeat-y;
	font: normal medium Arial, Helvetica, sans-serif;
	color: #303545;

}

h1 {
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #303545;
}

h3 {
	font-size: 1.75em;	
	font-weight: normal;
	color: #303545;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
/*	color: #616583;	*/
	color: #303545;	
}

a:hover {
	text-decoration: none;
	color: Maroon;
}

img {
	border: none;
	padding: 0px 0px 0px 0px
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 25px;
	padding: 5px 0 0 15px;
	background: url(images/img03.gif) no-repeat;
	font-size: 1.2em;
	font-weight: bold;
}

.boxed .content {
	padding: 0px;
	background: url(images/img04.gif);
	border: 1px solid #FFFFFF;
	border-top: none;
}

/* Post */

.post {
	padding: 2em 0 0 0;

}

.post .title {
}

.post .date {
	margin: -1.4em 0 .2em 0;
	text-align: right;
	font-size: 1em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding: 1em;
	background: #656983 url(images/img04.gif);
	border: 1px solid #656983;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 1em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
/*	line-height: 1.7em;	*/
}

/* .post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	line-height: 1.7em;
} */

/* Breadcrumb */

#breadcrumb {
	width: 715px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	background: #40ACC7 url(images/img01.gif) no-repeat;
	color: #FFFFFF;
}

/* Logo */

#logo {
	padding: 20px 0 20px 0;
	text-align: center;
}

#logo h1 {
	text-transform: lowercase;
	font-size: 2.6em;
	font-weight: bold;
	font-style: italic;
	font-color: white
}

#logo h2 {
	text-transform: lowercase;
	font-size: 1em;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
/*	margin: 0 220px 0 260px; */
	margin: 0 0 0 260px; 
}

#main a {
	text-decoration: none;
/*	color: #110000;	*/
}

a:hover {
	text-decoration: underline;
	color: Red;
}

#main ItalicizeMe {
	font-style: italic;
}


/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	position: relative;
	width: 200px;
	padding: 20px;
}

#rightbar {
	float: right;
	position: relative;
	width: 200px;
	padding: 20px;
}



#sidebar h3 {
}

#sidebar a {
}

/* Content > Sidebar > Login */

#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;
	padding: 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
}

#inputsubmit1 {
	font-size: x-small;
}

/* Content > Sidebar > Menu */

#menu {
}

#menu .content {
	border: 1px solid #FFFFFF;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
}

#menu a {
	display: block;
	padding: 5px 0 5px 17px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#updates h3 {
	font-size: small;
}

#updates p {
	font-size: x-small;
}

/* RightBar */

#RightBar {
	float: right;
	width: 170px;
	padding: 20px;
	margin:0px 0px 0px 15px;
	background: #656983 url(images/img04.gif);
}

#RightBar .content {
	border: 1px solid #FFFFFF;
}

#RightBar ul {
	margin: 0;
	list-style: none;
}

#RightBar li {
	display: block;
}

#RightBar a:hover {
	color: Maroon;
}




/* LeftBar */

#LeftBar {
	float: left;
	width: 170px;
	padding: 20px;
	margin:0px 15px 0px 15px;
	background: #656983 url(images/img04.gif);
}

#LeftBar .content {
	border: 1px solid #FFFFFF;
}

#LeftBar ul {
	margin: 3px;
}

#LeftBar li {
	display: block;
	padding: 3px; 
	list-style: none;
}

#LeftBar a {
	text-decoration: none;
}

#LeftBar a:hover {
	color: Maroon;
	text-decoration: underline;
}

/* Support */

#support {
	padding: 20px 0;
}

#support h2 {
	font-size: 1.4em;
}

#support h3 {
	font-size: 1em;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 0 0 260px;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* header code */
#header {
	background-image: url(images/img01b.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: auto;
	height: auto;
}

#header_content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 10%;
	width: auto;
	height: 128px;
	text-align: left;
	vertical-align: top;
}
/* end header code */

