* {
	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;
}
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;

}
/* Columns */
#first_column {
	background-image:   url(images/bgcolumn.gif);
	width:49%;
	float:left;
	border: 0px solid #A8A8A8;
	text-align: center;
}
           #first_column ul {
               padding: 0 auto;
               list-style: none;
}
               #first_column 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;
}
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;
}
	#second_column {
	background-image:   url(images/bgcolumn.gif);
    width:49%;
    float:right;
	padding: 0 auto;
	border: 0px solid #A8A8A8;
}
           #second_column ul {
               padding: 0 auto;
               background:   url(images/begincolumnheader.gif);
               list-style: none;
}
               #second_column li {
	               height: 28px;
	               margin: 0 0 17px 0;
	               padding:0 auto;
	               background:   url(images/columnheader.gif) repeat-x;
	               text-align: center;
	               font-size: 17px;
		           padding: 2px 0 0 0;
             	   font-weight: bold;
	               color: #03032D;
}
               #second_column .ul {
			       height: 28px;
	               margin: 0 auto;
    	           padding: 2px 0 0 0;
	               background:   url(images/endcolumnheader.gif) repeat-x;
	               text-align: center;
	               font-size: 17px;
             	   font-weight: bold;
	               color: #03032D;
}
/* Wrapper */

#wrapper {
	background:   url(images/img06.gif) repeat-x;
}
/* Content */
#content {
	width: 870px;
	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;
}
