* { margin: 0; padding: 0; outline: 0; }

body {
	background: #caced1 url(images/water1.jpg) repeat;
	font-size: 10px;
	font-family: Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: justified;
	margin: 15px 0;
}

/********************************************
   LAYOUT
********************************************/ 
#wrapm {
	width: 1000px;
	background: #CCC url(images/contentm.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#wrap {
	width: 1000px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	width: 1000px;
	margin: 5px auto;
	padding: 0; 	

}

#header {
	position: relative;
	height: 150px;
	background: #caced1 url(images/header1.gif) no-repeat center top;
	padding: 0;	
	color: #fff;	
}

#managetxt {
	position: relative;
	height: auto;
	width: auto;
	left: 450px;
	top: 105px;
}
#header h1 {
	font-family: arial;
	font-size: 28px;
	font-style: bold;
	color: white;
	text-decoration: none;
	line-height: 100%;
}

#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #950000 url(images/menubar.gif) no-repeat;	
	font: bold 16px/30px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 30px;
	width: 1000px;	
}

#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 2px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	color: #000;	
	text-decoration: none;
	background: url(images/sep.jpg) no-repeat 100% 100%;
	font: bold 16px/30px "trebuchet MS", Arial, Tahoma, Sans-serif;
}

#menu ul li a:hover {
	color: #ffff00;	
	font: bold 16px/30px "trebuchet MS", Arial, Tahoma, Sans-serif;
}

#menu ul li#current a {	
	color: #ffff00;
	font: bold 16px/30px "trebuchet MS", Arial, Tahoma, Sans-serif;
}

#main {
	float: left;
	width: 785px;
	min-height: 600px;
	margin: 5px; 
	overflow-y: auto;
	padding: 5px 0 0 0; 
	display: inline;
}

#main h1, #m-main h1 {
	font-family: arial;
	font-size: 18px;
	font-style: bold;
	color: firebrick;
	text-decoration: none;
	line-height: 100%;
}


#main h2, h3 {
	margin: 5px 5px;
	padding: 0;
	margin-bottom: 0;		
}

#main h2, #m-main h2 {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 120%;
}

#main h3, #m-main h3 {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        line-height: 120%;
}

#main a, #m-main a {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: firebrick;
        text-decoration: none;
        line-height: 120%;
}

#main p, #main h1, #main h2, #main h3, #main table, #main form {
	margin-left: 20px;
	margin-right: 25px;
}

#main img.flrite {
	float: right;
}

#main input.button { 
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	width: 80px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0;
	border: 1px solid #306bc1;
}

#m-main {
	width: 785px;
	margin: 0px auto 0px auto; 
	margin: 5px; 
	overflow-y: hidden;
	padding: 5px 0 0 0; 
//	display: inline;
	border: 3px green solid;
//	text-align: center;
}

#m-main h1 {
	font-family: arial;
	font-size: 18px;
	font-style: bold;
	color: firebrick;
	text-decoration: none;
	line-height: 100%;
}


#m-main h2, h3 {
	margin: 5px 5px;
	padding: 0;
	margin-bottom: 0;		
}

#m-main h2 {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 120%;
}

#m-main h3 {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        line-height: 120%;
}

#m-main a {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: firebrick;
        text-decoration: none;
        line-height: 120%;
}

#m-main p, #m-main h1, #m-main h2, #m-main h3, #m-main table, #m-main form {
	margin-left: 20px;
	margin-right: 25px;
}



#sidebar {
	float: right;
	width: 195px;
	height: 600px;
	overflow: hidden;
	padding: 0; 
	margin: 0 3px 0 0;	
	color: #555;	
}	

#sidebar h1.white {
        display: inline;
        font-family: arial;
        font-size: 18px;
        font-style: bold;
        color: #FFFFFF;
        text-decoration: none;
        line-height: 100%;
}

#sidebar h3.normal {
	margin: 2px 2px 2px 4px;	
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        line-height: 120%;
}

#sidebar a {
	margin: 2px 2px 2px 4px;	
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: firebrick;
        text-decoration: none;
        line-height: 120%;
}

#sidebar h3.white {
        display: inline;
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        line-height: 120%;
}

#sidebar h2 {
	margin: 0px 0px 0px 0px;
	font: normal 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}


#sidebar p {
	margin-left: 0px;
}



#footer {
	float: center;
	margin: 0,0,0,0;
	background-color: #950000;
	clear: both;
	width: 1000px;
	height: 25px;
	padding: 0px 0 0 0; 
//	display: inline;
}


#footer h4 {
	font: italic 10px Arial, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
	padding: 3px 0 0 0; 

}
#footer a { 
	color: #ffffff;
	text-decoration: none; 
}

#footer table {
	margin-left:auto;
	margin-right:auto;
}


td.headline {
        font-family: arial;
        font-size: 18px;
        font-style: bold;
        color: #7f0000;
        text-decoration: none;
	align: center;
}


#omain {
	float: left;
	width: 985px;
	min-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 5px; 
	padding: 5px 0 0 0; 
	display: inline;
//	background: url(box.jpg) no-repeat; 	
}

#omain h1 {
	font-family: arial;
	font-size: 18px;
	font-style: bold;
	color: firebrick;
	text-decoration: none;
	line-height: 100%;
}

#omain h2, h3, h4 {
	margin: 5px 5px;
	padding: 0;
	margin-bottom: 0;		
}

#omain h2 {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 120%;
}
#omain h3 {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        line-height: 120%;
}

#omain h4 {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        line-height: 120%;
	text-align: center;
}

#omain h5 {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        line-height: 120%;
}

#omain a {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: firebrick;
        text-decoration: none;
        line-height: 120%;
}

#omain table {
	margin-left: auto;
	margin-right: auto;
}

#omain td {
	margin-left:10px;
}

#omain p, #omain h1, #omain h2, #omain h3, #omain h4 {
	margin-left: 20px;
	margin-right: 25px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

