/* Author : Patrick Sy */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {	outline:0;}
body { line-height:1;}
/* ol, ul { list-style:none;} */

table { border-collapse:separate; border-spacing:0;}
caption, th, td { text-align:left; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after { content:"";}
blockquote, q { quotes:"" "";}

/*** font styles ***/
a,h1,h2,h3,h4,h5,h6,p,pre,table,th,td,label,li,input,textarea,select,blockquote,code,dt,dd {}
a { text-decoration:none; cursor:pointer; color:#cc0000;}
a:hover, a:focus { text-decoration:none; color:#8c0505;}
:focus { outline:0;}

h1,h2,h3 {}
p,strong,li,label,pre,table,th,tr,td,tbody,tfoot,thead,blockquote,code  {}
em { font-style:italic;}
strong { font-weight:bold;}
img { vertical-align:top;}
/* ol li { list-style:decimal inside;} */

span.break { display:block; margin-bottom:22px;}
.red { color:#990000;}
.alignLeft { float:left;}
.alignRight { float:right;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both;}

/*** general ***/
body { background:url(images/bg.gif) repeat-x #fff; text-align:center; font-family:Arial; font-size:11px; color:#333; position:relative;}
#wrap { background:url(images/mContent.gif) repeat-y; text-align:left; width:759px; margin:25px auto; position:relative;}

#header { background:url(images/header.gif) no-repeat; padding:23px 0 0 10px;}
	#logo { font-family:Times New Roman; font-size:37px;}
	#imgHeader { float:left; width:509px; min-height:194px;}
	
#mBody { background:url(images/mBody.gif) no-repeat; min-height:200px; padding:25px 30px 10px 30px; clear:both; line-height:16px;}
	#nav { font-size:14px; float:left; background:#cc3333; font-family:Tahoma; font-size:12px; width:229px; border-right:1px solid #7a7a7a;}
	#nav li { display:block; padding:0;}
	#nav li a { display:block; color:#fff; height:19px; text-align:center; background:url(images/nav.gif) repeat-x; padding:6px 0 0 0;}
	#nav li a:hover, #nav li a:focus { background-position:0 -60px;}
	#nav li:first-child a, #nav .first a { height:18px; background-position:0 -1px;}
	#nav li:last-child a, #nav .last a { height:18px;}
	#nav li:first-child a:hover, #nav li:first-child a:focus, #nav .first a:hover, #nav .first a:focus { background-position:0 -61px;}
	#mContent { float:left; width:470px;}
	#imgBar { float:left; width:136px; margin-right:8px; text-align:center}
	#sidebar { float:left; width:200px; font-size:11px; padding-right:9px; margin-right:20px;}
		#sidebar .title { color:#000;}
	
#footer { background:url(images/footer.gif) no-repeat; height:43px; padding:28px 45px 0 45px; color:#000;}
	#footer a, #footer .alignLeft a:focus, #footer .alignLeft a:hover { color:#000; text-decoration:underline;}
	#footer a:hover, #footer a:focus, #footer .alignLeft a { text-decoration:none;}

	.imgWrap img { border:1px solid #e59999;}
	img.alignRight { margin-left:12px;}
	img.alignLeft { margin-right:12px;}
	.divider { border-bottom:1px solid #516161; margin:20px 0 19px 0;}
	.title { font-size:20px; margin-bottom:12px; color:#990000;}
