/* This is the style of your browser text */

body
{
	background-color:#b8beba;
}

.layout_leftbottom
{
	width:44px;
	background-image:url('images/layout_leftbottom.jpg');
	background-repeat: repeat-y;
}

.layout_middlebottom
{
	width:244px;
	background-image:url('images/layout_middlebottom.jpg');
	background-repeat: repeat-y;
}
.layout_middletop
{
	width:244px;
	height:642px;
	background-image:url('images/layout_middletop.jpg');
	background-repeat:no-repeat
}

.layout_rightbottom
{
	width:280px;
	background-image:url('images/layout_rightbottom.jpg');
	background-repeat: repeat-y;
}
.layout_righttop
{
	width:280px;
	background-image:url('images/layout_righttop.jpg');
	background-repeat:no-repeat
}

.layout_content
{
	width:676px;
	height:100%;
	background-color:#333333;
}

.layout_admin_content
{
	width:956px;
	height:100%;
	background-color:#333333;
}

.layout_menucontent
{
	width:131px;
	height:100%;
	background-color:#333333;
}

.layout_maincontent
{
	padding:30px 15px 10px 15px;
	width:299px;
	height:100%;
	background-color:#e8c89b;
}

.layout_subcontent
{
	padding:30px 15px 10px 15px;
	width:545px;
	height:100%;
	background-color:#e8c89b;
}

.layout_admincontent
{
	padding:30px 15px 10px 15px;
	width:825px;
	height:100%;
	background-color:#e8c89b;
}

.layout_newscontent
{
	padding:30px 15px 10px 15px;
	height:100%;
}

.layout_pincontent
{
	padding:150px 15px 10px 15px;
	height:100%;
}

.content_img
{
	border:#fff0ce solid 2px;
	padding:1px;
	background-color:#333333;
	margin:5px 10px 0 0;
}

.content_img_big
{
	border:#fff0ce solid 2px;
	padding:1px;
	background-color:#333333;
	margin:0;
}

.news_img
{
	border:#333333 solid 2px;
	padding:1px;
	background-color:#fff0ce;
}

body, .PageMaster td, .PageMaster div, .PageMaster p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	line-height:17px;
}

.quote
{
	width:170px;
	margin:10px 10px 0 0;
	background:top left no-repeat url('images/quote1.gif') #000000;
}

.quote2
{
	width:170px;
	padding:20px 10px 0px 10px;
	background:bottom right no-repeat url('images/quote2.gif');
}

.PageMaster td .footer, .PageMaster td .imgcenter
{
	font-size:10px;
	text-align:center;
	line-height:15px;
}

.PageMaster a:link, .PageMaster a:visited, .PageMaster a:active, .PageMaster a.CommandButton:link, .PageMaster a.CommandButton:visited, .PageMaster a.CommandButton:active
{
	color:#333333;
	text-decoration:none;
	border-bottom:dotted 1px #dd2005
}

.PageMaster a:hover, .PageMaster a.CommandButton:hover
{
	border:0px solid;
}

.PageMaster .layout_righttop input, .form
{
	font-size:11px;
	color:#333333;
	background:#dddddd;
	border:#dddddd 1px solid;
}

.textfield
{
	width:120px;
	height:18px;
}

.PageMaster h1, .PageMaster h2, .PageMaster h3
{
	font-family: Georgia, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0
}

.PageMaster h1
{
	font-size:18px;
	color: #cccccc;
}

.PageMaster h2
{
	font-size:14px;
	color: #cccccc;
}
.PageMaster h3
{
	font-size:14px;
	color: #ff2005;
}

.PageMaster h6
{
	font-size:14px;
	color: #ffffff;
}

/* Menu Control */
.MenuItem, .PageMaster .layout_menucontent .MenuItem td, .PageMaster .layout_menucontent .MenuItemHover td, .MenuItemHoverSub
{
	font-family: Arial;
	cursor: default;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: -0.5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.PageMaster .layout_menucontent .MenuItem td
{
	padding-left: 3px;
	padding-right: 2px;
}

.MenuItem, .PageMaster .layout_menucontent .MenuItem td
{
	color: #fff0ce;
}

.MenuItemHover, .PageMaster .layout_menucontent .MenuItemHover td
{
	color: #FAB380;
}

.MenuItemHoverSub
{
	color: #FAB380;
}

.SubMenuContainer
{
	border: 1px solid #000000;
	border-left: 1px;
	background-color: #333333;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.SubMenuContainer .MenuItem, .SubMenuContainer .MenuItemHoverSub
{
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.MenuItem img
{
	display: none;
}

a.RedBold:link, a.RedBold:visited, a.RedBold:active
{
	color:#FAB380;
	font-weight:bold;
	text-decoration:none;
	border-bottom:dotted 1px #dd2005
}

a.RedBold:hover
{
	border:0px solid;
}


