/* CSS Document APOsd */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
      font-size:12px;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFFFFF;
}

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #A11318; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #A11318; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EEE; padding: 2px 4px 2px 4px; border: 1px solid #808080; }
DIV.csc-frame-frame2 { background-color: #FFF; padding: 2px 4px 2px 4px; border: 1px solid #808080; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }


hr { 
	color: #CCCCCC; height: 1px;
	}
	
h1 {
	color: #A11318;
	font-size: 18px;
	font-weight: bold;
      line-height: 20px;
	text-decoration: none;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 10pt;
	}

h2 {
	color: #A11318;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 0pt;
	}

h4 {
	color: #49648F;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
	
h5 {
	color: #880000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
	
h6 {
	color: #880000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}


#container {
	position:relative;
	width:900px;
	min-height:500px;
	text-align:left;
	margin:15px auto;
	padding:0;
	background-color:#FFF;
}

html:root #container{
  width:900px;
}

#header {
	background-color:#648CA1;
	margin:0 auto;
	height:100px;
}

#content_wrap
{
	margin-bottom:10px;
	margin-top:10px;	
	padding-left:0px;	
	overflow: auto;
}

#left {
	float:left;
	width:150px;
	margin:0;
	padding:0;
}

html:root #left{
  width:150px;
}


#nav {
	clear:left;
	float:left;
	width:125px;
	margin:0 0 0px 0;
	padding:0;
}

#nav ul {
	list-style:none;
	width:124px;
	margin:0 0 0 0;
	padding:0;
}

#nav li {
	margin-bottom:0px;
}

#nav li a {
	font-weight:bold;
	font-size:14px;
	height:20px;
	text-decoration:none;
	color:#000000;
	display:block;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:0px;
	background:#f4f4f4 url(../images/menu.jpg) bottom left repeat-x;
}

#nav li a:hover {
	background-image:url(../images/menu_hover.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#000000;
}

#navi li .act {
	background-image:url(../images/menu_act.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#000000;
}

#nav li li a {
	font-weight:bold;
	font-size:12px;
	height:20px;
	text-decoration:none;
	color:#505050;
	display:block;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:0px;
	background:#f4f4f4 url(../images/menu_sub.jpg) bottom left repeat-x;
}

#nav li li a:hover {
	background-image:url(../images/menu_hover_sub.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#000000;
}

#navi li li .act {
	background-image:url(../images/menu_sub_act.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#000000;
}


#links {
	clear:left;
	float:left;
	width:125px;
	margin:0;
	padding-top: 5px;
}


#main {
	float:left;
	width:468px;
	padding:0 5px 10px 0px;
	/*font-defaults: (override these below)*/
	font-size:12px;
	color:#000000;
}

html:root #main{
  width:468px;
}

#right {
	clear:right;
	float:right;
	width: 260px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	background-color:#FFF;
	/*font-defaults: (override these below)*/
	font-size:12px;
	color:#000000;
}

html:root #right{
  width: 260px;
}

#links a:link, #main a:link, #right a:link {
	color:#A11318;
	text-decoration:none;
}

#links a:visited, #main a:visited, #right a:visited {
	color:#A11318;
	text-decoration:none;
}

#links a:hover, #main a:hover, #right a:hover {
	color:#0000FE;
	text-decoration:underline;
}

#links a:active, #main a:active, #right a:active {
	color:#0000FE;
	text-decoration:none;
}

#links h1, #main h1, #right h1 {
	font-size:18px;
	font-weight:normal;
	color:#000000;
}

#links p, #main p, #right p {
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

#footer {
	background-color:#ED1C24;
	padding-right: 10px;
	color:#FFFFFF;
	font-size:11px;
      font-weight:bold;
	text-align:center;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#0000FE;
	text-decoration:none;
}

.brclear { 
	clear:both; 
	height:0; 
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

.csc-sword {
background-color:#F1A502;
}


