/* styles.css -- Style sheet for Seaboard Region Men's Clubs of FJMC*/

h2{
	font-size: 18px;
	margin: 2px;
	text-align: left;
}

p{
	text-align: left;
}

h3{
	font-size: 14px;
	margin: 2px;
	text-align: left;
}
h3.center{
	text-align: center;
}

td.left{
	text-align: left;
	vertical-align: top;
}

td.right{
	text-align: right;
	vertical-align: top;
}

body{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #EEE;
	/*background-image:url("images/hat_guitar.gif");*/
	/*background-repeat: no-repeat;*/
	/*	background-attachment: fixed;*/
	/*background-position: bottom right;*/
	padding:0px;
	margin: 0px;
}
/*#2668B1 -- this is the lighter blue*/
/*div menu items*/

.lightBlueBG{
	background-color: #2668B1;
}

.whiteText{
	color: #FFFFFF;
}

div.menuItem{
	text-align: left;
	border-bottom: 1px solid #163B65;
	padding-left: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	width:138px;
}

table.menu{
	background-image: url("images/star-of-david.gif");
	background-repeat: no-repeat;
}

/*sets link colors and highlighting without javascript*/
a.menuItem:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

a.menuItem:visited {
	font-weight: bold;
	color: #111111;
	text-decoration: none;
	background-color: transparent;
}

a.menuItem:hover {
	background-color: #555;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.dottedBox{
	border: 1px dotted gray;
	background-color: #EEEEEE;//#EEF7FF;//#EAF2FA;
//	width: 90%;
	//margin-left: 5%;
}

.dottedUnderline{
	border-bottom: 1px dotted gray;
	width: 100%;
	text-align: left;
}


/*Specific Objects*/
#totalWrapper{
	border: 1px solid black;
	width: 750px;
	background-color: #FFF;
	margin-top: 10px;
	height:100%;
}

#menuBorder{
	border-right: 2px solid #163B65;
	height: 100%;
}

#mainMenuBorder{
	border-left: 2px solid #163B65;
	height: 100%;
	
}
#mainBody{
	margin-left: 5px;
	width: 100%;
	height:100%;
	
}

#footer{
	background: #163B65;
	width: 740px;
	padding: 5px;
	color:#FFFFFF;
	text-align:right;
}

li{
	margin-bottom:5px; 
	}

