body {
	font: 11px/125% verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	background: #FFF url(images/background.jpg) top left repeat-y;
	margin: 0;
	padding: 0;
}


/* ## TABLES ############################################################### */

#tableLayout {
	width: 100%;
}

#tableInnerLayout {
	width: 100%;
}

#tableLeftMenu {
	vertical-align: top;
	width: 210px;
}

#tableRightSide {
	vertical-align: top;
	width: auto;
}

#tableContent {
	vertical-align: top;
}

#tableNews {
	vertical-align: top;
}

#tableRightMenu {
	vertical-align: top;
}


/* ## TBOX & BUTTON SETTINGS ############################################### */

.tbox {
	color: #0B3C74;
	cursor: text;
}

.button {
	margin: 3px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.button:hover {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	cursor: pointer;
}


/* ## LINKS ################################################################ */

a, a:link, a:visited {
	text-decoration: none;
	color: #0B3C74;
	font-weight: bold;
}

a:hover {
	text-decoration: underline overline;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

.leftMenu a, .leftMenu a:link, .leftMenu a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.leftMenu a:hover {
	text-decoration: underline overline;
}

.leftMenu a:active {
	text-decoration: none;
	color: #FFF;
}

.rightMenu a, .rightMenu a:link, .rightMenu a:visited {
	text-decoration: none;
	color: #CCF;
	font-weight: bold;
}

.rightMenu a:hover {
	text-decoration: underline overline;
}

.rightMenu a:active {
	text-decoration: none;
	color: #FFF;
}


/* ## HEADER ############################################################### */

#myWelcomeMessage {
	width: 195px;
	height: 185px;
	padding: 10px 15px 10px 5px;
	background: url(images/header_left.jpg);
	color: #fff;
}

#headerTop {
	height: 155px;
	background: #103976 url(images/header_right_top.jpg) no-repeat;
}

#headerBottom {
	height: 50px;
	background: url(images/header_right_bottom.jpg) repeat-x;
}

#siteName {
	font: bold 40px/60px verdana, arial, helvetica, sans-serif;
	color: #AA834A;
}

#siteTag {
	font: bold 15px verdana, arial, helvetica, sans-serif;
	color: #E7D2B5;
}

#siteLinks {
	position: absolute;
	left: 220px;
	top: 160px;
	height: 25px;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #FFF;
}

#siteLinks a, #siteLinks a:link, #siteLinks a:visited {
	padding: 0 2px;
	text-decoration: none;
	color: #FFF;
}

#siteLinks a:hover {
	text-decoration: underline overline;
}

#siteLinks a:active {
	text-decoration: none;
	color: #FFF;
}


/* ## LEFT MENU ############################################################ */

.leftMenu {
	width: 180px;
	padding: 10px 25px 10px 10px;
	color: #FFF;
}

.leftMenuCaption {
	font: bold small-caps 15px/125% verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid white;
	text-align: center;
}

.leftMenuContent {
	margin: 5px 0;
}

.leftMenu textarea.tbox,
.leftMenu input.tbox {
	width: 90%;
	background: #FFF url(images/tbox.gif) no-repeat;
	border: none;
	padding: 6px 0 0 6px;
}


/* ## RIGHT MENU ########################################################### */

.rightMenuTop {
	height: 25px;
	width: 190px;
	background: url(images/right_menu_top.gif) no-repeat;
}

.rightMenu {
	width: 160px;
	padding: 0 25px 5px 10px;
	background: url(images/right_menu.gif) repeat-y;
	color: #FFF;
}

.rightMenuCaption {
	font: bold small-caps 15px/125% verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid white;
	text-align: center;
}

.rightMenuContent {
	margin: 5px 0;
}

.rightMenuBottom {
	height: 40px;
	width: 190px;
	margin: 0 0 10px 0;
	background: url(images/right_menu_bottom.gif) no-repeat;
}

.rightMenu textarea.tbox,
.rightMenu input.tbox {
	width: 90%;
	background: #FFF url(images/tbox.gif) no-repeat;
	border: none;
	padding: 6px 0 0 6px;
}

#featurePresentation {
	padding: 0 20px;
}

/* ## NEWS ################################################################# */

.newsBlock { margin: 0 10px 50px 10px; }

.newsIcon { padding: 5px 10px; }

.newsCaption { font: bold 20px arial, helvetica, sans-serif; }

.newsPosted { font: bold 9px arial, helvetica, sans-serif; }

.newsComments {
	margin: 10px 0 0 0;
	float: left;
	font: bold 9px arial, helvetica, sans-serif;
}

.newsComments img {display: none;}

.newsOptions {
	margin: 10px 0 0 0;
	float: right;
}



/* ## MISCELLANEOUS ######################################################## */
.floatLeft { float: left; }

.floatRight { float: right; }

.floatEnd { clear: both; }

.smalltext {
	font: 10px/100% verdana, arial, helvetica, sans-serif;
}


/* ## COMMENTS ############################################################# */
.comment_block {
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #C3C29E;
	height: auto !important;
	height: 1%;
}

.comment_info {
	padding: 5px;
	width: 150px;
	text-align: center;
	float: left;
}

.comment_content {
	margin:  0 0 0 160px;
	padding: 5px;
}

/* ## CHATBOX ############################################################## */
.leftMenu .chatboxBlock {
	margin: 10px 0;
	background: #999;
}

.rightMenu .chatboxBlock {
	margin: 10px 0;
	background: #1C4D85;
}

.leftMenu .chatboxInfo {
	border-bottom: 2px solid #7F7F7F;
}

.rightMenu .chatboxInfo {
	border-bottom: 2px solid #0B3C74;
}

.chatboxMessage {
	padding: 3px 3px;
}

/* ## FORUM ################################################################ */
.fborder {
	border: 1px solid #777;
}

.fcaption {
	border: 1px solid #777;
	font-weight: bold;
}

.forumheader {
	border: 1px solid #777;
	text-align: left;
	font-weight: bold;
}

.forumheader2 {
	border: 1px solid #777;
	text-align: left;
}

.forumheader3 {
	border: 1px solid #777;
	text-align: left;
}

.menu .fborder {
	font-size: 1px;
	border: none;
}

.menu .forumheader {
	font-size: 1px;
	color: #fff;
	padding: 1px;
	border: none;
	text-align: left;
}

.menu .forumheader3 {
	font-size: 1px;
	color: #fff;
	padding: 1px;
	border: none;
	text-align: left;
}

.menu .fborder a {
	border: 1px solid #777;
}


.menu .fborder .smalltext {
	font-size: 8px;
}





