/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #9999FF;
}

a.altlinks:link, a.altlinks:visited, a.altlinks:active {
	font-weight: bold;
	color: #FFCC00;
}  
a.altlinks:hover {
	color: #699ED7;
	font-weight: bold;
}

/* menu items */

.head_new {
	width: 699px;
	border: thin solid #333333;
}

.menuHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F97DD;
}

.nav {
	background-color: #6F9ED6;
	width: 700px;
	border: thin solid #333333;
	height: 19px;
	padding-top: 5px;
}


.foot1 {
	padding-top: 4px;
}

.bottomx {
	width: 700px;
	border: thin solid #333333;
	background-color: #000000;
	height: 70px;
	background-image: url(images/bottom.jpg);
}

.finePrint {
	font-size: 10px;
}




.content {
	width: 658px;
	background-color: #0C0B0C;
	padding: 20px;
	border: thin solid #333333;
}




/* login panel */
.login_top {
	height: 14px;
	width: 195px;
	background-image: url(images/login_bx_01.jpg);
	background-repeat: no-repeat;
}
.login_middle {
	clear: none;
	float: left;
	width: 160px;
	height: auto;
	padding-right: 20px;
	padding-left: 15px;
	background-image: url(images/login_bx_02.jpg);
	background-repeat: repeat-y;
}
.login_bottom {
	clear: none;
	float: left;
	width: 175px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/login_bx_03.jpg);
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 10px;
}


/* Blog list */
.sidebar_top {
	height: 15px;
	width: 195px;
	background-image: url(images/blog_sidebar_01.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.sidebar_middle {
	clear: none;
	float: left;
	width: 160px;
	height: auto;
	padding-right: 20px;
	padding-left: 15px;
	background-image: url(images/blog_sidebar_02.jpg);
	background-repeat: repeat-y;
}

.sidebar_bottom {
	clear: none;
	float: left;
	width: 175px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/blog_sidebar_03.jpg);
	background-repeat: no-repeat;
	height: 22px;
}



/* blog listings */
.chevrons {
	font-weight: bolder;
	color: #FF6600;
	padding-right: 8px;
	font-size: 13px;
	text-align: left;
}.blogDate {
	font-size: 10px;
	font-style: italic;
	color: #FFFFCC;
}
.blogTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}

.blogSubtitle {
	padding-top: 4px;
	padding-bottom: 8px;
	font-size: 12px;
}


/* articles */


.articleTitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	padding-right: 10px;
	padding-left: 10px;
}

.articleText {
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;	
}



/* misc */

.banner {
	background-image: url(images/divider430.jpg);
	background-repeat: no-repeat;
	width: 435px;
	height: 32px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	text-align: center;
}
.rightJust {
	text-align: right;
}
.bodspace {
	text-align: left;
	padding: 10px;
	margin-right: 8px;
}
.bodySpace {
	padding: 20px;
	margin-right: 8px;
}
.blackType {
	color: #000000;
}
