/* PRINIT
------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* If you uncomment this, remember to define focus styles! */
/* :focus { outline: 0; }*/ 
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }

/* CORE
------------------------------------------------*/

body ,{ margin: 5%; font: 12pt arial,verdana,sans-serif; color: #000; }
.clear { width: auto; height: 1px; overflow: hidden; clear: both; }

/* LOGO AND THE NAV
------------------------------------------------*/
#g2g { background: transparent; margin-bottom: 2em; }
#buttons, #nav { display: none; }

/* PAGE CONTENT
------------------------------------------------*/
#content .wrapper { font: 90%/1.5 arial,verdana,serif; color: #000; }
#content .wrapper h1 { font: bold 140% arial,verdana,serif; color: #522380; margin: 0 0 1em; }
#content .wrapper h2 {  font: bold 140% arial,verdana,serif; color: #522380; margin: 1em 0 0.5em; }
#content .wrapper h3 {  font: bold 120% arial,verdana,serif; color: #c30077; margin: 1em 0 0.2em; padding-top: 1em; border-top: 1px dashed #fff; }
#content .wrapper p { margin: 0 0 1em; }
#content .wrapper ul { margin: 0 0 1em; list-style-type: square; padding: 0 0 0 1.5em; }
#content .wrapper a:link, #content .wrapper a:visited { text-decoration: underline; color: #11a; background: transparent; }
#content .wrapper em { font-style: italic; color: #3f0027; }

/* FORM
------------------------------------------------*/
.genform { margin: 1em 0 0; padding: 1em 0 0; border-top: 1px dashed #fff; }
.genform label, .genform input, .genform textarea { display: block; float: left; width: 150px; margin-bottom: 1em; }
.genform label { padding-right: 15px; text-align: right; }
.genform input, .genform textarea { font: 100% arial,helvetica,serif; padding: 2px; border: 1px solid #eeb3d4; background: #fff; }
.genform textarea { width: 350px; }
.genform .hidden { display: none; }
.genform .err { background-color: #fffbb3; }
.genform .submit { margin-left: 165px; padding: 2px 1em; font-weight: bold; width: auto; background: #00b8cf; color: #fff; border-width: 2px; border-style: outset; border-color: #40c1d4 #0091ad #0091ad #40c1d4; }
.genform br { clear: both; }

/* ERROR // CONFIRM
------------------------------------------------*/
#content .error { font-weight: bold; margin: 0 0 1em; padding: 10px 10px 10px 30px; border: 1px solid #cf0081; background: #fae5f2 url(../images/bg_error.gif) no-repeat 2% 50%; }
#content .error p { margin: 0; padding: 0; }

/* MISC
------------------------------------------------*/
#flowchart img { display: inline; }