/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/incuria_bg2010.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #4169E1;
}


h1 {
font-size: 18px;
}

h2 {
	font-size: 15px;
	
}

h3 {
	font-size: 11px;
}
h4 {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}
h5 {
	font-size: 15px;
	margin: 0px 0px 0px 0px;
}
/** CUSTOM HEADINGS */

.header1, .header2, .header3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #4169E1;
}

.header1 {
font-size: 18px;
}

.header2 {
	font-size: 15px;
}

.header3 {
	font-size: 11px;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 170%;
}
.okay {
color: #000000;
}
.not_okay {
color: Red;
font-weight : bold;
}
.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 190%;
}

.list1 li {
	padding: 0px 0px 0px 0px;

}	

/** LINKS */

a {
	color: #4169E1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.more {
	text-align: right;
}

.more a {
	padding: 0px 0px 0px 0px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { height:1px; }

.hr1 {
	height: 35px;
	background: url(images/homepage11.gif) no-repeat left center;
}

.hr2 {
	height: 35px;
	background: url(images/homepage12.gif) no-repeat left center;
}

/** MENU */

#menu a {
	text-decoration: none;
	font-size: 11px;
	color: #0000CD;
	font-weight : bold;
}
#submenu a {
	text-decoration: none;
	font-size: 11px;
	color: #0000CD;
	font-weight : bold;
}

#menu a:hover {
	text-decoration: none;
	color:  #6A5ACD;
}
#submenu a:hover {
	text-decoration: none;
	color:  #6A5ACD;
}
#submenu  {

width:140px;
	padding:0;
	margin:0;
}

#submenu .selected,#menu .selected {
	color: #000000;
	font-weight : bold;
}
/** PAGE */

.three-columns {

}

.three-columns .column1 {
	float: left;
	width: 140px;
	padding-right: 10px;
	padding-top:10px;
}
.three-columns .nomenu {
	float: left;
	width: 142px;
	padding-right: 10px;
	padding-top:10px;
}
.three-columns .column2 {
	float: left;
	width: 580px;  
	padding-left: 7px;
	margin-left:10px;
	margin-right:10px;
	padding-top:0px;
    background: url(images/txt_bg.jpg) repeat-y left top;   
}
#page_content {
  padding: 0px 10px 0px 10px;  
}
.three-columns .column3 {
	float: left;
	width: 140px;
	padding-left: 15px;
	margin-left:15px;
	padding-top:10px;
}

.three-columns img
 {	margin: 0px 0px 10px 0px;
}


.two-columns {
	background: url(images/subpage1_02.gif) repeat-y left top;
}

.two-columns .column1 {
	float: left;
	width: 150px;
}

.two-columns .column2 {
	float: left;
	width: 550px;  
	padding-left: 50px;
}

/** SEARCH */

#search form {
    margin: 0px;
    padding: 0px;
}

#search fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}

#search-text {
    width: 106px;
    border: 1px solid #D3E6EC;
}

#mysearchbutton {
vertical-align:middle;

}
#searchform {
    width: 140px;
    padding-right: 0px;
    padding-top:10px;
    margin:0px;
    height:140px;
    margin-bottom:40px;
 
}
#search p {
  
}
#search-text {
    margin-bottom: 36px;
}
#search-submit {
    float: right;
}
/** FOOTER */

#footer {
	clear: both;
	height: 70px;
	margin: 0px auto;
	font-size: 11px;
	text-align: left;
	color: #373737;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;	
}

#footer a {
	color: #4169E1;
}

.submitbutton {
	color: #fff;
    border: 1px solid;
	font-weight : bold;
	font-size: 13px;
    border-color:  #4169E1 #7bf #7bf #4169E1 ;
	background-color: #1C3B7E;
}

.column3 p {
    line-height: 120%;
}

.column3 {
    line-height: 120%;
}

