/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	border: 0 none;
	margin:0; 
	padding:0;
}

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size:.9em;
}


h2, h3 {
    font-family: 'Droid Sans',sans-serif;
    font-weight: 700;
}

h2 { font-size:2.5em; }

h2 a { color: #213F52;}

h3 { margin-bottom:10px;}

a {
    color: #2A85E8;
    line-height: inherit;
    text-decoration: none;
}

p {
	font-size:1.1em;
	line-height:1.25;
	margin: 0 0 10px;	
}

input {margin-left:4px;}

form {
    margin: 0 0 18px;
}

form label {
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
}

.row {
    margin: 0 auto;
    max-width: 980px;
    min-width: 727px;
    width: 100%;
}


.footer {
    background-color: #417081;
    color: #FFFFFF;
    padding-top: 10px;
}

#container { 
	width:960px; 
	margin: 0 auto; 
}

#navigation {
	float:right;
}

.clear{clear: both;}

.header {
    background-color: #E1E5E6;
    border-bottom: 1px solid #213F52;
    border-top: 5px solid #417081;
    margin-bottom: 10px;
}

.label {
    background: none repeat scroll 0 0 #00A6FC;
    bottom: 1px;
    color: #FFFFFF;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 0 4px 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}


.error {
	color:#900; 
	font-weight:bold;
}

.success {
	color:#090;
}