body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}

#pageCont
{
	position:relative;
	z-index:1;
}

.header
{
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	height: 148px;
	position: relative;
}

.content
{
	padding-top: 13px;
}

/*<box1>*/
.box1LT
{
	width:4px;
	height:4px;
	background-image:url(../img/box1_LT.gif);
	background-repeat:no-repeat;
	background-position:left top;	
}

.box1LB
{
	height:4px;
	background-image:url(../img/box1_LB.gif);
	background-repeat:no-repeat;
	background-position:left bottom;	
}

.box1RT
{
	width:4px;
	background-image:url(../img/box1_RT.gif);
	background-repeat:no-repeat;
	background-position:right top;	
}

.box1RB
{
	background-image:url(../img/box1_RB.gif);
	background-repeat:no-repeat;
	background-position:right bottom;	
}

.box1L
{
	background-image:url(../img/box1_L.gif);
	background-repeat:repeat-y;
	background-position:left;	
}

.box1T
{
	background-image:url(../img/box1_T.gif);
	background-repeat:repeat-x;
	background-position:top;	
}

.box1R
{
	background-image:url(../img/box1_R.gif);
	background-repeat:repeat-y;
	background-position:right;	
}

.box1B
{
	background-image:url(../img/box1_B.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}

.box1Cont
{
	background-image:url(../img/box1_C.jpg);
	background-repeat:repeat-x;
	background-color:#DBDBDB;
}

.box1ContImg
{
	background-image:url(../img/logo_cont.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding: 13px 11px;
}
/*<box1>*/
.text13Bold
{
	font-weight:bold;
	font-size:13px;
}

.div1
{
	color: #941717;
	width: 430px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 10px;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.cb
{
	clear:both;
}

.paddingLeft15
{
	padding-left:15px;
}

.marginRight1
{
	margin-right:1px;
}
.contentLeft
{
	clear: right;
	float: left;
	width: 977px;
	padding-bottom: 50px;
}

.marginTB25
{
	margin:25px 0px;
}

.artImageLeft
{
	margin:0px 10px 7px 0px;
	float:left;
}

.artImageRight
{
	margin:0px 0px 7px 10px;
	float:right;
}

.contentRight
{
	margin-left:787px;
	padding-left:15px;
	width: 170px;
	text-align: right;
}

.footer
{
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#DDDDDD;
	padding:20px 20px 5px 20px;
	;
	font-size:11px;
	color:#7A0B0B;
	line-height:20px;
	height: 50px;
}

.footer a:link, .footer a:visited
{
	font-size:11px;
	color:#7A0B0B;
	text-decoration:none;
}

.footer a:hover
{
	font-size:11px;
	color:#7A0B0B;
	text-decoration:underline;
}

.textBold
{
	font-weight:bold;
}

.textDarkRed
{
	color:#7F0202;
}

.cmDiv
{
text-align:right;
padding:30px 55px 0px 0px;
}

.artTitle
{
	font-weight:bold;
	padding:30px 0px 25px 0px;
}

.doghnutUl
{
	list-style-image:url(../img/li_circlered.gif);
	list-style-position:outside;
}

.doghnutUl li
{
	margin-bottom:30px;
}

.alignRight
{
	text-align:right;
}

.menuBox
{
	width: 206px;
	background-image: url(../img/menuleft_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F7F7F7;
	border-collapse:collapse;
}

.menuBox td
{
	border-top:1px solid #E9E9E9;
	border-left:1px solid #F4F4F4;
}

.menuleftOpt
{
	padding: 13px;
	border: 1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#941717;
	cursor:pointer;
	width:178px;
}

.menuleftOptSel
{
	padding: 13px;
	border: 1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../img/menuleft_opt_sel.jpg);
	background-repeat:repeat-x;
	background-color:#891515;
	cursor:pointer;
	width:178px;
}

.positionRelative
{
	width:1px;
	height:auto;
	position: relative;
	float: left;
}
.menuleftOpt .menuLeftDoghnut
{
	position:absolute;
	background-image:url(../img/menu_red_circle.png);
	background-repeat:no-repeat;
	left:-13px;
	top:0px;
	width:8px;
	height:16px;
}

*html .menuleftOpt .menuLeftDoghnut
{
	position:absolute;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/menu_red_circle.png', sizingMethod='crop');
	left:-15px;
	top:0px;
	width:8px;
	height:16px;
}

.menuleftOptSel .menuLeftDoghnut
{
	position:absolute;
	background-image:url(../img/menu_white_circle.png);
	background-repeat:no-repeat;
	left:-13px;
	top:0px;
	width:8px;
	height:16px;
}

*html .menuleftOptSel .menuLeftDoghnut
{
	position:absolute;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/menu_white_circle.png', sizingMethod='crop');
	left:-15px;
	top:0px;
	width:8px;
	height:16px;
}

.marginTop30
{
	margin-top:30px;
}
.footerImg {
	background-image: url(../img/footer_img.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 229px;
}

.textItalic
{
	font-style:oblique;
}

.zone
{
	border:1px solid #000000;
}.textUnderlined {
	text-decoration: underline;
}

.cursorPointer
{
	cursor:pointer;
}

#headerMotto {
	position:absolute;
	left:337px;
	top:63px;
	width:auto;
	height:auto;
	z-index:1;
	color: #FFFFFF;
	font-style: oblique;
}

