body {
    margin: 0;
    padding: 0;
    background-image: url(../images/background.png);
    background-position: 25px;
}


#first{
width:1230px;
height:100%;
margin:0 auto;
margin-bottom:0px;
padding:5px;
padding-top:0;
border: 0px solid #b8cad6;
}

#first .second{
float:left;
border: 0px solid #d706a3;
}



a {
	color: #00008B;
	text-decoration:none;
}

a img {
    border: 3px double #00008B;
}

a:link img {
    border: 3px double #00008B;
}

a:hover {
color:#ff0cbd;
text-decoration:underline;
}

a:visited {
    color: #800080;
}

a:visited img {
    border: 3px double #800080;
}

.whiteBackground {
    background: white;
}

#leftDiv {
position:relative;
float:left;
    left: -900px;
    top: 10px;
    width: 150px;
    height: 800px;
    background: white;
    border: 1px solid black;
}

#centerDiv {
position:relative;
float:left;
    left: 163px;
    top: 10px;
    width: 900px;
	min-height: 780px;
    background: white;
    border: 1px solid black;
    color: black;
padding: 0 0 20px 0;
}

#main_content{
margin:10px 20px 0 20px;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
border: 0px solid #eeeeee;
}

#bottomDiv {
position:relative;
float:left;
    left: 165px;
    top: 10px;
    width: 885px;
	height: 20px;
    border: 0px solid green;
    color: black;
	padding: 20px 10px 10px 5px;
	text-align:center;
	color:#009966;
	font-size:12px;
}

.centerAlign {
    text-align: center;
}

#rightDiv {
position:relative;
float:left;
    left: 20px;
    top: 10px;
    width: 150px;
    height: 800px;
    background: white;
    border: 1px solid black;
}

a.leftMenu {
    text-transform: capitalize;
    font-family: arial;
    font-style: italic;
    color: #00008B;
    text-decoration:none;
}

.rightMenuText {
    font-family: arial;
    font-style: italic;
    color: #00008B;
    text-align: center;
}

a.leftMenu:hover {
    text-transform: capitalize;
    font-family: arial;
    font-style: italic;
    color: #ff0cbd;
    text-decoration:none;
}


div.activeMenu, div.usualMenu {
	width:133px;
    padding: 2px 5px 2px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:500;	
}

div.activeMenu {
    background: #dcedff;
    border: 1px solid #999bff;
}

div.usualMenu {
    background: white;
    border: 1px solid white;
}

input {
    background: #dcedff;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 15px;
    color: gray;
    cursor: pointer;
}

p {
    margin: 15px;
    text-indent: 1cm;
    font-family: arial;
}

b {
    color: black;
}

h1,h2,h3,h4,h5 {
    margin: 0 15px 0 10px;
    font-family: arial;
    color: #008B8B;
    font-style: italic;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2 {
text-align:center;
margin-left: -50px;
margin: 20px 15px 20px -50px;
}
h3 {
font-size:16pt;
margin: 20px 15px 20px 80px;
}
h4 {
margin: 10px 0 8px 33px;
}

.itl{
font-style:italic;
width:775px;
margin-left:-20px;
vertical-align: text-top;
border: 0px solid green;
}

.ttl{
padding-left:20px;
}

.ttl_img{
margin-top:5px;
margin-right:5px;
border: 3px double #008B8B;
}

ul,li,dl,dt,dd {
	margin: 0 15px 15px 15px;
    font-family: arial;
}

table {
    margin: 10px;
}
td{
text-align:left;
border:0px solid red;
}

.p_ap{
text-indent:0; 
margin-left:60px;
}

img.inline {
    margin: 0px 10px 0px 10px;
    border: 3px double #008B8B;
}

a img.flag {
    border-width: 0;
    background: white;
}

img.right {
    float: right;
    margin: 10px 0px 10px 20px;
    border: 3px double #008B8B;
}

img.left {
    float: left;
    margin: 10px 20px 10px 0px;
    border: 3px double #008B8B;
}

img.viewer {
    border: 3px double #008B8B;
    cursor: pointer;
}

a.multiIndex {
    color: black;
    text-decoration:none;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

img.hiddenPhoto {
    display: none;
}


