/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	color: #E5E5E5;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

.list1 {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	line-height: 100%;
}

.list1 li {
	padding: 8px 0;
	background-position: left top;
	font-weight: bold;
}

.list1 .first li {
	background: none;
}

ol {
	margin-left: 3em;
}

ol li {
}


img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	padding: 5px 0;
	background-position: left bottom;
}

.boxed .title h2 {
	text-transform: none;
	font-size: 14px;
	background-position: right center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFCC;
}

.boxed .content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 100%;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0;
	background-position: left bottom;
}

.post .title h2 {
	text-transform: none;
	font-size: 14px;
	background-position: right center;
	font-family: "Black Regular";
	color: #FF0066;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(../Templates/images/img5.gif) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 9px;
}

.post .meta p {
}

.post .story {
	padding: 0px;
	color: #F700AE;
	font-weight: bold;
	line-height: 100%;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
	color: #2B0059;
}

/* Logo */

#logo {
	width: 900px;
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 325px;
	text-transform: uppercase;
	letter-spacing: -5px;
	font-size: 72px;
	font-weight: normal;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 325px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1400px;
	background-color: #FFFFFF;
}

#extra {
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
	background-position: 140px 100px;
	background-image: url(Images/page.jpg);
	background-repeat: no-repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(Images/sidebar.jpg);
	height: 1400px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}


#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 {
	width: 150px;
}

#inputsubmit1 {
	width: 100px;
	color: #CDCDE2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	background-position: left top;
}

/* Content > Sidebar > Menu */

#menu {
	width: 900px;
	height: 95px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #4E515B;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#menu a:hover {
	background: #000000 url(../Templates/images/img2.gif) no-repeat 15px 50%;
	color: #FFFFFF;
}


#menu .active a {
	color: #6633FF;
}

/* Footer */

#footer {
	clear: both;
	width: 860px;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #2B0059;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}


.style3 {
	color: #2B0059
}
.style4 {color: #FFFFFF}
body {
	background-color: #2B0059;
	
}
body,td,th {
	color: #999999;
}
#page #content #example .story img {
	float: left;
}
.style5 {
}
#page #content #example .story img {
	float: left;
	margin-right: 10px;
}

.style7 {color: #FFFFCC; }
.style8 {color: #6633FF}
.style9 {color: #FFFFFF; font-weight: bold; 

}


#page #content #welcome .story img {
}
#footer #legal {
	font-size: 10px;
}
.style14 {font-size: 12px}
#page #content #welcome .story div {
	float: left;
	height: auto;
	width: 300px;
	text-transform: capitalize;
}
#page #sidebar .boxed {
}
#page #content #welcome .story .style4 style17 .style3 style23 style13 style3 a {
	color: #EE008C;
}
