/* Start of CMSMS style sheet 'IsaacCSS' */
/* SITE SPECIFIC LAYOUT */

html
{
}

body
{
background-color: black;
color: white; 
font-size: 12px;
font-family: Arial;
height:100%;
}

#myframe { height: 600px; }

div#page
{
width:1000px;
margin-left: auto; 
margin-right: auto;
height:100%;
padding: 0px;
}



div#content
{
padding: 0px;
}

/* menu div's*/
div#menu_horiz
{
display: table;
margin-left: auto; 
margin-right: auto;
padding: 0px;
}

div#wrapper
{
height: 32px;
padding: 0px;
}

div#menuwrapper
{
padding: 0px;
}


/*Default text styles*/

p 
{ 
 }

blackblock {
background-color: #000000;
display: block; 
text-decoration: none;
font-size: 18px;
color: #ececec;
	}

img 
{ 
border-style:none 
}

a img 
{
border: none; 
}

button 
{  
border-style:none; 
padding:0px; 
background-color:transparent; 
vertical-align:top 
}

p:first-child 
{ 
 
}

table 
{ 
empty-cells:hide 
}

em { 
font-style:italic 
}

h1 
{
color:#2a56d6;
font-weight:bold; 
font-size:18px
}

h2 
{ 
font-weight:bold; 
font-size:16px
color:#557ef5;
}

h3 {
 font-weight:bold; 
font-size:14px 
}

strong { 
font-weight:bold 
}


/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#2a56d6;
}
a:hover, a:visited:hover {
	color:#2a56d6;
	text-decoration:underline;
}


/* End of 'IsaacCSS' */

