/*
	RESET
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

header {
		display: block;
		margin: 0;
		padding: 0;
}

p {
	line-height: 1.4em;
	margin-top: 2px;
	margin-bottom: 2px;
	
}

iframe {
	
	z-index:0;
}

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, caption, tbody, tfoot, thead, tr, th, td {
	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cRight {
	text-align: right;
}

.cLeft {
	text-align: left;
}

.FormError {
	color: red;
}



/*
	MAIN 
	
*/

body {
	color: #555;
	background-color: #EEEEE6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}


h1 {
		font-size: 1.4em;
		font-weight: bold;
		margin-top: 20px;
		color: #11286c;
		border-bottom: 1px dotted #ddd;
		padding-bottom: 10px;

}

h2 {
		font-size: 1em;
		font-weight: bold;
		margin: 0;
		height: 40px;
		line-height: 40px;
}

a {
	color: #004FA6;
}

a:hover {
	text-decoration: none;
	color: #333;
}



#cShell {
	width: 960px;
	margin: 0 auto 0 auto;
	border: none;
	background-color: #fff;
	box-shadow:0 0 10px 5px #DDD; 
}

#cHead {
	width: 960px;
	height: 120px;
	background: #fff url(img/cTopBg.png) top left no-repeat;
}


#cMain {
	width: 680px;
	padding: 20px 20px 20px 20px;
	float: right;
}


#cMain div.cBreadCrumbs p {
		font-size: 0.8em;
		margin: 0;
		padding-top: 10px;
	
}



div.cText {
	margin: 0 0 30px 0;
}

div.cSubMenu, div.cFiles {
	margin: 30px 0 30px 0;
}
	
	
div.cText p {
	
	
}

div.cSubMenu ul li {

	padding-bottom: 10px;	

}


div.cFiles ul {
	padding: 0;
	list-style-type: none;
	list-style-position:outside;
	margin: 0 0 20px 0;
}

div.cFiles ul li {
	padding-bottom: 20px;
	
	
}

div.cFiles ul h2 {
	height: auto;
	line-height: normal;
	margin: 0 0 5px 0;
	
	
}

div.cFiles ul p.cFileLink {
	padding: 2px 0 5px 30px;
	background: #fff url(img/cIconsDown.png)0 0 no-repeat;
	
}

div.cFiles ul p.ods {
	background: #fff url(img/cIconsDownOds.png)0 0 no-repeat;
}

div.cFiles ul p.pdf {
	background: #fff url(img/cIconsDownPdf.png)0 0 no-repeat;
}

div.cFiles ul p.doc {
	background: #fff url(img/cIconsDownDoc.png)0 0 no-repeat;
}

div.cFiles ul p.xml {
	background: #fff url(img/cIconsDownXml.png)0 0 no-repeat;
}





div.cText {
	padding: 10px;
	background-color: #f8f9f5;
}





/*
	sidebar
*/

#cSideBar {
	width: 200px;
	float: left;
	clear: both;
	padding: 20px 20px 20px 20px;
	background-color: #f1f9fc;
	border-bottom: 1px solid #11286c;
	margin-bottom: 20px;
}


#cSideBar ul.cSideBarMenu,
div.cSubMenu ul {
	padding: 0;
	list-style-type: square;
	list-style-position:outside;
	margin: 0 0 20px 16px;
}

#cSideBar ul.cSideBarMenu li {
	padding: 0 0 10px 0;
}

#cSideBar ul.cSideBarMenu li.sel a {
	text-decoration: none;
	color: #333;
	
}




/*
	foot
*/

#cFoot {
		padding: 20px 20px 20px 20px;
	clear: both;
	border-top: 1px solid #EEEEE6;;
	font-size: 11px;
	font-weight: bold;
}
	