/**reset.css**/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/** base layout **/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align: center;
	margin:0;
	padding:0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


#wrapper {
	width:820px;
	margin:0 auto;
	border:1px solid #000000;
	text-align: left;

}
#header {
	width:820px;
	height:200px;
}
#container {
	width:820px;
	min-height:580px;
	background:url(../images/bg-container.gif) repeat-y;
}

/** content area **/
#content {
	width:599px;
	float:right;
	background:#BABABA;
	line-height:1.6;
}
	#contnet-inner {
		padding:20px;
	}
#content  p{
	padding:0 0 10px 0;
}
#content  p.header {
	display:none;
}
#content ul {
	list-style-type:disc;
	margin-left:2em;
}

/** sidebar **/
#sidebar {
	width:221px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#sidebar #navigationbox {
	background-color:#000000;
	color:#fff;
	margin:0;
}
#sidebar #navigationbox ul li{
	display:inline;
	font-weight:bold;
}
#sidebar #navigationbox ul{
	overflow:hidden;
}
#sidebar #navigationbox ul li a{
	color:#fff;
	font-weight:bold;
	padding:6px 10px;
	width:100%;
	text-align:left;
	display:block;
}
#menu_left li.activeTop a.activeTop{
	width:201px;
	background:url(../images/bg-nav-active.gif) repeat-y 0 0;
}

/** form **/
form#mainareaform label{
	display:block;
	width:101px;
	text-align:right;
	font-size:10pt;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.submit{
	background-color:#375AA5;
	color:#fff;
	padding:5px 20px;
	border:1px solid #DDDDDD;
	text-align:center;
	font-family:verdana;
}
#form table td {
	vertical-align:top;
	padding:10px;
}

/**Font style **/
h1 {
	color:#EB1C24;
	font-size:20px;
	border-bottom:1px solid #EB1C24;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
}
div.redfont {
	color:#EB1C24;
	font-weight:bold;
}