@charset "UTF-8";
/* CSS Document */

body { background-color: #CCCCCC; text-align: center; margin: 10px; padding: 10px; border: 0px; font-family: arial, sans-serif, lucinda sans console; font-size: 16px; color: #000000; }

/* body tag controls all aspects of everything between the body tags. Notice background-color and text-align. Also all font families, sizes, and colors that are not defined elsewhere are defined here. */

a { font-family: arial, sans-serif, lucinda sans console; font-size: 16px; color: #c81415; }

/* The font family, size, color, and decoration of all hyperlinks not defined elswhere */

a.aslink { font-family: arial, sans-serif, lucinda sans console; font-size: 12px; color: #c81415; }

h1 { font-family: arial, sans-serif, lucinda sans console; font-size: 48px; color: #000066; letter-spacing: 2px; vertical-alignment: bottom; margin: 0; padding: 0; display: inline; }

h2 { font-family: arial, sans-serif, lucinda sans console; font-size: 30px; color: #000066; text-align: center; }

p { text-indent: 30px;; }

.header { text-align: right; border-style: solid; border-width: 0px 0px 8px 0px; border-color: #010a2b; width: 900px; display: block; overflow: none; margin: 0px; padding: 0px 0px 0px 0px; vertical-alignment: bottom; background-image: url('header/ana-bolic.gif'); background-position: bottom left; background-repeat: no-repeat; line-height: 133px;  }

.main { width: 900px; display: table; margin: 10px; }

.toptext { width: 800px; display: block; text-align: left; }

.columns { width: 900px; display: inline; margin: 0px; padding: 0px; }

.leftcolumn { width: 330px; padding: 20px; margin: 25px; overflow: none; border-style: solid; border-width: 0px 4px 4px 0px; border-color: #000000; }

.rightcolumn { width: 330px; padding: 20px; margin: 25px; overflow: none; border-style: solid; border-width: 0px 0px 4px 4px; border-color: #000000; }

.bottomtext { clear: both; text-align: left; }

.footer { text-align: center; }
