/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#fff;
			background-image:url(images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			line-height:14px;
			}
p 	{
			padding:0;
			margin:0;
			}
*		{
			font-family:tahoma;
			font-size:11px;
			color:#000;
			line-height:14px;
			}
			
form {
			padding:0;
			margin:0;
			}
	
/*------------------------------Header----------------------*/		

.Topimage {
			background-image:url(images/navyheader.jpg);
			background-repeat:no-repeat;
			background-position:center;
			}
/*------------------------------Menu----------------------*/	

.menuright {
			font-size:10px;
			font-weight:bold;
			color:#D5E2E7;
			text-decoration:none;
			}
.menuright:hover {
			font-size:10px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			}
			
.menuleft {
			background-image:url(images/divider.gif);
			background-repeat:no-repeat;
			background-position:center;
			font-size:10px;
			font-weight:bold;
			color:#075C8F;
			text-decoration:none;
			}
			
.menuleft:hover {
			font-size:10px;
			font-weight:bold;
			color:#000;
			text-decoration:none;
			}
			
/*------------------------------Body----------------------*/	

.greybox {
			background-color:#2E3931;
			border:#1D251F solid 3px;
			padding-top:12px;
			padding-bottom:12px;
			padding-left:25px;
			padding-right:25px;
			}
			
.knowmore {
			font-size:10px;
			font-weight:bold;
			color:#D5E2E7;
			text-decoration:none;
			}
.knowmore:hover {
			font-size:10px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			}
.dots {
			background-image:url(images/dots.gif);
			background-repeat:repeat-y;
			background-position:left;
			padding-left:16px;
			}
.red            { color: #000; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 600; line-height: 20px; text-align: justify }
.azul   { color: #334a73; font-size: 12.5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.bordeau { color: #a80731; font-size: 12.5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.knowmore2 {
			font-size:10px;
			font-weight:bold;
			color:#075C8F;
			text-decoration:none;
			}
.knowmore2:hover {
			font-size:10px;
			font-weight:bold;
			color:#001B2B;
			text-decoration:none;
			}

		
/*------------------------------Footer----------------------*/

.padding {
			padding:10px;
			}
			
.footermenu {
			font-size:11px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			}
.footermenu:hover {
			font-size:11px;
			font-weight:bold;
			color:#fff;
			text-decoration:underline;
			}
