body {
	background-color:#FFFFFF;
	}
	
body#body {
	margin:0px;
	padding:0px;
	background-color:#000;
	color:#555555;
	line-height:180%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-style:normal;
	height:100%;
	background-image:url(images/header_background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

h3{background-color:#76a9d4; display:block; color:#FFFFFF; font-size:120%;}

a:link, a:visited, a:active{ color:#76a9d4; text-decoration:none; }
a:hover{ color:#f48d13; text-decoration:underline; }

.left  {  margin:0; padding:0; height:100%; width:58px; } 
.center{  margin:0; padding:0; height:100%; width:700px; }
.right {  margin:0; padding:0; height:100%; width:58px; }

#header{ height:285px; width:100%; text-align:center; background-image:url(images/header_background.jpg); background-repeat:repeat-x; background-position:top;}
#header .left  { background-image:url(images/header_left.jpg); background-position:right top; background-repeat:no-repeat;}
#header .center{ background-image:url(images/header_content_background.jpg); background-position:left top; background-repeat:repeat-x; background-color:#FFF;}
#header .right { background-image:url(images/header_right.jpg); background-position:left top; background-repeat:no-repeat;}
		#header div .title { color: #76a9d4; }
		#header div img { margin:20px; }
		
#nav { height:32px; width:100%; overflow: hidden; text-align:center; background-image:url(images/nav_background.gif); background-repeat:repeat-x; background-position:top; padding:0; color:#444444;}
#nav .left   { background-image:url(images/nav_left.gif); background-repeat:no-repeat; background-position:right top;}
#nav .center { text-align:center;}
#nav .right  { background-image:url(images/nav_right.gif); background-repeat:no-repeat; background-position:left top;}

#main { width:100%; text-align:center;  padding:0;}
#main .left   { background-image:url(images/border_left.jpg); background-repeat:repeat-y; background-position:right top; background-color:#000;}
#main .center { background-color:#FDFDFD;}
#main .right  { background-image:url(images/border_right.jpg); background-repeat:repeat-y; background-position:left top; background-color:#000;}
	
#leftinside					{width:200px; float:left; margin-left:5px; margin-right:5px; height:100%;}
	#leftinside	 li		 	{ list-style-type:none; margin:0; padding-bottom:20px;}
	#leftinside	 ul			{ list-style-type:none; margin:0; padding:0;}
	
#rightinside			{width:420px; float:left; margin-left:10px; margin-right:5px; height:100%; text-align:left; }
	#rightinside p	{margin-top:0; padding:0;}
	#rightinside img{margin-bottom: 10px;}
	#rightinside li{ list-style-image:url(images/bullet.gif); margin-bottom:12px;}
	#rightinside bullet{ color:#B99347; }	
	
	
	#content {
		width:100%;
		padding:0;
		margin:0;
		text-align:left;}
		
#footer{ height:192px; width:100%; overflow: hidden; text-align:center; background-image:url(images/footer_background.gif); background-repeat:repeat-x; background-position:top; padding:0; color:#444444;}
#footer .left   { background-image:url(images/footer_left.jpg); background-repeat:no-repeat; background-position:right top; background-color:#000;}
#footer .center { text-align:center; background-image:url(images/footer.jpg); background-repeat:repeat-x; background-position:center top; height:186px;}
#footer .right  { background-image:url(images/footer_right.jpg); background-repeat:no-repeat; background-position:left top; background-color:#000;}

/*main Navbar */


.MainMenu_SubMenu TD, 
.MainMenu_SubMenuItemSelHover TD, 
.MainMenu_TabRootMenuItem TD,
.MainMenu_TabRootMenuItemSel TD, 
.MainMenu_TabMenuItemHover TD, 
.MainMenu_TabMenuItemSelHover TD		{height:22px;}

.MainMenu_SubMenu TD								{ color: #610B07;}
.MainMenu_SubMenuItemSelHover TD		{ color: #610B07;}
.MainMenu_TabRootMenuItem TD				{ color: #5B6A8A;}
.MainMenu_TabRootMenuItemSel TD			{ color: #610B07;}
.MainMenu_TabMenuItemHover TD				{ color: #610B07; background-color:#CCC;}
.MainMenu_TabMenuItemSelHover TD		{	color: #610B07;}

/*Menu Container (menu bar)*/
.MainMenu_MenuContainer { background-color: Transparent; width: 1px; padding: 0px; border: 0;}


	
/*The drop down menu area*/
.MainMenu_SubMenu {
	z-index: 1000;
	background-color: #CCC;
	border: #AAA 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=90, Strength=0);
	padding:0;
	margin:0;
	}

.MainMenu_MenuBar {
	border: 0;  
	cursor: pointer; 
	cursor: hand; 
	height: 22px; 
	}
	
/*Hover effects on the sub menus, keep the border at 0 or weird things happen*/
.MainMenu_MenuItem {
	background-color:transparent;
	border: 0;
	}

.MainMenu_MenuItemSel {
	background-color: #AAA; 
	border: 0;
	color: #FFFFFF; }


/*Icon on the left of the drop down*/
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	border: 0;
	background-color: transparent; 

}	

.MainMenu_MenuArrow {
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border: 0;

}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 1pt; 
	cursor: pointer; 
	cursor: hand;
	border: 0;
}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

/* Column Classes */

.toppane {
	text-align: left;
	vertical-align: top;
	color: #FF0000;
	padding-top: 5px;
}

.leftpane {
	text-align: left;
	vertical-align: top;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #FF0000;
}

.contentpane {
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #FF0000;
}

.rightpane {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 180px;
	color: #FF0000;
}

.bottompane {
	text-align: left;
	vertical-align: top;
	color: #FF0000;
}


/* Links */
.Link {
	text-align: left;
	vertical-align: middle;
	color: #B0B7C3;
}
A.Link:link,A.Link:visited { 
	text-align: left;
	vertical-align: middle;
	color: #B0B7C3;
}
A.Link:active { 
	text-align: left;
	vertical-align: middle;
	color: #D0D7F3;
}
A.Link:hover { 
	text-align: left;
	vertical-align: middle;
	color: #B0B7C3;

}




/* Copyright text syle */
.Copyright,A.Copyright:link,A.Copyright:visited,A.Copyright:active,A.Copyright:hover {
	color:#596888;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
}


/* Footer text syle */
.Footer,A.Footer:link,A.Footer:visited,A.Footer:active {
	color:#7F7F7F;
	text-decoration:none;
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
}

/* Footer text syle */
A.Footer:hover {
	color:#000000;
	text-decoration:none;
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
}


/* Design Elements */
.NavPane {
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

/* Register text syle */

.Register,A.Register:link,A.Register:visited,A.Register:active {
	color:#596888;
	text-align:center;
	vertical-align:middle;
	padding-right:4px;
	text-decoration:none;
	padding-left: 4px;

}

A.Register:hover {
	color:#596888;
	text-align:center;
	vertical-align:middle;
	padding-right:4px;
	text-decoration:underline;
	padding-left: 4px;

}

/* Login text syle */

.Login,A.Login:link,A.Login:visited,A.Login:active {
	color:#610B07;
	text-align:center;
	vertical-align:middle;
	padding-right:4px;
	text-decoration:none;
	padding-left: 4px;
}

A.Login:hover {
	color:#711B17;
	text-align:center;
	vertical-align:middle;
	padding-right:4px;
	text-decoration:underline;
	padding-left: 4px;

}


/* Search */

.Search {
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	padding-left:4px;
	text-decoration:none;
}


/* Default link syle */
a:link,a:visited,a:active { color: #FF6400; text-decoration: none; }
a:hover { color: #FF6400; text-decoration: underline; }


/* Default container title syle */
.Head { color: #5B6A8A; }

/* Normal Text Box */
.NormalTextBox {
	color: #546383;
	vertical-align: middle;
}


/* Normal Text Color Classes */

/* Normal */
.Normal {
	color: #5B6A8A;
	text-decoration: none;
}
A.Normal:link,A.Normal:visited,A.Normal:active { color: #FF6400; text-decoration: none; }
A.Normal:hover { color: #FF6400; text-decoration: underline; }

/* Black */
.Black { font-weight: normal; text-decoration: none; }
A.Black:link,A.Black:visited,A.Black:active,A.Black:hover { color: #000000; font-weight: normal; text-decoration: underline; }

/* Normal Bold Text Color Classes */

/* NormalBold */
.NormalBold {text-decoration: none; }
A.NormalBold:link,A.NormalBold:visited,A.NormalBold:active,A.NormalBold:hover { color: #5B6A8A; text-decoration: underline; }
/* BlackBold */
.BlackBold {   text-decoration: none; }
A.BlackBold:link,A.BlackBold:visited,A.BlackBold:active,A.BlackBold:hover { color: #000000; text-decoration: underline; }

/* Subhead Text Color Classes */

/* Subhead - Admin Pane Titles */
.Subhead {  text-decoration: none; }
A.Subhead:link,A.Subhead:visited,A.Subhead:hover,A.Subhead:active { color: #546383; text-decoration: underline; }
/* H1 */
h1 {  color: #394B68; }
A.h1:link,A.h1:visited,A.h1:hover,A.h1:active { color: #000000; text-decoration: underline; }
/* H2 */
h2 {  color: #394B68; }
A.h2:link,A.h2:visited,A.h2:hover,A.h2:active { color: #000000; text-decoration: underline; }
/* H3 */
h3 { color: #394B68; }
A.h3:link,A.h3:visited,A.h3:hover,A.h3:active { color: #000000; text-decoration: underline; }
/* H4 */
h4 {  color: #394B68; }
A.h4:link,A.h4:visited,A.h4:hover,A.h4:active {color: #000000; text-decoration: underline; }
/* H6 */
h6 {  color: #394B68; }
A.h6:link,A.h6:visited,A.h6:hover,A.h6:active { color: #000000; text-decoration: underline; }
 
 
/* Admin link styles */
a.CommandButton:link,a.CommandButton:visited,a.CommandButton:active { color:#FFFFFF; border:2px outset #BDC7D7; background:#CBD1DD; padding:2px 3px 3px 4px; text-decoration:none; height:20px;}
a.CommandButton:hover {color:#FFFFFF; border:2px inset #BDC7D7; background:#5B6A8A; padding:2px 3px 3px 4px; text-decoration:none; height:20px;}

/* List styles */
ul {
	list-style-image: url(images/arrow2.gif);
	list-style-position: outside;
}
li {
	color: #610B07;
	list-style-position: outside;
	list-style-type: lower-roman;
}


.LogoTable {
	background-image: url(images/t-worx2006logoBG.gif);
	background-repeat: repeat-x;
	height: 77px;
	width: 100%;
}

.TopRepeater {
	background-image: url(images/CASTILLO_02.gif);
	background-repeat: repeat-x;
	height: 16px;
}
.BottomRepeater {
	background-image: url(images/CASTILLO_31.gif);
	background-repeat: repeat-x;
	height: 16px;
}
.LeftRepeater {
	background-image: url(images/CASTILLO_05.gif);
	background-repeat: repeat-y;
	width: 15px;
}
.RightRepeater {
	background-image: url(images/CASTILLO_08.gif);
	background-repeat: repeat-y;
	width: 16px;
}
.LoginTable {
	background-color: #CCCC66;
	height: 21px;
	width: 100%;
}
.HeaderTable {
	height: 92px;
	background-image: url(images/CASTILLO_13.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
.NavTable {
	background-image: url(images/NavOff.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
}
.NavShadowTable {
	background-image: url(images/CASTILLO_19.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 9px;
	width: 100%;
}
.CopyrightTable {
	background-image: url(images/CASTILLO_21.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
	width: 100%;
}
.SubCopyrightTable {
	background-image: url(images/CASTILLO_23.gif);
	background-position: left;
	height: 8px;
	width: 100%;
	background-repeat: no-repeat;
}
.TermsTable {
	background-color: #D7D7D7;
	background-image: url(images/CASTILLO_25.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 100%;
}
.BottomTableBG {
	background-image: url(images/CASTILLO_29.gif);
	background-repeat: repeat-x;
	height: 27px;
}
.BottomTable {
	background-image: url(images/CASTILLO_27.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 27px;
	width: 100%;
}
.ContentBG {
	background-image: url(images/Rightside.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.TopTable {
	background-image: url(images/t-worx2006_02.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
}
.FooterTable {
	background-image: url(images/t-worx2006_012.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 100%;
}
.ContentTable {
	width: 100%;
}
.MenuTable {
	height: 22px;
}
.OrangeSub {
	color: #FF6400;
}
.FormTable {
	width: 300px;
}
.FormLabelCell {
	color: #546383;
	width: 100px;
}
.FormControlCell {
	color: #546383;
	vertical-align: middle;
}
/* Form Text Box */
.FormTextBox {
	color: #546383;
	vertical-align: middle;
	width: 100%;
	background-color: #FFFFFF;
}
.FormTextArea {
	color: #546383;
	vertical-align: middle;
	width: 100%;
	background-color: #FFFFFF;
}
.FormSubmit {
	background-color: #FF6600;
	color: #FFFFFF;
	border: 1px solid #546383;
	margin-left: 108px;
}

