/* Crisu Custom */

.c { text-align: center; }
.j { text-align: justify; }
.l { text-align: left; }
.r { text-align: right; }

.redTint { background: #FFDDDD; }
.greenTint { background: #DDFFDD; }
.blueTint { background: #DDDDFF; }
.grayTint { background: #DDDDDD; }
.darkTint { background: #CCCCCC; }

.evenRow { background: #F0F0F0; }

table.toptop { -moz-border-radius: 12px 12px 0px 0px; }
td.top { -moz-border-radius: 12px 12px 0px 0px; }
td.left { -moz-border-radius: 12px 0px 0px 12px; }
td.right { -moz-border-radius: 0px 12px 12px 0px; }
td.bot { -moz-border-radius: 0px 0px 12px 12px; }
td.topleft { -moz-border-radius: 12px 0px 0px 0px; }
td.topright { -moz-border-radius: 0px 12px 0px 0px; }
td.botleft { -moz-border-radius: 0px 0px 0px 12px; }
td.botright { -moz-border-radius: 0px 0px 12px 0px; }

/* Generic Styling */

a {
	text-decoration:none;
	color:#90A018;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

body {
	/* background: url(bg-body.png) repeat-x top center */
	background: #0d3a1e;  /* ---------------- BACKGROUND COLOR HERE */
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 62.5%; /* Sets default font size to 10px */
	color: #222222;
	}
	
h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#6F6F6F;
	font-style:italic;
	}

h2 {
	font-size:1.75em;
	font-weight:normal;
	color: #6CCCCC;
	margin: 10px 0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1em;
	margin-top:0.5em;
	}
ul {
	margin-top: 0;
	}

/* Structure */

#header {
        text-align: center;
	height: 140px;              /* -----------------------------------------------ADJUST BANNER HEIGHT HERE */
        width: 1000px;
	/* background:url(../images/banners/topBanner1.png) no-repeat top left; */
        -moz-border-radius: 12px 12px 0px 0px;
	}
#wrapper {
	background: #FFFFFF;
        margin: auto;
        margin-top: 2em;
	width: 1000px;
	font-size:1.40em;
        -moz-border-radius: 12px 12px 12px 12px;
	}
#content {	
	/* background: #FFFFFF url(../images/banners/background1.png) no-repeat bottom center; */
	min-height:400px;
	padding: 0 15px 15px 15px;
	text-align:justify;
	line-height:1.6em;
        -moz-border-radius: 0px 0px 12px 12px;
	}
#menu {
	height: 48px;
	line-height: 48px;
	/* background:url(sysImages/bg-menu.png) repeat-x; */
	padding:0;
	}
#footer {
	clear:both;
	height:100px;
	/* background:url(sysImages/bg-footer.jpg) no-repeat; */
	}
#bottomRow {
	padding: 0;
	}

/* Menu */

#menu td a {
	padding:0px 14px;  /* top-bottom and left-right if only two parameters are specified. */
	display:block;
	margin:0 1px 0 1px;
	}
#menu td a:hover {
	/* background:url(sysImages/bg-menu-hover.png) no-repeat center center; */
	}
