/*
 * ============================================================
 * Style Sheet for Aksinia (2005050801)
 * ============================================================
 */

/*
 * ------------------------------------------------------------
 * Default Body Attributes
 * ------------------------------------------------------------
 */

body {
	margin:			0;
	border:			0;
	padding:		0;
	height:			auto;
	width:			auto;
	text-decoration:	none;
	float: 			none;
	clear: 			none;
	font-family:		"Comic Sans MS", "Arial", "Helvetica", sans-serif;
/*	font-family:		Monotype Corsiva, Apple Chancery; */
	font-size:		1.0em;
	font-weight:		normal;
	font-style:		normal;
	line-height:		normal;
	text-align:		left;
	background:		white;
	color:			black;
}

/*
 * ------------------------------------------------------------
 * Positioning Definitions
 * ------------------------------------------------------------
 */

div.skipnav {
	/* offscreen and tiny except for screen readers */
	margin-left:		-999em;
	font-size:		1px;
}

div.PageSpace {
	margin-left:		10px;
	margin-right:		10px;
}

div.HeaderLeft, div.HeaderCentre, div.HeaderRight {
	margin-bottom:		10px;
}	

div.HeaderLeft {
	text-align:		left;
	margin-right:		0px;
}

div.HeaderCentre {
	text-align:		center;
	margin-right:		0px;
	margin-left:		0px;
}

div.HeaderRight {
	text-align:		right;
	margin-left:		0px;
}

div.LogoImage {
	text-align:		center;
}

div.LogoImagePopup {
	margin-left:		5px;
}

div.ContentPane {
}

div.Footer, div.FooterG {
	margin-top:		10px;
	margin-bottom:		20px;
	font-size:		0.95em;
	text-align:		center;
}

div.PopupPane {
	margin:			10px;
}

div.FormLabel {
	position:		relative;
	float:			left;
	width:			6em;
	height:			auto;
	text-align:		right;
}

div.FormInput {
	position:		relative;
	height:			auto;
	left:			0;
}

div.FormInputFloat {
	position:		relative;
	float:			left;
	height:			auto;
	left:			0;
}

/*
 * ------------------------------------------------------------
 * Tag Format Definitions
 * ------------------------------------------------------------
 */

p {
	text-align:		center;
	margin:			0;
	margin-top:		1.0em;
}

img {
	border:			0;
}

h1, h2, h3 {
	margin-top:		0;
	margin-bottom:		0;
 	font-family:		"Monotype Corsiva", "Apple Chancery", "Times New Roman", "Times", Serif;
	font-weight:		bold;
	font-style:		italic;
	line-height:		1.1;
	text-align:		center;
}

h1 {
	font-size:		1.8em;
}

h2 {
	margin-top:		1.0em;
	font-size:		1.5em;
}

h3 {
	margin-top:		1.0em;
	font-size:		1.2em;
}

ul li {
	margin-left:		-23px;
	margin-top:		0.25em;
}

ul li ul li {
	margin-left:		-23px;
	margin-top:		0.25em;
}

ol li {
	margin-top:		0.5em;
}

ol li ol li {
	margin-top:		0.25em;
}

ul.navlist1, ul.navlist2 {
	list-style-type:	none;
	margin:			0;
	margin-left:		25px;
	padding:		0;
	line-height:		normal;
}

li.navitem1, li.navitem2 {
	margin-top:		0;
	margin-left:		-23px;
}

li.navitem2 {
	margin-left:		-25px;
}

li.url {
	list-style-type:	none;
	text-align:		left;
	margin-top:		1em;
}

li.FaqIList {
	margin-top:		0;
	margin-bottom:		0;
}

/*
 * ------------------------------------------------------------
 * Link Style Definitions
 * ------------------------------------------------------------
 */

a.nav:link, a.nav:visited, a.nav:active, a.navbold:link, a.navbold:visited, a.navbold:active {
	text-decoration:	none;
}

a.nav, a.nav:hover, a.navbold, a.navbold:hover {
	font-family:		"Monotype Corsiva", "Apple Chancery", "Times New Roman", "Times", Serif;
	font-weight:		normal;
	font-size:		1.2em;
	font-style:		italic;
	line-height:		1.05;
	color:			black;
}

a.navbold, a.navbold:hover {
	font-weight:		bold;
}

a.navbold:hover {
	background-color:	black;
	color:			white;
}

/*
 * ------------------------------------------------------------
 * Generic Format Definitions
 * ------------------------------------------------------------
 */

.FSMargin {
	padding:		1em;
	margin-bottom:		1em;
}

.ItemLabel {
	width:			7em;
	font-weight:		bold;
}

.ItemCaption {

}