html {
	overflow-y: scroll;
} 

body {
	margin: 0;
	padding: 0;
        /* background: #000000; */
	/* background: #252D37 url(images/img1.gif) repeat-x; */
	background: #000000 url(images/bluegradient2.jpg) repeat-x;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A4AFBD;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1 { font-size: 31px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 18px;
}

a {
	color: white;
        text-decoration: none;
}

a:hover {
	color: #2321FF;
}

/* Boxed */

.boxed {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	/* background: url(images/img4.gif) repeat-x left bottom; */
}

/* Post */

.post {
	margin: 0 0 20px 0;
	padding: 8px 20px 30px 20px;
	/* background: url(images/img4.gif) repeat-x left bottom; */
}

/* Header */

#header {
	width: 904px;
	height: 70px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 3px 15px 0 15px;
	/* text-transform: lowercase; */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
        /* 240695 */
	background: url(images/bluehighlight.jpg) repeat-x;
}

/* Content */

#content {
	width: 904px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 220px;
}

#colTwo {
	float: right;
	width: 666px;
} 

/* ColOne Content */

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colOne li {
	padding: 5px 0 7px 0;
	border-top: 1px solid #3B495A;
}

#colOne li.first {
	border: none;
}

#colOne h3 {
	font-size: 15px;
        /* color: #02D800; */
        color: white;
}

/* ColTwo Content */

#graphiclink {
  color: black;
}

/* Logo */

#logo {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	text-align: center;
	/* background: url(images/img3.gif) repeat-x left bottom; */
}

/* Welcome */

#welcome {
	padding: 5px 20px 20px 20px;
	/* background: url(images/img4.gif) repeat-x left bottom; */
}

#welcome h2 {
	margin-bottom: 25px;
        color: white;
}

#welcome p {
	margin-left: 126px;
}

/* Footer */

#footer {
	clear: both;
	width: 904px;
	margin: 0 auto;
	background: url(images/bluefooter.jpg) repeat-x left top; */
}

#footer p {
	margin: 0;
	padding: 15px;
	text-align: center;
}
