a:link
{
	color: #595B5E;
}
a:visited
{
	color: #595B5E;
}
a:hover
{
	color: #3f3f3f;
}

/* ********************************** CONTAINER MAIN **********************************************/

#main
{
	/* CENTER ALIGN THE SITE */
	width: 657px;
	position: relative;
	left: 50%;
	margin-left: -328px; /* half the width of the div */
	height: 780px;
	z-index: 1;
	
}

/* ****************************************************************************************************/
/* *************************************** TOP MENU ***************************************************/
#menu_cont
{
	/* MENU ENVELOP */
	position: relative;
	left: -30.0px;
	top: -28px;
	width: 715px;
	height: 69px;
	
}
#menu
{
	/* SUB TAGS OF MENU ENCLOSING MENU LINK IMAGES */
	position: relative;
	left: 15px;
	float: left;
	display: inline;
	padding-left: 20px;
	top: 22px;
	width: auto;
	height: 20px;
}
#menu_cont_default
{
	/* MENU ENVELOP */
	position: relative;
	left: -35.0px;
	top: 0px;
	width: 715px;
	height: 69px;
}
#menu_default
{
	/* SUB TAGS OF MENU ENCLOSING MENU LINK IMAGES */
	position: relative;
	left: 15px;
	float: left;
	display: inline;
	padding-left: 10px;
	top: 23px;
	width: auto;
	height: 20px;
}

/* *****************************************************************************************************/

/* ************************************************* LOGO **********************************************/

#logo
{
	width: 291px;
	height: 306px;
	margin-left: 152px;
	
}
#cont_lft
{
	/* CONTAINS THE LEFT BLUE BACKGROUND */
	position: absolute;
	margin: 0 auto 150px auto;
	left: -192.0px;
	top: 15px;
	width: 176px;
	height: 678px;
	z-index: 2;
	text-align: left;
	padding: 1px 1px 1px 1px;
	clear: left;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;	
	
}
#cont_right
{
	/* CONTAINS THE RED BACKGROUND ON THE RIGHT*/
	position: absolute;
	margin: 0 auto 150px auto;
	right: -115.0px;
	top: 30px;
	width: 176px;
	height: 678px;
	z-index: 2;
	text-align: left;
	padding: 1px 1px 1px 1px;
	clear: left;
	background-image: url(images/background_right.gif);
	background-repeat: repeat-x;	
	
}
#cont_lft2
{
	position: absolute;
	margin: 0 auto 150px auto;
	left: -135.0px;
	top: 0px;
	width: 120px;
	height: 550px;
	z-index: 2;
	text-align: left;
	padding: 5px 1px 2px 2px;
	clear: left;

	
}
#cont_lft3
{

	position: absolute;
	margin: 0 auto 150px auto;
	left: -135.0px;
	top: 0px;
	width: 120px;
	height: 550px;
	z-index: 2;
	text-align: left;
	padding: 5px 5px 2px 2px;
	clear: left;
	

}
#LoginReg
{
	/* CONTAINS THE BUTTONS ON THE SIDE BAR */
	position: absolute;
	width: 166px;
	height: 100px;
	margin: 0 0 0 0;
	left: 30.0px;
	top: 605px;
	z-index: 2;
	text-align: left;
	padding: 1px 1px 0px 2px;	
}
#AdminLinks
{
	/* CONTAINS THE ADMINISTRATION BUTTONS ON THE SIDE BAR */
	position: absolute;
	width: 166px;
	height: 100px;
	margin: 0 0 0 0;
	left: 30.0px;
	top: 525px;
	z-index: 2;
	text-align: left;
	padding: 1px 1px 0px 2px;
	

	
}

#cont_ctr
{
	/* CONTAINS THE LINE SEPARATING TWO COLUMNS */
	position: absolute;
	left: -5px;
	top: 27px;
	float: left;
	width: 2px;
	height: 50px;
	z-index: 2;
}




/* *******************************************************************************************************/

/* ****************************************** MENU MIDDLE *************************************************/

#submenu
{
	position: relative;
	margin-top: 10px;
	left: 25px;
	width: 514px;
}
#col_lft
{
	/* LEFT COLUMN OF SUBMENU */
	position: relative;
	float: left;
	width: 171px;
	background-color: #f2f2f2;
}
#col_ctr
{
	/* CENTER COLUMN OF SUBMENU */
	position: relative;
	float: left;
	width: 170px;
	background-color: #f2f2f2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#col_rgt
{
	/* RIGHT COLUMN OF SUBMENU */
	position: relative;
	float: right;
	width: 171px;
	background-color: #f2f2f2;
}

/* *****************************************************************************************************************/

/* ***************************************** BODY *****************************************************************/

#hd_achivements
{
	/* ACHIVEMENT IMAGE ENVELOP */
	position: relative;
	width: 374px;
	left: 90px;
	height: 38px;
	top: 20px;
}
#cont_text
{
	/* TEXT ENVELOP */
	position: relative;
	width: 550px;
	left: 20px;
	top: 0px;
}

/* ***************************************** LOGIN ************************************/

#login
{
	/* LOGIN IMAGE ENVELOP */
	position: relative;
	width: 166px;
	left: 10px;
	height: 12px;
	top: 35px;
}

/* ***************************************** FOOTER ************************************/

#footer
{
	/* COPY RIGHT INFORMATION ENVELOP */
	position: absolute;
	width: 567px;
	height: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bdbdbd;
	top:755px;
	left: 25px;
}

/* ****************************************************************************************************************/
/* ***************************************** STYLE *****************************************************************/
.header
{
	/* BODY TEXT FORMATING FOR HEADERS*/
	font-family:Tahoma;
	font-size: 18px;
	font-weight:bold;
	color: #595B5E;
	text-align: left;
}
.txt
{
	/* BODY TEXT FORMATING */
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #595B5E;
	text-align: left;
	table-layout:auto;
}
.gvtxt
{
	/* BODY TEXT FORMATING FOR GRID VIEWS */
	font-family:Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #595B5E;
	text-align: left;
}
.list
{
	/* SUB MENU LIST FORMATING */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #595B5E;
	list-style-image: url(images/bullet.gif);
	padding-top: 10px;
	text-align: left;
	list-style-position: outside;
	line-height: 15px;
}
.anc
{
	text-decoration: none;
}
.footer_txt
{
	/* COPY RIGHT INFORMATION FORMATING */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #595B5E;
	text-align: left;
	vertical-align: top;
	line-height: 12px;
	padding-left: 10px;
}
.txt2
{
	border: 1px solid #003399;
	width: 180px;
	color: #003399;
	font-family: tahoma;
	height: 16px;
	font-size:xx-small;
}
.txt3
{
	border: 1px solid #003399;
	width: 80px;
	color: #003399;
	font-family: tahoma;
	height: 16px;
	font-size:xx-small;
}
.selectwidth
{
	border: 1px solid #003399;
	width: 80px;
	color: #003399;
	font-family: tahoma;
	height: 10px;
	font-size:xx-small;
}
.ddwidth
{
	border: 1px solid #003399;
	width: 180px;
	color: #003399;
	font-family: tahoma;
	height: 10px;
	font-size:xx-small;
}
.langs
{
	border: 1px solid #003399;
	width: 100px;
	color: #003399;
	font-family: tahoma;
	height: 62px;
	font-size:xx-small;
}
.link
{
	border: 0px;
	color: #003399;
	font-family: Tahoma;
	height: 10px;
	font-size: 9px;
	text-decoration: none;
}
.agreetxt
{
	border: 0px solid #003399;
	width: 620px;
	color: #595B5E;
	font-family: tahoma;
	height: 75px;
	font-size: 10px;
	font-weight: bold;
}
table#forminfo
{
	width: 473px;
	padding: 0;
	margin: 0 0 0 0px;
}
table#forminfo td
{
	color: #595B5E;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
table#forminfo td.header
{
	color: #595B5E;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

table#forminfo2
{
	width: 473px;
	padding: 0;
	margin: 0 0 0 0px;
}
table#forminfo2 td
{
	color: #595B5E;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
table#forminfo2 td.header
{
	color: #595B5E;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

table#forminfo3
{
	width: 473px;
	padding: 0;
	margin: 0 0 0 0px;
}
table#forminfo3 td
{
	color: #595B5E;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
table#forminfo3 td.header
{
	color: #595B5E;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

table#forminfo4
{
	width: 473px;
	padding: 0;
	margin: 0 0 0 0px;
}
table#forminfo4 td
{
	color: #595B5E;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
table#forminfo4 td.header
{
	color: #595B5E;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}


.submitstyle
{
	font-family: Tahoma;
	color: #003399;
	vertical-align: bottom;
	letter-spacing: 2;
	font-weight: bold;
	border: 1px solid #003399;
	font-variant: small-caps;
	background-color: #FFFFFF;
}
.inactive
{
	display: none;
}
.active
{
	display: block;
}
.clear
{
	clear: both;
}
/*****************

Login

---------------*/

div#logincontent
{
	width: 350px;
	text-align: left;
	margin-top: 22px;
	margin-left: 5px;
}

div.formrow2
{
	width: 340px;
	height: 15px;
	margin-bottom: 6px;
	padding: 0px;
	border: 0;
}

div.lbl
{
	width: 96px;
	float: left;
	text-align: right;
	display: inline;
}

div.txtbox
{
	width: 97px;
	float: right;
	display: inline;
}

.lgntxt
{
	width: 97px;
	border: 1px solid #003399;
	font-size: 11px;
	line-height: 14px;
	color: #333397;
}


legend
{
	padding: 0.2em 0.5em;
	border: 0px solid #595B5E;
	color: #595B5E;
	font-size: 120%;
	text-align: right;
}
span.probono
{
	padding: 2px 2px 2px 0px;
	margin: 5px 5px 5px 0px;
	word-spacing: normal;
}
span.refreq
{
	padding: 2px 2px 2px 0px;
	margin: 5px 5px 5px 0px;
	word-spacing: normal;
}
form label
{
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0 2px 2px 2px;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
.fieldsetspecial
{
	border: 1px solid #595B5E;
	padding: 5px 0 5px 5px;
}
.fieldsetnormal
{
	border: 0px solid #595B5E;
	padding: 5px 0 5px 5px;
}
.fieldsetdir
{
	border: 1px solid #595B5E;
	padding: 5px 5px 5px 5px;
}

div.form-container
{
	margin: 10px;
	padding: 5px;
	background-color: #FFF;
	border: #EEE 1px solid;
}

p.legend
{
	margin-bottom: 1em;
}
p.legend em
{
	color: #C00;
	font-style: normal;
}

div.errors
{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}
div.errors p
{
	margin: 0;
}
div.errors p em
{
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div.form-container form p
{
	margin: 0;
}
div.form-container form p.note
{
	margin-left: 170px;
	font-size: 90%;
	color: #333;
}
div.form-container form fieldset
{
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}
div.form-container form legend
{
	font-weight: bold;
	color: #666;
}
div.form-container form fieldset div
{
	padding: 0.25em 0;
}
div.form-container label, div.form-container span.label
{
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
div.form-container label.error, div.form-container span.error
{
	color: #C00;
}
div.form-container label em, div.form-container span.label em
{
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}
div.form-container input.error
{
	border-color: #C00;
	background-color: #FEF;
}
div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus
{
	background-color: #FFC;
	border-color: #FC6;
}
div.form-container div.controlset label, div.form-container div.controlset input
{
	display: inline;
	float: none;
}
div.form-container div.controlset div
{
	margin-left: 170px;
}
div.form-container div.buttonrow
{
	margin-left: 180px;
}

.formdiv
{
	padding: 2px 2px 2px 2px;
}


