/* JSA stylesheet*/
body	{
	margin:		0;
	padding:	0;
	font: 14px/16px "trebuchet MS", lucida, arial, helvetica, sans-serif;
	color:	#000;
	background : #040edc;

	}

	
div, p, th, td, li, dd, dl, dt,  blockquote  {
	font: 14px/16px  "trebuchet MS", lucida, arial, helvetica, sans-serif;	
    }
 
#header {color: black;
	 font-size: 26px;
	 position: absolute;
	 top: 0;
	 left: 230px;
	 margin: 20px 48px 0 0;}
  
a {
	color: gray;
	text-decoration: underline;	
	}


a:hover {
	color: orange;
	text-decoration: underline;
	}
	
a:visited  {
	color: gold;
	text-decoration: underline;
	}	
	
#main {
	position: relative;
	width: 900px;
	border-top: 4px  solid #ccc;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	border-left: 4px solid #ccc;
	margin: 2px auto 20px auto;
	background: #fff;

	}


#nav {
	float: left;
	width: 180px;
	position: relative;	
	margin: 4px 40px 20px 20px;
	padding: 0;
	text-align: right;
	background: none;
/*	border: 1px solid black;*/ 
	}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}	

#nav ul li {
	font: 16px/16px georgia, new york, serif;
	padding:  0 0 20px 0;
	margin: 0;
	}	
	
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #0a269b;
	padding: 0;
	}	
	
#nav ul li a:hover {
	text-decoration: underline;
	color: orange;
	background: transparent;
	}	

/*menu page indication*/
#home a#linkhome,
#board a#linkboard,
#advise a#linkadvise,
#editor  a#linkeditor,
#exec a#linkexec,
#journals a#linkjournals,
#submit a#linksubmit,
#contact a#linkcontact,
#events a#linkevents,
#donate a#linkdonate,
#links a#linklinks {
	color: #ca070c;
	font-weight: bold;
	}	
	
#home a#linkhome:hover,
#board a#linkboard:hover,
#advise a#linkadvise:hover,
#editor  a#linkeditor:hover,
#exec a#linkexec:hover,
#journals a#linkjournals:hover,
#submit a#linksubmit:hover,
#contact a#linkcontact:hover,
#events a#linkevents:hover,
#donate a#linkdonate:hover,
#links a#linklinks:hover {
	color: black;
	text-decoration: none;
	}


#content {
	position: relative;
	width: 600px;
	margin: 70px 20px 10px 230px;
	padding: 20px;
	color: #fff;
	background: #000080;
/*	border: 1px solid red;*/
	}

#content p {
	text-align: left;
	line-height: 1.6em;
	}

#content li {
	line-height: 1.6em;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: transparent;
	}
	
h1	{
	font-size:	125%;
	line-height: 120%;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}

	

#footer p {
	position: relative;
	text-align: center;
	width: 400px;
	margin: 10px auto;
	font-size: .9em;
	}

cite {
	display: block;
	margin: 0 0 20px 20px;
	}

strong {
	font-weight: bold;
	color: #000
	font-size: 1.2em;
	
	}