* {
	margin:  0;
	padding: 0;
}

body {
	margin-top: 220px;
	background: #03032D url(images/img1.jpg) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #AAACFB;
}
p {
    text-align: center;
	color: #AAACFB;
	margin-right:2%;
	margin-left:2%;
}
H3 {
    font-size: 18px;
	color: #252577;
}
H4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
	color: #AAACFB;
	text-decoration:  underline;
}
H5 {
    font-size: 38px;
	color: #252577;
    margin: 10px 0 -10px 0;
    background:   url(images/endcolumnheader.gif) repeat-x;
}
strong {
    font-size: 17px;
    color: #AAACFB;
}
b {
    font-size: 16px;
	font-weight: bold;
    color: #AAACFB;
}
a {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 auto;
	text-decoration: underline;
    color: #FFFFFF;
}
a:hover {
	text-decoration:none;
}
/* Header */
#header {
	height: 61px;
	background:   url(images/img02.gif) repeat-x;
}
/* navbar> Menu */
#navbar {
	width: 680px;
	height: 27px;
	margin: 0 auto;
}
    #navbar ul {
	    margin: 0%;
	    padding: 7px 0 0 0;
	    list-style: none;
}
        #navbar li {
	        display: inline;
}
            #navbar a {
	            float: left;
	            height: 27px;
	            margin: 0 3px 0 0;
	            padding: 6px 31px 0 31px;
	            background:   url(images/img05.gif) repeat-x;
	            border: 1px solid #100F54;
	            text-align: center;
	            font-size: 12px;
             	font-weight: bold;
	            color: #FFFFFF;
}
                #navbar a:hover {
	                background-image:   url(images/img04.gif);
	                text-decoration: underline;
                    color: #FFFFFF;
}
                    #navbar .active a {
	                    background-image:   url(images/img03.gif);
	                    border: 1px solid #222222;
	                    text-align: center;
	                    font-size: 12px;
	                    font-weight: bold;
	                    color: #FFFFFF;
}
/* ----------------------------------------END NAVBAR----------------------------------------- */

/* LINK ROW */
#link_row {
	background-image:   url(images/bgcolumn.gif);
	width:20%;
	float:left;
	border: 0px solid #A8A8A8;
}
    #link_row ul {
        padding: 0 auto;
        list-style: none;
}
        #link_row li {
	        height: 28px;
	        margin: 0 0 4px 0;
	        background:   url(images/linkheader.gif) repeat-x;
	        text-align: center;
	        font-size: 17px;
		    padding: 2px 0 0 0;
	        color: #03032D;
}
            #link_row a {
	            float: left;
	            height: 23px;
	            margin: 2px 3px 0 0;
	            padding: 0 31px 0 20px;
	            border: 0px solid #222222;
	            font-size: 12px;
             	font-weight: bold;
	            color: #FFFFFF;
			    text-decoration: none;
}
                #link_row a:hover {
	                text-decoration: underline;
                    color: #AAACFB;
}
                    #link_row .active a {
	                    border: 0px solid #FF0000;
	                    text-align: center;
	                    font-size: 12px;
	                    font-weight: bold;
	                    color: #FF0000;
}
                    #link_row .off a {
	                    text-align: center;
	                    font-size: 12px;
	                    font-weight: bold;
	                    color: #41418D;
}

/* ---------------------------------------END LINK ROW---------------------------------------- */

/* FIRST ROW */
#first_row {
	background-image:   url(images/bgcolumn.gif);
	width:79%;
	float:right;
	border: 0px solid #A8A8A8;
	text-align: center;
}
    #first_row ul {
        padding: 0 auto;
        list-style: none;
}
        #first_row li {
	        height: 28px;
	        margin: 0 0 4px 0;
	        background:   url(images/columnheader.gif) repeat-x;
	        text-align: center;
	        font-size: 17px;
		    padding: 2px 0 0 0;
            font-weight: bold;
	        color: #03032D;
}
/* ------------------------------------------END FIRST ROW----------------------------------------- */

/* split1 ROW */
#split1_row {
	background-image:   url(images/bgcolumn.gif);
	width: 49%;
	float:left;
	border: 0px solid #A8A8A8;
	text-align: center;
}
    #split1_row ul {
        padding: 0 auto;
        list-style: none;
}
        #split1_row li {
	        height: 28px;
	        margin: 0 0 4px 0;
	        background:   url(images/columnheader.gif) repeat-x;
	        text-align: center;
	        font-size: 17px;
		    padding: 2px 0 0 0;
            font-weight: bold;
	        color: #03032D;
}
/* ------------------------------------------END split1 ROW----------------------------------------- */


/* split2 ROW */
#split2_row {
	background-image:   url(images/bgcolumn.gif);
	width: 49%;
	float:right;
	border: 0px solid #A8A8A8;
	text-align: center;
}
    #split2_row ul {
        padding: 0 auto;
        list-style: none;
}
        #split2_row li {
	        height: 28px;
	        margin: 0 0 4px 0;
	        background:   url(images/columnheader.gif) repeat-x;
	        text-align: center;
	        font-size: 17px;
		    padding: 2px 0 0 0;
            font-weight: bold;
	        color: #03032D;
}
/* ------------------------------------------END split2 ROW----------------------------------------- */


/* Wrapper */

#wrapper {
	background:   url(images/img06.gif) repeat-x;
}
/* Content */
#content {
	width: 900px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
/* Content > Sidebar */
#sidebar {
	float: left;
	width: 220px;
}
/* Footer */
#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 3px solid #031151;
	background:   url(images/img07.gif) repeat-x;
	color: #9092FB;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
