@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #EAEBED;
	background-image: url(../images/background.gif);
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#header {
	width: 100%;
	text-align: center;
	height: 0px;
	margin: 0px;
	padding: 0px;



	background-color: #6087C0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #0F3C42;
	background-repeat: no-repeat;

}


div#header123 {

	background-color: #6087C0;

}


div#navcolindex {
	padding: 10px;
	width: 170px;
	float: left;
	height: 500px;
	background-color: #6087C0;
	padding-top: 70px;
	
}
div#navcol {
	padding: 10px;
	width: 170px;
	float: left;
	height: 830px;
	background-color: #6087C0;
	padding-top: 70px;
	
}
div#main {
	margin-left: 300px;
	margin-right: 250px;
	margin-top: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-top-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 30px;
	line-height: 120%;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration:none;
}
div#sidecol {
	width: auto;
	float: right;
	padding-top: 30px;
	margin-right: 0px;
	background-color: #FDE18D;








	
	<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
	background-image: url(../images/);
	background-image: url(../images/);
	padding-left: 10px;
	padding-right: 10px;
	padding-right: 10px;
	margin-right: 20px;
	margin-right: 100px;
	background-color: #FDE18D;
	background-color: #FDE18D;
}

.glossymenu li a{
	font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: 178px;
	padding: 1px;
	padding-left: 0px;
	text-decoration: none;
	background-color: white;
	background-image: url(../images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(../images/glossyback2.gif);
}

</style>
}

div#foot {
	width: 100%;
	clear: left;
	border-top: groove #999999 1px;
	text-align: center;
	clear: both;
	background-image: url(../images/bigbannerboat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}


#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}



.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#73B6FD;
	color:#CCFFFF;
	width:170px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	/*/*/border:1px solid #0033FF;/* */
}

.menutitle a{
	width:170px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
}




/* Navigation */
#navigation
{
	width: 100%;
	float: left;
	clear: both;
	padding-left: 0px;
	margin-top: 91px;
	height: 100%;
	visibility: visible;
}
#navigation ul { list-style-type: none; margin: 0 auto; padding: 0; width: 850px; }

#navigation li { float: left; }

#navigation a
{
	float: left;
	display: block;
	color: #6397BE;
	margin-top: 0px;
	border-bottom-width: 0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#navigation li.active a
{
	color: #ffffff;
	background-color: #31274C;
}

#navigation a:hover, #navigation a:active {
	color: #FFFCFF;
}

#mainContainer{
		width:760px;
		height:600px;
		border:1px solid #000000;
		margin:0 auto;
		background-repeat:no-repeat;
		padding-top:85px;	
	}
	
	#mainMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	/* Font size of main menu items */
	border:0px solid #000529;	/* Bottom border of main menu */
	height:33px;	/* Height of main menu */
	position:relative;
	background-repeat: repeat-x;
	background-image: url(../images/background-home.jpg);
	width: 100%;
		
	}
	
	/* #mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		height : 23px;
		color:#010034;
		border-right:1px solid #000529;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px; }	/* Change this value to -2px if you're not using a strict doctype */
	
	 
	#submenu{
	font-family: Arial, Helvetica, sans-serif;	/* Background color of sub menu items */
	font-size: 1px;
	border-bottom:1px #000529 solid;
	border-left:0px #000529 solid;
	border-right:0px #000529 solid;
	width:100%;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		/*border-left:1px solid #000529;
		border-top:1px solid #000529;
		border-right:1px solid #000529;	*/	
		height : 21px;
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
	
	
	#mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		height : 23px;
		color:#010034;
		border-right:0px solid #000529;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	
	
	
	#submenu{
	font-family: Arial, Helvetica, sans-serif;	/* Background color of sub menu items */
	border-bottom:0px #000529 solid;
	border-left:0px #000529 solid;
	border-right:0px #000529 solid;
	width:100%;	/* Don't change this option */
	font-size: 14px;
	
		
	}	
	#submenu div{
	white-space:nowrap;
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
	/* Border options */
	border-left:0px solid #0000FF;
	border-top:2px solid #0000FF;
	border-right:0px solid #000529;
	border-bottom:0px solid #000529;
	color: #0000FF;	/* Text color */
	height : 21px;
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #ffffff;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{
	text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
	
	color: #ffffff;	/* Text color */
	background-color:#79B8FD;
	font-size:1em;
	width: auto;
	}
	
	#submenu a:hover{
	color: #0000FF;
	}


.maintext {
	font-size: 0.81em;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}




h1,h2,h3,h4,h5,h6 {
	letter-spacing: 1px;
}
	
.imageLeft {border: 1px solid #ccc; padding: 5px;float: left;margin: 6px 10px 0 0;}
.imageRight{border: 1px solid #ccc; padding: 5px;float: right;margin: 6px 0 0 10px;}
.printmail {
	border: 0px solid #ccc;
	padding: 5px;
	float: right;
	margin: 6px 0 0 10px;
}



.commentbox{
	background-color: #ececec;
	width: 170px;
	padding: 10px;
}

.commentfooter{
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
	background-image: url(file:///C|/Documents%20and%20Settings/admin/%CE%95%CF%80%CE%B9%CF%86%CE%AC%CE%BD%CE%B5%CE%B9%CE%B1%20%CE%B5%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82/hcmr/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
}





/* Styles for Search 
-------------------------------------------------------------------- */

#search {
	position:relative;
	float: right;
	/*position:absolute;
	left:680px;
	top:20px;	*/
	z-index:5;
	width: 200;
	visibility: visible;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	
}


.dir {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;

}

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
	width: 175px; /* container width*/
	background-color: #4F4FFF;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: #DCEBF2;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
	font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: 178px;
	padding: 1px;
	padding-left: 0px;
	text-decoration: none;
	background-color: white;
	background-image: url(../images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(../images/glossyback2.gif);
}


<style type="text/css">

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #17497C;
	font-style: normal;
	font-size: 1.05em;
}
.style3 {
}
.style4 {color: #0000FF}
.style5 {
	font-size: 0.7em
}
.style6 {font-size: 9px}
.style7 {-
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style9 {font-size: 12px}
.style10 {
	color: #FFFF00;
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif;
}
.style11 {
	color: #000638
}
.style12 {color: #3399FF}
.menutitle1 {cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}





.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}




.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border-bottom-width: 0;
	margin-top: 10px;
}

.glossymenu a.menuitem{
background: black url(../images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
